@j-e-f-f said in MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast:
@swvalenti yes you can. The weather alerts are part of the summary section. OpenWeather returns such a short summary that I didn’t think it necessary to make two separate configure. Two ways to turn off the alerts:
- set
summary : false- 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; }I think I’ll look at a way to truncate weather alerts so they don’t take up so much space.
Awesome thanks @j-e-f-f !

