-
Getting this exception while using a method
observation = owm.weather_history_at_place('London,uk',start = now-onehour,end=now+fivedays)
APICallError: Exception in calling OWM web API.
Reason: HTTP …
-
I tried using this api with python 3.4.3 , but I got following error message :
```
Traceback (most recent call last):
File "C:/Python34/A pyton codes/openweather_api.py", line 9, in
forecast…
-
i am having problems with this api, it throws an error message whenever i do anything that needs the location string. at first i thought it was something i caused but then to make sure i ran the first…
-
It gets simpler!
Just parse these files:
```
http://bulk.openweathermap.org/sample/city.list.json.gz
http://bulk.openweathermap.org/sample/city.list.us.json.gz
```
-
We have integrated pyowm into [Home Assistant](https://home-assistant.io/) a while back and a user reported an [issue](https://github.com/home-assistant/home-assistant/issues/2452) with the forecast.
…
-
Somehow my installation is broken. Even if I restore from latest backup and restart it works once but on the subsequent restart this happens. Any clues?
**Home Assistant release (`hass --version`):…
-
Currently, PyOWM makes opinionated guesses about values returned by the OWM API in order to build instances of its object entities.
Eg:
- sunrise/sunset times must be positive
- it is not allowed to …
-
in 'weather.py' file, 'weather_from_dictionary' function:
# -- wind
if 'wind' in d:
wind = d['wind'].copy()
elif 'last' in d:
if 'wind' in d['last']:
wind = d[…
-
Provide a Dockerfile and make a public pyowm image
-
Hi is it only me or someone have same experience in last few days / hours ?
Python 2.7 IDE : Visual Studio 2013 additional information