Broken Weather App
-
I've tried the weather app. It seems to be a nice App for mono.
But I only get "getting forecast".
I've tried the URL direct. OpenWeather told me to have an API-Key.
Where can I put in the API-Key?
Please help!Best regards
-
Joined Wifi Network!
resp frame cmd id: 41
Network ready!
Opening /sd/mono/weather/forecast.json
Bytes in file: 0
Get forecast Berlin (de)
http://api.openweathermap.org/data/2.5/forecast?q=Berlin,de&mode=json&appid=241d52af482f9f7ff00b0cc909229d92
init dns: api.oenweathermap.org
resp frame cmd id: 0x44
resp frame cmd id: 0x51
Error response for command: 0x51. Error code: 0xbb38
failed to handle incoming esponse for resp queue ead
-
Hi Gregor, welcome to the Mono Community!
Have you put an SD card with the setup files into Mono? If not you can see how to in the Settings section in the app description.
If you already have the proper configuration for your wifi access-point in the files
/mono/wifi/ssid.txt
and/mono/wifi/password.txt
on your SD card in Mono, can you please check what the app outputs as debug information by using a serial communication program?
-
WIFI seems to be OK. The URL is also working. But then the failures are coming.
Output from puTTY:
Joined Wifi Network!
resp frame cmd id: 41
Network ready!
Opening /sd/mono/weather/forecast.json
Bytes in file: 0
Get forecast Berlin (de)
http://api.openweathermap.org/data/2.5/forecast?q=Berlin,de&mode=json&appid=241d52af482f9f7ff00b0cc909229d92
init dns: api.oenweathermap.org
resp frame cmd id: 0x44
resp frame cmd id: 0x51
Error response for command: 0x51. Error code: 0xbb38
failed to handle incoming esponse for resp queue ead
-
Hmm, it seems that what you see is an intermittent problem that happens on some networks. I will try to find a way to handle it better, stay tuned...