Thank you for the tip Christian. I also found this thread
https://github.com/poblabs/weewx-belchertown/issues/393 which
provides some of the development background. It lead me to look at
my forecast.json file (below) and I see the error:
Valid request. No results available based on your
query parameters
An additional issue with my situation is that Aerisweather, using
the provided long/lats, is picking a city that is too far from my
location for an accurate forecast.
I have some time today (I think!) to dink around and run some tests.
I will post back with my findings.
# jq . forecast.json
{
"timestamp": 1758718818,
"current": [
{
"success": true,
"error": {
"code": "warn_no_data",
"description": "Valid request. No results available based on your query parameters."
},
"response": []
}
],
"forecast_24hr": [
{
"success": true,
"error": null,
"response": [
{
"loc": {
"long": -75.854,
"lat": 46.242
},
"interval": "day",
"place": {
"name": "saint-raphael",
"state": "qc",
"country": "ca"
},
"periods": [
...