Thank you everyone. The custom.css was moved to the config folder. I made a copy in the css folder and now everything is working.
Read the statement by Michael Teeuw here.
Latest posts made by VPeter
-
RE: OpenWeatherMapForecast stopped working
-
OpenWeatherMapForecast stopped working
Hi,
The OpenWeatherMapForecast stopped working as of this morning.
MM has been running for a few months without any problem, but now no wheater data is displayed.I use this code in the config file:
module: “weather”,
position: “top_right”,
header: “Current:”,
config: {
weatherProvider: “openmeteo”,
type: “current”,
lat: xxxxxxxx,
lon: xxxxxxxx,
tempUnits: “metric”,
showSun: true,
showWindDirection: false,
showWindDirAsArrow: false,
showHumidity: true,
degreeLabel: true,
showUVIndex: false,
showIndoorTemperature: true,
showIndoorHumidity: true,
showPrecipitationAmount: false,
showPrecipitationProbability: false,
onlyTemp: false,
hideCredits: true,
}When I look in the MM log file I see this error:
0|mm | [2026-04-07 08:46:28.496] [ERROR] [http_fetcher] [weatherprovider.openmeteo] Server error (502). Retry #1 in 20 minutesCould someone help me solving this.