felixhageloh / weather-widget

A weather widget for Übersicht
64 stars 32 forks source link

Recursive calls to getWeather() #50

Closed samric2019 closed 5 years ago

samric2019 commented 5 years ago

5 getWeather() calls are being made on each refresh (weatherRetryCounter < 5) for a reason I can't figure out.

Can anybody explain what the algorithm does? I quite can't figure out what function gets called by the when refreshing weather data. Also, what development environment & tools are to be used when developing/debugging get-weather.js?