@CloakingTorin

this module has a small design problem…

it gets the urls for the different data types FROM the api.

the 1st time the top level calls the provider for the forecast, it doesn’t have the urls yet,
but can’t tell the top to call again

then the top level waits 600,000 milliseconds before it calls again , 600 seconds , 10 minutes… so it shows loading for 10 minutes… then it will show the forecast…

u can change it to 2 minutes, by adding this to the config section… it will still look dead for 2 minutes… AND it will call the api EVERY 2 minutes to get the forecast…

updateInterval: 2*60*1000,

I sumitted an issue,
https://github.com/MichMich/MagicMirror/issues/2505