-
I've got another library using geojson and it wants to update it, but I get a warning as follows:
`pyowm 2.9.0 has requirement geojson=2.3.0, but you'll have geojson 2.4.1 which is incompatible.`
…
ghost updated
6 years ago
-
My bot was working fine for the past few months, but yesterday it just stopped working suddenly.
> c:\Bots\bot_xd>main.py
> Traceback (most recent call last):
> File "C:\Bots\bot_xd\main.py", l…
IoIxD updated
6 years ago
-
I have a couple of OpenWeatherMap free API keys. They work fine for
```
owm = pyowm.OWM(MyFreeKey)
observation = owm.weather_at_place('Dobbs Ferry, US')
w = observation.get_weather()
```
bu…
-
**Home Assistant release with the issue:**
0.73
**Last working Home Assistant release (if known):**
0.72.1
**Operating environment (Hass.io/Docker/Windows/etc.):**
Hassbian
Please provide de…
-
As it was done for https://github.com/csparpa/pyowm/issues/257 we need to collect all the `webapi25` related code and put it into a new `weatherapi25` package
As usual, keep an eye on `setup.py`, i…
-
Check out this out for another option for weather besides yahoo
Changing the current module to this one, it bring:
- Better features
- Other languages support
http://openweathermap.org/api
…
-
See https://agromonitoring.com/api/images for reference
-
The issue arises whenever one has `requests==2.19.1` installed and tries to install `pyowm==2.8.0`
Please refer to https://github.com/home-assistant/home-assistant/issues/15333 for a broader descri…
-
As per title...
-
As stated in the [plan for Py 2.x support dropping](https://github.com/csparpa/pyowm/wiki/Timeline-for-dropping-Python-2.x-support) actions need to be taken in order to remove from the active branches…