-
As stated [here](http://openweathermap.org/news/post/ssl-free-and-startup-accounts), it is now possible to use SSL-based communications between OpenWeatherMap API and PyOWM
We need to:
- PyOWM c…
-
**Home Assistant release (`hass --version`):** 0.63.2
Trying to use wake on lan I got the following traceback
```
Error executing service
Traceback (most recent call last):
File "/usr/local/…
doudz updated
6 years ago
-
PyOWM has multiple HTTP clients (weather endpoints, ozone endpoint, CO endpoint, etc..) with a lot of duplicated code: refactoring is foreseen
-
Verify official recommendations for python 2.x end of life support and setup a proper deprecation timeline for dropping 2.x support on pyowm
-
tried both on Windows 10 (python 2.7/3.6.4) and fedora linux (python 2.7/3.6.4)
```
import pyowm
owm = pyowm.OWM('###')
owm.daily_forecast('Prague,cz')
```
returns:
> Traceback (most recent c…
kubow updated
6 years ago
-
Hello,
Please help for this error.
Thanks
(Ubuntu 14.4)
Traceback (most recent call last):
File "/usr/local/bin/dragonfire", line 5, in
from pkg_resources import load_entry_point
F…
-
i have ran all install steps and troubleshoot for the dependancies but still get this issue
user@stewiemo ~/Dragonfire $ dragonfire
Traceback (most recent call last):
File "/usr/share/python/dr…
ghost updated
6 years ago
-
Hi there,
I have a locally attached DHT sensor to monitor my board temperature.
In HassOS I can't get it to work, in log I get this:
`Unable to prepare setup for platform sensor.dht: Could not ins…
-
On the file pyowm/pyowm/docs/usage-examples.md
This documentation page mentions two URLs about weather condition codes but the links are broken on lines 182 and 183.
-
Hi all,
After update Debian software on raspberry and Pellmon to ver. 0.7.0 I get problems with time out after some time. I get following message
INFO - Timeout again, give up and return fail a…