-
Hi,
I used to run an old version of Nest Datagraph (thank you very much by the way) without configparser.
I just did a clone of the repository (in a new directory) in order to update my installati…
-
**Home Assistant release (`hass --version`):**
0.44.1
**Python release (`python3 --version`):**
Python 3.4.2
**Component/platform:**
Component : openweather
Platform :
```bash
~# uname -r
…
DB-CL updated
5 years ago
-
Not sure if it is a current issue with AgroMonitor or OpenWeatherMap in general but I keep on getting a time out error when trying to download satellite imagery as in the example in the docs.
https…
-
**Describe your context**
I'm running an app that allows the user to select options and kick off a process. The code for the control is below:
html.Div([
html.Label('…
-
select among pyowm and weather-api to be used with the project
-
First I want to thank you for writing this excelent program and sharing it. It is very much appreciated.
Lately after installing your software I ran into a problem and solved it. Now I want to share …
-
Just did a new install and pyowm>=2.10 just went Python 3 only. For a Python 2 install requirements.txt needs to have 'pyowm
-
https://docs.readthedocs.io/en/latest/guides/google-analytics.html
-
With the demise of the free Wunderground API weather.py is broken. Opensprinkler has moved to openweathermap.org, perhaps this would work for OSPy as well?
-
When asking for PyOWM version on the `OWM25` instances:
```
owm.get_version() # returns a str, eg: "2.4.0"
```
a tuple should be returned instead of a string:
```
ver = owm.get_version()
print(ver…