Keep in mind that not all TVs or computer monitors support CEC. Try at your own risk (or do some research to see if yours does.)
Read the statement by Michael Teeuw here.

Posts
-
RE: Different sleep function
-
RE: Calendar Request
At the moment, the limit is global, as you’ve noticed. So you’ll have to figure out how to break it up on a per-calendar basis and figure out how to manage each one, how to determine if the user wants a global, or individual, how the individual one is setup, which calendar it applies to, etc., etc. Or maybe you will come up with a whole different method … :)
I’d tackle this, however my free time has been severely limited lately …
-
RE: Calendar Request
You are more than welcome to implement this and create a pull request. I suspect others would find it helpful as well.
-
RE: Complete Setup tutorial: npm command not found / unable to install dependencies
Is ntp running? Is your firewall blocking it?
-
RE: Where are you from?
Well fine, since we’re showing pictures …
Where am I from (originally)?
It looks like this when you go to the beaches:
Where am I from (currently)?
It looks like this when you look west:
-
RE: npm start dev
@shavesophere said in npm start dev:
@KirAsh4 sorry - i stand corrected! but that being said when i first started getting npm ERRS i tried this and it still did not work… anyway, moving forward now!
Well yeah, that’s different. If npm is giving you errors, no matter how you attempt to start it, the errors won’t magically go away. That’s like saying, the car won’t start if I’m sitting on the left side, maybe if I sit on the right side it might, but in reality there’s no gas in it. Switching seats isn’t going to fill the gas tank. :)
-
RE: npm start dev
@shavesophere said in npm start dev:
OK i think i’ve solved it. magic mirror HAS to be started (npm start) from a terminal window in the x-window server. you cannot start it over ssh.
Not true. It can be started over SSH just fine:
DISPLAY=:0 npm start
-
RE: Virtual Dressing Mirror
Not to mention a fast processor to be able to process the video and change colors on the fly like that.
-
RE: Default Calender-absolute Date
What’s the rest of the config block look like?