Your version of npm is way too old - install the latest version through the terminal:
sudo npm install -g npm
Read the statement by Michael Teeuw here.
Posts
- 
RE: Troubles updating to 2.6.0
 - 
RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!
Btw, for those of you with Nest cameras as well, I’ve just published a new module called
mmm-nest-cameraswhich shows your camera streams on the mirror as well.When both of my Nest modules are installed on the same mirror and you use the same Nest
tokenfor both, they’ll share data streams to avoid unnecessarily pinging the Nest API.Check it out here:
[card:michael5r/mmm-nest-cameras] - 
MMM-Hue-Lights - new module for your Philips Hue lights!
Hi there,
Just released another new MM module - this one is
mmm-hue-lightsand shows the current status of your Philips hue lights and light groups on your magic mirror. It’s a nice way to check whether you forgot to turn the lights on or off :)Just like my Nest modules, you have multiple view options and designs, so hopefully you can find a version that looks good on your particular mirror.
Check it out here:
[card:michael5r/mmm-hue-lights]The
read mehas examples of what it looks like in all the states & modes, but here’s a couple of representative screenshots:


Enjoy!
UPDATES
12-18-2018: Version 1.1.0
This adds ahideFilteroption which allows you to filter out lights and light groups you don’t want displayed. It’s the opposite of thedisplayFilteroption.12-19-2018: Version 1.2.0
When viewinggroups, this now only shows groups with a type ofroom.12-27-2018: Version 1.3.0
AddsmotionSleepandmotionSleepSecondsoptions which allow you to suspend this module when no movement has been detected for X number of seconds.12-28-2018: Version 1.3.1
ChangesmotionSleepto tie into the regularsuspendandresumefunctions exposed by MM - 
RE: MMM-Hue-Lights - new module for your Philips Hue lights!
@dazza120 said in MMM-Hue-Lights - new module for your Philips Hue lights!:
@michael5r ohhhhhh! ***** now your showing off, your making me get all your modules lol, that looks good that will compliment your nest muddle perfectly! Thank you Sir!!!
You’re very welcome - I’m basically just building stuff that I need for my own mirrors :)
 - 
RE: MMM-Hue-Lights - new module for your Philips Hue lights!
@dazza120 said in MMM-Hue-Lights - new module for your Philips Hue lights!:
Hi is it possible to do a hide light or group that you don’t want to be seen rather than adding all the ones you have? As my hue stuff is in its infancy and it’s always having more bulbs added I would rather that it populated new bulbs rather than input the name in the model, I don’t even know if this is possible with your module? But it’s staying on my mirror thanks again for a beautiful module 👌🏾
There wasn’t the option to do so previously, but there is now.
If you pull the latest version of the module, you’ll find a new setting called
hideFilter. It works exactly the same way as thedisplayFiltersetting, but in reverse - any names you add tohideFilterwill be hidden on your mirror.Like this:
hideFilter: ['living room'],Any lights or light groups named
living roomwill now be hidden.Check it out and see if it works for you.
 - 
RE: MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!
@phideltdexter said in MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!:
Would you have any way to add the outdoor temperature reading that the Thermostat has?
Unfortunately, no - the outdoor temperature reading on a Nest thermostat isn’t actually coming from Nest; they send your location data to the Weather Channel (yes, really!) and then show the returned value on the thermostat itself.
As such, they don’t include the outdoor temperature as part of their API data.