-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined is not an object (evaluating 'data.current.feels_like') #3
Comments
It seems like there is something wrong getting the weather data, maybe network error or wrong API key. Can you get response with your own APP key from the following API?https://api.openweathermap.org/data/2.5/onecall?lat=31.1963042&lon=121.605487&appid=${APP_KEY} |
Me too getting similar error: After checking the url given above, I am getting wrong AppId: But after rechecking my account in openweather I can't find any difference b/w the entered API_KEY. |
My key works fine, maybe try a new key |
Seems like there is a delay until your openweathermap.org API becomes active. I had the same error after initial setup but after several minutes it started working. |
I have generated a new key, waited one hour and still get that error. It doesn't seem to be working... And yes, the key is active |
I am receiving that error referencing row 176: {data.current.feels_like.toFixed(1)}°
The text was updated successfully, but these errors were encountered: