Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
-
alert and update module disabled -> problem solved ;)
-
@barnosch That’s the first thing I do when I install it LOL Hate to say it… but it’s cool that you can!
But am curious to what changes you made… you never know they make another version ;) I"m always looking for ideas… Even styling ideas…because the one thing I’m not is a css wizard LOL
-
As this is a NOAA weather module, I thought you might be interested in this, from NOAA. Pretty amazing!
https://weather.com/storms/hurricane/video/flying-into-the-eye-of-hurricane-irma
-
my fork looks like this.
Almost anything is hardcoded or directly changed in the code since i am to lazy and just made it for my needs ;)
-
@barnosch I like it!! Looks great!!
-
UPDATE V.2
Changed the format to show 3 days of weather instead of rotating. Quicker, easier and loads twice as fast!
Added 2 new config options:
- Show or hide wind
- Show or hide Date
See the README on Github
Thank you to @barnosch for the help and ideas!!
Download:
[card:cowboysdude/MMM-NOAA]
-
big like !
-
great, just got myself upgraded and looking awesome.
How do i increase font size of temperature to look big?
-
In your custom.css file you can add this:
.MMM-NOAA .wfont {
font-size: 1.6em;
}
[Corrected the entry it was wrong… sorry about that!]