I was using the Belchertown skin with Python2 without any issues. I upgraded the station to Python3 and now I'm having problems with the Belchertown skin pulling the correct location for Windy and the Forecast. I'm not suggesting the change had anything to do with the problem because I'm no expert so please bear with me.
I have been able to do some troubleshooting and after looking over the forecast file at --- /var/www/html/weewx/json/forecast.json --- it seems that the forecast and windy display is pulling from {"long": 82.026, "lat": 28.621} and the longitude should be -82.026. As a result I'm receiving a forecast somewhere around Nepal.
Here is a portion of the json forecast file.
{"timestamp": 1640007017, "current": [{"success": true, "error": {"code": "warn_no_data", "description":
"Valid request. No results available based on your query parameters."}, "response": []}], "forecast":
[{"success": true, "error": null, "response": [{"loc": {"long": 82.026, "lat": 28.621},
"interval": "day", "periods": [{"timestamp": 1639962900, "validTime": "2021-12-20T07:00:00+05:45",
Does anyone have a suggestion on how to fix? Clay