Read the statement by Michael Teeuw here.
MMM-Nest
-
@Mitch1138 You may be able to change the
.centerpart of the css to change the font size. I’m not to sure though, I don’t know much about CSS. Sorry. -
Thanks for the suggestion. I couldn’t get this to work and couldn’t find the css setting that changes the font size, it looks like most of the settings are for the thermostat graphic, not the list.
-
You might have to add some custom css to MagicMirror itself to get this to work the way you want it to. I’m not entirely sure how to do that, but I bet there are a bunch of posts in this forum with the answer.
-
I know this is a dumb question but is the Pin you get when you run the getToken script the same as the token that you put into the config file? If not where do I get a token from? I seem to only have a pin, a product id and a product secret…
When I added in the Pin to the token field and run mm… I get a Loading… where the module should be…
-
@mochman Many thanks. For now, changing the table font size in Nest.js seems to work (table.classList.add(“xsmall”, “table”); to table.classList.add(“small”, “table”);). I will keep looking at how to get this into custom.css.
-
@Mitch1138 did you try
.MMM-Nest table.xsmall.table { font-size: 20px; line-height: 25px; }? -
@strawberry-3.141 said in MMM-Nest:
.MMM-Nest table.xsmall.table { font-size: 20px; line-height: 25px; }
I am impressed. This worked perfectly. By adding it to the custom.css I can change size and spacing by changing the px sizes. Many thanks.
-
I updated the css using edits from @j-e-f-f. The nest display looks closer to what the actual nest thermostat looks like.

-
Any chance on integrating the nest protect smoke detectors?
-
@pugsly Sure. What kind of info would you be looking for on it? From what I see on the API, we can read CO Alarm State, Smoke Alarm State, Battery Health, and some other things people probably don’t want to see.
What I’m thinking right now is putting a colored ring (like the one on the smoke detector) around the thermostat circle to indicate good, warning, or emergency status. Any ideas?
-
Well, I have 3 of them so not sure how to display but I do like the colored ring based on status. There are also alerts that could be displayed as well.


-
I made a separate branch if you want to check it out. I’ll merge it after I run some more tests.
https://github.com/mochman/MMM-Nest/tree/protectYou are going to have to edit your Nest developer settings to allow read access to the “protect” in order for this to work. When you do that, you’ll need to run getToken.sh again to get a new token.
I gave you the option to use a visual representation, or a list representation. If you use visual, you have the choice to display your nest, protect, or both together.
Here are some of the ways it displays to you.

I can’t find the “Smoke is clearing” data or stuff like that, so it just shows if there is an alarm for smoke or carbon monoxide, or if your battery is low.
Please take a look and tell me what you think.
-
So I’m making modifications to support Nest Cams. The only catch is that the cameras have to be public. I can pull the calls and writing up a UI. It’s in my own github https://github.com/alberttwong/MMM-Nest and plan to do a PR soon.
-
@alberttwong That’s great! I don’t have a drop cam so I’m not really sure what information people would want to get from them.
-
So there seems to be some gotchas. Basically, the Nest API doesn’t help yet. In the meantime, you can get the Nest Camera working through MMM-iFrame with caveats (https://github.com/alberttwong/MMM-iFrame).
-
New here, about to start making mine. Have to wait until my raspberry pi gets here in a few days though. The module looks great, however, I was wondering if it is possible to add the function to adjust the temperature on it. Up/down arrows, change from A/C to heat, switch it off and so on.
Thanks! Hopefully I’ll have some information to provide soon.
-
@caseyrcoughlin It might be possible, but how would someone select the up/down arrows, etc? Are you setting up a touch screen mirror?
-
@mochman Yes, it’ll be a touch screen. Adding a touchfoil to it. I’m still VERY new at this and haven’t had a chance to even play around with anything so most of it is out of context for me right now but I know it’s a feature I’d like to see incorporated. I’ll start tinkering with it myself soon hopefully.
-
Module works quite well for me as installed, but I do have one thing I can’t seem to puzzle out.
I may well be missing something - and my apologies if so - but I can’t seem to find it based on everything I’ve read. Is there a way to display multiple thermostats in a single row with a visual display? Right now I’ve enabled both by adding separate instances in the config, which works just fine to make them stack on top of each other, but it looks kinda silly having the two circles on top of each other with a big space to the side.
I’m assuming there’s some form of custom CSS magic involved, but I’m new to that and can’t seem to get a single module instance to display both thermostats in the first place.
Either way, thanks so much!!
-
@pyrosmiley No, sorry. You’re doing it the way I would have recommended. If you want to throw a feature request on the githuib page, I’d be more than happy to try and figure something out.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login