Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
@Stellanova Did yours just stop working too? mine was working fine for several days
-
This post is deleted! -
please do not use this thread for a complete other module and problem
-
MMM-NOAA3 is in the works…
It will be a little while but rest assured I’m working on it :)
-
Finally updated the module, and I like the new look. However, I was wondering if there’s a toggle to hide the “Forecast” piece.
-
You can’t hide it in css?
-
I believe the last version had some toggles in the config which were quite nice to have, which is why I am asking if it’s there now. I took a quick look at the code, and wasn’t able to find anything like it.
I would prefer not to mess with CSS files, because it would mean that updates might break my config.
-
@Zooooooom said in MMM-NOAA - Another Weather Module:
I would prefer not to mess with CSS files, because it would mean that updates might break my config.
No sir. Your config is unaffected by your custom.css entries. In fact, it’s the very reason there is a custom.css file, so that you can make those changes without changing the module files and you don’t lose your changes when the module is updated.
-
@Zooooooom put this in your custom.css file:
.MMM-NOAA .forehead {
display: none;
}
.MMM-NOAA .fmar {
display: none;
}after you do a git pull to update your NOAA css file :)
-
@Mykle1 Thanks, I didn’t realize that.