A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Can I disable weather warnings in MMM-OpenWeatherForecast?
-
The problem is that these warnings that occur in the “current conditions” top section push my daily forecast off the screen bottom.
Example screenshots:
https://ibb.co/CVM6hvw
https://ibb.co/yQZbpD4 -
@sdetweil for anyone else looking for the specific solution to hide weather alerts, here it is:
if you want the summary but not the alerts, you can hide them in your custom css as follows:
.MMM-OpenWeatherForecast .weather-alert { display: none; }
-
@atltiger81 I believe there is a property for no warnings…
-
@sdetweil for anyone else looking for the specific solution to hide weather alerts, here it is:
if you want the summary but not the alerts, you can hide them in your custom css as follows:
.MMM-OpenWeatherForecast .weather-alert { display: none; }
-