About 1,800,000 results
Open links in new tab
  1. Invalid API Key in OpenWeatherMap (Error 401) - Stack Overflow

    Jun 17, 2022 · I'm trying to make an API call to OpenWeatherMap. When I execute flutter run in the terminal, the response.statusCode prints 401 which is code for Invalid API Key, although I have …

  2. How can i use city name instead of lat and log in OpenWeather API?

    Dec 19, 2020 · That is how One Call API is built. 7 days or n days forecast is not directly available for city [name / id]. You have to use lat and lon query params.

  3. How to display openweathermap weather icon - Stack Overflow

    To display the OpenWeatherMap weather icons, you can utilize the icon codes provided by the OpenWeatherMap API. Each weather condition in the API response includes an icon code that …

  4. How to obtain Open Weather API date/time from city being fetched?

    Jun 14, 2020 · 0 If your main concern is about whatever the icons are shown as day or night time when the API already has a built-in set of icons and data to determine wherever it's day time or night time, …

  5. How do I calculate the temperature in celsius returned in ...

    Oct 20, 2013 · I'm getting the weather for a city using openweathermap.org. The jsonp call is working and everything is fine but the resulting object contains the temperature in an unknown unit:

  6. Openweather API, time always in my local time zone

    Openweather API, time always in my local time zone Asked 5 years, 8 months ago Modified 4 years, 10 months ago Viewed 9k times

  7. OpenWeather API latitude and longitude is not returning the correct ...

    Nov 14, 2023 · 0 I want to be able to look up a city and get the weather information, but with the OpenWeatherMap API, the Geocoding doesn't give the weather information. It does give the latitude …

  8. Openweathermap API get HIGH and LOW temperature of the day

    May 5, 2016 · For the Current Weather API of OpenWeatherMap the max and min temp are based on the current temperature. Meaning if the temp is 70 degrees the min is probably 69 degrees and the …

  9. How to get Data info from OpenWeatherMap API 'dt'

    Jan 16, 2021 · I am making a simple react app with OpenWeatherMap API. I need date info from that API to show which day is the current day. The API returns me a dt object I think this is related to date …

  10. OpenWeather API - Pulling JSON data out - Stack Overflow

    Sep 20, 2013 · I'm writing a little JavaScript to pull information from JSON that contains name, longitude, latitude and openweather API call. What I need is to get the API information out of the API call into th...