Quote:
Originally Posted by PeterT
I'll check into it later. Remember though I've never actually installed it on a Kobo.
|
Ok, thanks in advance. I poked around a bit, and the API seems to get the XML output fine when testing it in a web browser:
Code:
http://api.worldweatheronline.com/free/v2/weather.ashx?q={0},{1}&format=xml&num_of_days=5&key=95f758b5c88e1b323c12bd1017202
I noticed maxtemp / mintemp appear to be maxtempF and mintempF, and I updated those in the .py file, but still the same error.