It connects, gets data but then outputs:
Requesting URL: http://api.open-meteo.com/v1/forecast?latitude=53.3861&longitude=-1.423999¤t_weather=true&timezone=auto
Data obtained!
{‘longitude’: -1.42, ‘utc_offset_seconds’: 3600, ‘timezone’: ‘Europe/London’, ‘elevation’: 71.0, ‘current_weather’: {‘windspeed’: 16.2, ‘weathercode’: 2, ‘is_day’: 1, ‘time’: ‘2023-07-17T11:00’, ‘winddirection’: 269.0, ‘temperature’: 17.3}, ‘timezone_abbreviation’: ‘BST’, ‘latitude’: 53.38, ‘generationtime_ms’: 1.101017}
Temp: 17.3°C Wind Speed: 16.2kmph Wind Direction: W As of: 2023-07-17, 11:00
Traceback (most recent call last):
File “”, line 152, in
File “”, line 123, in draw_page
OSError: [Errno 2] ENOENT
Any ideas would be great,
Andy