MagicMirror² v2.25.0 is available! For more information about this release, check out this topic.
A little hack to the default weather module..
-
I am always liking to see the humidity with the weather so in the default weather module for MM2 I added it…
I added a new class to it so I could change the color of the output [in my case blue] so I added this to the custom.css file:
.brightb {
color: #55acee;
}If anyone is interested I’d be happy to share… just let me know.
-
NO LONGER needed as the MM2 update allows you to turn this on in the default weather module now!!!