-
Hi,
When jumping to 898805560e9d98dca476d784891cd4b4a7c3852a (coming from d3edf6b304605cb8ec056a850b8d49c14451031b - latest SHPI.zero desktop image), I am getting the following error:
```
WARNI…
-
When I initialize the library with the following, it fails
config_dict = get_default_config_for_subscription_type('startup')
owm = OWM('your-paid-api-key', config_dict)
If I change the subdomai…
-
**Describe the bug**
I tried to upgrade and a fresh install of the current version. During the install script I have a [NEW] package python3-pillow but it looks as if nothing is installed during t…
-
See:
https://pyowm.readthedocs.io/en/latest/v3/air-pollution-api-usage-examples.html#querying-co-index
The code reads:
```
owm = OWM('apikey')
# Get latest CO Index on geocoordinates
coi = o…
-
Currently, in Home Assisnatt the list of supported languages is added to Home Assistant, but as [suggested by one of the contributors](https://github.com/home-assistant/core/pull/40448#pullrequestrevi…
Misiu updated
4 years ago
-
setup.py:
```python
install_requires=[
'requests>=2.20.0,=2.3.0,
-
We would like minutely data for a forecast for a project, and it seems like it has already been implemented in develop, but what is the ETA for this to be released? Thanks in advance.
-
The [One Call API](https://openweathermap.org/api/one-call-api#data) allows for an 'exclude' parameter to streamline responses. It would be great if pyowm allowed this too.
Similarly, the API allow…
-
**Problem**
According to the guide on the pyowm github page following command:
`observation.weather.wind`
should return something like:
`{'speed': 4.6, 'deg': 330}`
from which people are able to …
-
In the setup file, it says to define the weather location using the City and the Country Code. How do you include the State (in the US)? As an example, there are multiple 'Monroe' cities in 'US'. Wha…