-
I'm having trouble getting the temperature from a forecast object. Specifically, I'm using `forecast_at_place`
Is this possible in PyOWM 3 or should I be combining this with other parts of the API…
-
Start code in cmd and always have an AttributeError: "OWM" object has no attribute
pip install pyown was successful
Code:
import pyowm
owm = pyowm.OWM("*My API*")
place = input(" ")
observ…
LkiZt updated
4 years ago
-
## The problem
Openweathermap has added a One Call API that mimics what DarkSky has. Pyowm has recently released a new version that supports the new API. Implementing this new API could allow use…
-
Thanks for this great library. However, a couple of things:
For the code
```
owm = pyowm.OWM('MY_VALID_KEY')
apionline = owm.is_API_online()
print(apionline)
```
I get
```
Traceback (most recent …
ghost updated
4 years ago
-
boto3 version 1.9.58
[Documentation shows list_role_tags](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iam.html#IAM.Client.list_role_tags) for listing tags in an IAM r…
-
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 324, in _async_add_entity
await entity.async_device_update(warning=False)
Fil…
-
Hi, I am trying to update mycroft-core in openSUSE Tumbleweed.
openSUSE use Open Build Service (OBS) to build and ship their package.
This is the repo I'm working on: https://build.opensuse.org/pack…
-
See https://github.com/csparpa/pyowm/pull/306#issuecomment-619549255
@csparpa You can assign this issue to me. It is better to have an issue as to comment on a merged pull request. This week is alr…
-
Ciao Claudio,
Since the commit 9adfae5941a8bda562def5710c9435614c93c726 the Coveralls is not anymore working and shows a coverage of 0%.
-
### Summary
So, my bot was working just fine, but then the next time I run it, it keeps giving me the error saying: `TypeError: Callback is already a command.` I checked to see if it meant that I alr…