Skip to content

Does Open Weather Map integration work? #1249

Answered by lnu
aeroperf asked this question in Troubleshoot
Discussion options

You must be logged in to vote

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:

        {
          "powerline_symbol": "\ue0b6",
          "foreground": "#ffffff",
          "background": "#389c09",
          "invert_powerline": true,
          "properties": {
            "apikey": "YOURAPIKEY",
            "location": "BASTOGNE,BE",
            "units": "metric",
            "enable_hyperlink": true,
            "http_t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aeroperf
Comment options

Answer selected by aeroperf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants