I am getting the error below in the browser console. It shows "unknown" as the location and a temperature of 0 degrees.
jquery.js:10135
GET https://api.openweathermap.org/data/2.5/onecall?lat=33.7243&lon=-84.1517&lang=en&appid=66b43c2613e01088fba7a60750d695f1 401 (Unauthorized)
However, with this same link if I change onecall to weather like below and put it in the URL section of the browser then press enter, it fetches the data.
https://api.openweathermap.org/data/2.5/weather?lat=33.7243&lon=-84.1517&lang=en&appid=66b43c2613e01088fba7a60750d695f1
Can you please check and maybe update it to see if this may help other users facing similar issues?
Thank you.