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?
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.