Here is what it shows for Type. I didn’t even think to check. But perhaps if you are filtering out group types, you could add a category for Rooms in the future? Otherwise it shows them as a LightGroup.

Here is what it shows for Type. I didn’t even think to check. But perhaps if you are filtering out group types, you could add a category for Rooms in the future? Otherwise it shows them as a LightGroup.

I also only have 2 formulas installed in Hue Labs. 1 of them is candlelight, so that is where that one comes from. The others, I am still not sure. I also went in and changed the names of all my rooms in my SmartThings environment which didn’t change anything either.
I also thought about that. I had 2 entertainment areas setup already. One in living room and another generic one. I removed them just to make sure, it removed one duplicate of Living Room, but not the others.

In addition when I disable all the filters I have a list of groups that takes up almost my entire screen. The majority of which are not in the Hue App, which is why initially I thought it had to be pulling from somewhere else besides the Hue App.

Would you have any way to add the outdoor temperature reading that the Thermostat has?
As a work around to this, I went into my Hue app and renamed all my rooms with a 1 on the end, and hid all the ones with that 1. I am not sure where it is pulling the groups from if not the Hue App.


Would you have any idea as to why I am showing multiple identical groups? I thought it was coming from one of my other connected apps to Hue, however I went in and disabled all the other apps and it still shows up. I cant seem to find a way to use hide or show since they have identical names.


Just wanted to update you. I needed to update both the mmm-nest-status and MM overall and now it appears to be working fine. Thank you for your clarification!

Love the screenshots, its exactly what I am looking for for a dashboard. However I cannot get it to load. I have gone through as much troubleshooting as I can think of, including starting over from scratch with a new RPi image.
I go through the steps for setup and enter the numbers necessary from my Nest Developer account, PIN etc. It gives me the attached response with a token.

The issues that the token comes across as
token:"c.Ythenabunchofletters
thoseletterscontinue }
}
So my question is - is the "c. part of the token? I have tried copying the whole thing and it throws an error when reloading MM.
module: "mmm-nest-status",
position: "lower_third",
config: {
token:"c.Yblah
moreletters }
}
I have tried copying the "c.yblah without an end quote and add a , and it throws an error.
token:"c.Yblah,
When I run config:check in MagicMirror folder it says there are no syntax errors but when I reload MM it throws an error.
I have tried adding a " to the end and a , and MM loads, but my icon looks like this:
token:"c.Yblah",

The README shows as an int for the type so I should not need the " ", but thats the only way to make MM load.
I have also tried all of the above steps without the c. and it still shows the loading icon.
I apologize if this is something very simple that I just cannot figure out, so any help would be appreciated.