-
## The problem
OpenWeatherMap isn't working anymore after updating via Docker to 0.108.8.
## Environment
ch | x86_64
-- | --
dev | false
docker | true
hassio | false
os_name | Linux
…
-
Meteo no longer works since the update of the site http://meteofrance.com .
```
Aug 05 17:51:18 nabaztag systemd[1]: nabweatherd.service: Main process exited, code=exited, status=1/FAILURE
Aug 05…
-
Hey there, thank you in advance for your assistance and for making these submods!
I am running MAS version 0.10.7 (current) and have been unable to get AWC/AST working on Ubuntu 18.04.4. I also ha…
ghost updated
4 years ago
-
mgr = owm.weather_manager()
AttributeError: 'OWM25' object has no attribute 'weather_manager'
error (((( pls help
neiry updated
4 years ago
-
Run python main.py
Traceback (most recent call last):
File "main.py", line 68, in
csvArrIn = getWeatherInfo(city)
File "main.py", line 35, in getWeatherInfo
obs = owm.weather_at_plac…
-
```
pyowm.utils.timestamps.now("iso")
```
on a host set to the `Europe/Berlin` time zone (UTC+2) returns `'2020-06-19 19:45:30+00'` at 19:45 of the local time (17:45 UTC), which is 2 hours off.
…
-
Hello,
I am getting the below error when trying to call `owm.weather_manager() `using the code described in the quick start.
AttributeError: 'OWM25' object has no attribute 'weather_manager'
…
-
This is my error:
`Traceback (most recent call last):
File "project.py", line 6, in
mgr = owm.weather_manager()
AttributeError: 'OWM25' object has no attribute 'weather_manager'`
My code…
-
As part of the overall PyOWM documentation, write a "recipe book" that explains how to perform concrete PyOWM actions, such as:
- find current weather at XXX
- find forecasted weather at XXX in …
-
May I be wrong or not properly using it. But it seems that when using _one_call_history_ the returned dictionary use also _forecast_hourly_ key whereas the documentation gives hourly. That's a little …