Ok, there are a ton of threads regarding openweathermap and integration. It's driving me nuts that I can't figure out how to get a 3-day forecast on Joe's Page! I have installed the virtual device, added the API Key and tried multiple different drivers to test it out. I've followed the HD+ installation guide and I just have a really sad, generic, temp/humidity/location readout. HELP!!!!
open a log tab in your browser and click Refresh on the Weather page...
You should see logs that look a lot like:
dev:147 2024-08-13 06:56:40.571 PM debug OW: event: [name:weather, value:clear sky]
dev:147 2024-08-13 06:56:40.568 PM debug OW: event: [name:weatherIcons, value:01d]
dev:147 2024-08-13 06:56:40.564 PM debug OW: event: [name:cloudiness, value:0, unit:%]
dev:147 2024-08-13 06:56:40.561 PM debug OW: event: [name:country, value:US]
dev:147 2024-08-13 06:56:40.558 PM debug OW: event: [name:city, value:]
dev:147 2024-08-13 06:56:40.555 PM debug OW: event: [name:windDirection, value:249, unit:degrees]
dev:147 2024-08-13 06:56:40.546 PM debug OW: event: [name:humidity, value:48, unit:%]
dev:147 2024-08-13 06:56:40.541 PM debug openweathermapResponse: [base:stations, clouds:[all:0], cod:200, coord:[lat:33., lon:-117.], dt:1723600601, id:0, main:[feels_like:75.78, grnd_level:959, humidity:48, pressure:1012, sea_level:1012, temp:76.21, temp_max:83.39, temp_min:68.32], name:, sys:[country:US, id:2037287, sunrise:1723554626, sunset:1723603048, type:2], timezone:-25200, visibility:10000, weather:[[description:clear sky, icon:01d, id:800, main:Clear]], wind:[deg:249, gust:11.01, speed:1.99]]
dev:147 2024-08-13 06:56:40.534 PM debug OW: event: [name:pressure, value:1012, unit:hPa]
dev:147 2024-08-13 06:56:40.531 PM debug OW: event: [name:windSpeed, value:1.99, unit:MPH]
dev:147 2024-08-13 06:56:40.527 PM debug OW: event: [name:temperature, value:76, unit:°F]
dev:147 2024-08-13 06:56:40.104 PM info refresh...
Any thoughts? I'm still not seeing any 3 day options....
OpenWeather's API supports up to 4 days in advance, but it would require that a correct request was made to the API. I had not heard of Joe's Page prior to this, so obviously not using it. I don't know if it is making the API call correctly.
Ok, thanks. It's HD+ in the Play store. I've been referring to it as Joe Page's dashboard because that's what I've been seeing it referred to as on other threads. I'll keep trying, thanks!