Does Open Weather Map integration work? #1249
-
I've been trying to get Open Weather Map integration to work, but have not been successful. I've verified that my API key works via the OWM website documentation. But I cannot get any weather information to show in the prompt. Can someone verify that it works? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
it works on my side, at least. Can you check the output of My config:
|
Beta Was this translation helpful? Give feedback.
it works on my side, at least. Can you check the output of
write-poshdebug
? you should see the request made to owm(take care of not copy pasting your api key here). Please note the default timeout for http calls is really short(20ms), so you probably have to increase it(http_timeout
). The response is also cached for 10 minutes by default.My config: