@kasperb ok, his doc says
At a minimum you need to supply the following required configuration parameters:
apikey
latitude
longitude
apikey needs to be specified as a String, while latitude and longitude can be specified as either a String or a Number. Both work fine.
By default the module uses the OpenWeater One Call API in version 3.0 now cause version 2.5 has been shut down in June 2024. If you know what you are doing you can use the config option apiBaseURL to specify the URL you like.
SO, you don’t need the apiBase property
and you DID get a new 3.0 apikey, (which is backed by a credit card), right?
the old (2.5) apiKey will not work with the 3.0 /onecall endpoint
also, for future… all config and log info in a code block please here on the forum
to do
paste text into editor, blank line above and below
select text just pasted
hit </> button above editor
the code block markers will be added… they MUST start a new line by themselves(why the blank line above/below)