Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@JoeFranz said in MMM-NOAA - Another Weather Module:
Good job and great module!
I managed with the custom.css, but I think the temperature can be seen very bad. Is it possible to reduce the size of the symbol or change the color of the font?Yes I updated the js and css file. Do a git pull to update and then you can change the color via the custom.css like this:
.MMM-NOAA .tempf {
color: whatever color you’d like
}Enjoy :)
PS changed mine to #FF8300 …looks pretty cool :)
-
Thank you, it works :-)
-
@JoeFranz Glad you like it! Let me know if there’s anything I can help you with! :) Enjoy!
-
-
Another example of how to change the current temp
Here’s the css for your custom css if you like it:
.MMM-NOAA .tempf {
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
} -
@Mykle1 awwwwwwwwwwwwwwwwwwwwwww olive juice…LMAO
-
This looks very good with the temperature, great :-)
However, I now only “night” displayed, although my station displays a UV value of 6 :-( -
@JoeFranz Ok I will fix that! :)
Do a git pull to update your files that should fix it for now.
-
@cowboysdude UV is ok now, but still the moon is shining…
-
@JoeFranz Please do a git pull now and u will get a working version