Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@rezocharly said in MMM-NOAA - Another Weather Module:
@tbbear I live in a windy area. Today Force 5/6.
As you can see with this screenshot the O doesn’t appear. Even if the config.js is well setup to display this information (as you can see on the post above)
Just add this to your custom css
.MMM-NOAA .set {
float: left;
} -
Thanks a lot for this information I got it but unfortunately nobody have a wind sensor around me :)
I confirm, just before the line position, alerts are not displayed anymore.
-
@rezocharly just disable that in the config like this:
showWind: false
As for the alerts I’m gonna let @tbbear chime in on this one…he rewrote the alerts :)
-
This module works perfect … almost …
Is it possible to change CET in alerts to MET ( I use the Dutch translation)?
Peter -
@Peter The translation for the alerts depends on google translate, so at the moment we cant change this
-
@tbbear thanks!
Peter -
Nice Module, really love it.
Unfortunately i have a problem with another module (mmm-traffic) while NOAA is active. The font there should be colored but now it´s background is completely colored. While NOAA is disabled, everything is fine.
Any clue?thx,
Mac -
@mac0178 Let me take a look perhaps a css tag is similar :) Ahhhhhh yes perhaps this is it…
In the NOAA css file there is this:
.red{ background:#f00; } .green{ background:#0f0; } .blue{ background:#00f; }
and in the MMM-Traffic module there is this:
.green { color: #83FFB3; } .yellow { color: yellow; } .red { color: #FF4C4C; }
So I’m going to update the css file and you can try it again :)
Just go to the MagicMirror/modules/MMM-NOAA dir and type
git pull
that should update the css file :)
-
Yeah, that´s it!
Thank you very much, great support! -
@mac0178 said in MMM-NOAA - Another Weather Module:
Thank you very much, great support!
Yeah, he’s a guru! :-)