A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Hiding temp from the default currentweather.js module
-
@rcollie said in Hiding temp from the default currentweather.js module:
I’ve been trying to get rid of (or at least hide) the current outdoor temp from the default currentweather.js module.
By adding this to your custom.css file:
.currentweather .bright { display:none; }
You’ll get this:
-
Thanks @Mykie1. What would I do to also remove the weather icon?
-
@rcollie said in Hiding temp from the default currentweather.js module:
Thanks @Mykie1. What would I do to also remove the weather icon?
You’re welcome!
I can’t test it at the moment but you can try this in your custom.css:
.currentweather .wi weathericon { display:none; }
-
You’re a legend. Thanks
-
@rcollie said in Hiding temp from the default currentweather.js module:
You’re a legend
In my own mind. :^')