KristjanESPERANTO / MMM-OneCallWeather

Magic Mirror weather module using openweathermap.org "One Call" api
MIT License
3 stars 2 forks source link

Unauthorized on openweathermap API #13

Open Scarala opened 7 months ago

Scarala commented 7 months ago

I just installed this module and configured it. On my Mirror the module is not loadin, just showing "loading..."

In the Terminal i can see this line: [20.03.2024 17:03.17.572] [ERROR] [MMM-OneCallWeather] 20-Mar-24 17:03 ** ERROR ** Error: Unauthorized

My Module Config: { module: 'MMM-OneCallWeather', position: 'top_right', config: { latitude: xx.xxxxxx, longitude: x.xxxxxx, apikey: '53d87xxxxxxxxxxxxxx842433' } },

The apikey is fresh created and copied directly, even checked if something not copied, but it's correct. Also my free plan is fresh, so there was no load yet. The API Key is working with the standard weather module. long and lat are also correct...