Read the statement by Michael Teeuw here.
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-cameras
which 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
token
for both, they’ll share data streams to avoid unnecessarily pinging the Nest API.Check it out here:
[card:michael5r/mmm-nest-cameras] -
The right alignment text is perfectly centered over the dial. And the transparent background looks very very good.
Switched the token to the same for both modules and set the updateInterval to 1.5 minutes on both also. No null yet… Using your socket method there’s really no reason to use initialLoadDelay to stagger the API calls.
Many thanks.
-
Is Nest Lock status next on your agenda?
-
@max64 said in MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!:
Is Nest Lock status next on your agenda?
I’d love to, but, unfortunately, Nest doesn’t provide API access to their security system.
It seems silly - I mean, at the very least providing the current status (home, home guarding, away guarding) seems like it should be a no-brainer, but for now it’s a no-go.
-
@michael5r no freaking way! You’ve made another module I have to have lol 😂
-
The modules not update after the recent upgrade ???
-
Could you give an example of how this is added to the config.js? Please and thank you.
electronOptions: { webPreferences: { webSecurity: false } }
-
@mykle1 said in MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!:
Could you give an example of how this is added to the config.js? Please and thank you.
electronOptions: { webPreferences: { webSecurity: false } }
Sure - it’s just another object, just like
modules
: -
@culi831 said in MMM-Nest-Status - New module for your Nest thermostats and protect smoke detectors!:
The modules not update after the recent upgrade ???
Both the nest-status and nest-cameras modules should be working just fine - what issue are you having?
Bear in mind that the latest
1.3.0
update added socket notifications for data - which means you will need to restart your MagicMirror application in order for it to receive data, you can’t just reload the browser page (you’ll only have to do this this one time, though). -
Your first module you say? Wow. Coming in strong right out of the gate. Well done!