-
DarkSky will discontinue service end of 2021. Alternatives:
- [Climacell](https://www.climacell.co/weather-api/)
- [OpenWeatherMap](https://openweathermap.org/api) ([with migration tutorial](https…
-
used example below, however when there was no rain the dict is empty and code below gives an error message (KeyError: '1h'). Should report '0'
from pyowm.owm import OWM
owm = OWM('8db099bc017e…
-
> Taras: !weather
> DuckBot: Taras Town is 15C and rainy. Don't forget your umbrella!
> Dave: !weather
> DuckBot: Dave Region is -30C and snowy. Why do you do this.
We'd need each person's locat…
-
### System Health details
## System Health
version | core-2021.12.10
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
py…
-
Hello, whenever I call any of the air quality indexes, I get an exception.
Python 3.9
e.g. Code:
openWMap=pyowm.OWM(APIKEY)
mgrAir = openWMap.airpollution_manager()
# I get an error when the …
-
Hi,
Here is my code. It's a Telegram bot I created to show weather. In Google Collab it works OK, but in PythonAnywhere or Repl.it it shows this:
```
from pyowm.exceptions import *
ModuleNotFo…
-
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script-ch30.rpy", line 1474, in script call
File "game/event-handler.rpy", line 2486, in script call…
-
Building wheels for collected packages: pyaudio, PyDispatcher, gTTS, Metaphone, evernote3, facebook-sdk, Httplib2, apiclient, psutil, Pyowm, gtts-token, oauthlib
Running setup.py bdist_wheel for py…
-
Please answer these questions before submitting your issue. Thanks!
1. What version of pyTelegramBotAPI are you using?
from pyowm import OWM
from pyowm.utils import config
from pyowm.utils impor…
-
Hello,
There is a new *pop* field in the response of weather data that shows the probability of precipitation in a day.
Example response:
* https://openweathermap.org/forecast5#JSON
Announ…