Gulivertx / cbatmo

A Netatmo Weather Station Web-APP for Raspberry Pi & official Raspberry touchscreen
MIT License
88 stars 13 forks source link

Openweather API key issues #98

Closed evakq8r closed 1 year ago

evakq8r commented 1 year ago

Hi,

I've recently set this up on a Raspberry Pi and everything works... except the Openweather API key. No matter what key I use in my dev account, cbatmo reports it as 401 Unauthorised (in the browser console):

{"status":"error","msg":"Invalid API key. Please see https://openweathermap.org/faq#error401 for more info."}

I've read the FAQ on the Openweather website and understand that it seems to think I'm using the wrong API key. I've tried a subscription model with Openweather also and no difference to the error.

Has the way the API calls work changed since this was last updated? Or is it something I'm missing?

Any help would be appreciated.

evakq8r commented 1 year ago

aaaaaaand just as I put a ticket in, the API come good. Took a full 20 hours to get working, though.