Thanks for doing this - much appreciated!
Read the statement by Michael Teeuw here.
Posts made by michael5r
-
RE: electron-rebuild and MagicMirror v2.18 (and more)
-
RE: MMM-dropbox - new module to show Dropbox photos on your mirror!
Hi guys - there’s a new version of the module out that should fix the Dropbox API issue. Please try it out and see if it works for you.
-
RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!
@JohnBachini said in MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!:
@michael5r
Is this the same token obtained doing this .??No - the token my module needs is the old “Works with Nest API”-token.
-
RE: MMM-Hue-Lights - new module for your Philips Hue lights!
@jasim Sorry, I don’t speak German - can you please post in english?
-
RE: MMM-Hue-Lights - new module for your Philips Hue lights!
@jasim Yeah, but you must have set it up at some time - for instance, I use
pm2
on my mirrors, so I can dopm2 stop mm
to stop my magic mirror instance. -
RE: MMM-Hue-Lights - new module for your Philips Hue lights!
@jasim You already have another instance of Magic Mirror running (that’s the
EADDRINUSE
error) - you’ll need to stop that before runningnpm start dev
. How do you normally start/stop your mirror? -
RE: MMM-Hue-Lights - new module for your Philips Hue lights!
@jasim You need to be in the folder of your Magic Mirror installation when you run these commands.
-
RE: MMM-Hue-Lights - new module for your Philips Hue lights!
@jasim said in MMM-Hue-Lights - new module for your Philips Hue lights!:
@michael5r said in MMM-Hue-Lights - new module for your Philips Hue lights!:
@jasim said in MMM-Hue-Lights - new module for your Philips Hue lights!:
I updated the module and tested it for several hours. The module fails after 45 - 60 minutes (API ERROR) and no longer works.
And not only that, the entire mirror no longer works.
After removing the module from the mirror, the mirror works again.Can you try running your mirror in dev mode and post some logs?
Would you tell me what to do, I am a layperson and not a professional.
Instead of running
npm run start
in your Magic Mirror folder to start the mirror, try runningnpm start dev
which will open a browser console next to your mirror instance. Then look for any errors (marked in red) in there. -
RE: MMM-Hue-Lights - new module for your Philips Hue lights!
@jasim said in MMM-Hue-Lights - new module for your Philips Hue lights!:
I updated the module and tested it for several hours. The module fails after 45 - 60 minutes (API ERROR) and no longer works.
And not only that, the entire mirror no longer works.
After removing the module from the mirror, the mirror works again.Can you try running your mirror in dev mode and post some logs?
-
RE: MMM-Hue-Lights - new module for your Philips Hue lights!
I’ve released a new
1.4.0
version of this module that will hopefully help with the refresh issue - it now automatically reschedules an update, no matter whether there’s an error or not. Thanks to @ulrichwisser for pushing this fix.Please download the version and see if that solves your issues.