Good evening team,
as I wrote in another post I’m playing around with the weather (standard) module and today I finally was a bit successful and able to change the default icons in a way I like.
Works as aspected and different icons in different sizes are shown appropriately.
But:
after a while the header of both of the module-instances (I am using two instances of the module- one for current, one for forecast) switching back to default:

Only a restart of the mirror corrects this and the header appears as wanted (the header of second instance - forecast - is empty):
.
config.js for thes modules is as follows:
// Wetter aktuell für xxx
{
module: "weather",
disabled: false,
position: "top_right",
header: "CityName",
classes: "weather_current",
config: {
weatherProvider: "openmeteo",
type: "current",
lat: x0.24127,
lon: 0x.61174403,
showSun: false,
debug: true,
debugging: true,
}
},
// Wettervorherssage -
{
module: "weather",
position: "top_right",
disabled: false,
//header: "Vorhersage",
classes: "weather_forecast",
config: {
weatherProvider: "openmeteo",
type: "forecast",
lat: x0.24127,
lon: xx.6174403,
debug: true,
debugging: true,
}
},
Any idea how to solve this?
Thanks a LOT
Regards,
Ralf