You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have the same problem. I would like to add alot of my friends & family to get list, but dont wanna see them when they are not visiting. Hope a fix will come soon
I found a workaround for this. It's not the cleanest but hey, it works!
In /MagicMirror/Css folder edit the custom.css. Add this at the end of the css file:
I think the problem is here:
nextState = this.config.devices.map(device => {
As this loops on this.config.devices, it basically excludes all those devices that are not in that array.
I did not have time to go deeper, I will check better asap and maybe propose some possible solution.
The text was updated successfully, but these errors were encountered: