@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;
}
source: https://forum.magicmirror.builders/topic/14717/mmm-openweatherforecast-replacement-for-mmm-darkskyforecast/34
@atltiger81 In that case, I’d use something like MMM-ProfileSwitcher and switch between two configs of the module on a timed basis.
I currently have that set up with my cameras so that I can cycle through the cameras.
@atltiger81 no, don’t change the code
just add a classes property to the compliments module config
{
module:"compliments",
position:"....",
config: {
compliments: {
...
...
},
classes:".......... whatever"
}
}
from the doc
[image: 1718795523966-1000026352-resized.jpg]