LoveBootCaptain / WeatherPi_TFT

a weather display for a raspberry pi and a TFT display written in python3 and pygame
Other
78 stars 24 forks source link

weatherbit.io has reduced the number of free calls to 50. This can cause issues if the config file is not changed. #49

Open Daw9000 opened 1 year ago

Daw9000 commented 1 year ago

"TIMER": { "UPDATE": 420, "RELOAD": 30 }, Change 420 to 1760 or 1800 for every 30 mins. 50 call limit for free over 24hrs. Using AZ Touch software (latest version) the WeatherPiTFT service seems to create multiple threads causing 2 calls to be made per update.