{
module: "weather",
position: "top_right",
config: {
weatherProvider: "openmeteo",
type: "current",
tempUnits: "metric",
lat: 50.4667,
lon: 7.6333,
useKmh: true,
updateInterval: 20 * 60 * 1000,
}
},
{
module: "weather",
position: "top_right",
header: "Wetter Vorhersage",
config: {
weatherProvider: "openmeteo",
type: "forecast",
lat: 50.4667,
lon: 7.6333,
useKmh: true,
updateInterval: 20 * 60 * 1000,
}
},
Environment
MagicMirror² version:
Node version:
npm version:
Platform:
Which start option are you using?
node --run start
Are you using PM2?
No
Module
weather
Have you tried disabling other modules?
Have you searched if someone else has already reported the issue on the forum or in the issues?
What did you do?
Details
user reported in forum
https://forum.magicmirror.builders/post/130815
when the weather provider fetch fails, error recovery goes into a loop
Configuration
Steps to reproduce the issue:
What did you expect to happen?
no error, maybe UI notification
What actually happened?
worked for a while, then encountered an error (not reported) but looped in fetch , notice the timestamps
Additional comments
No response
Participation