Top "Openweathermap" questions

A free online service for retrieving weather data

How to display openweathermap weather icon

I am using openweathermap to display weather reports. Everything is working fine but there is a problem with the icon. …

html json openweathermap
How do I calculate the temperature in celsius returned in openweathermap.org JSON?

I'm getting the weather for a city using openweathermap.org. The jsonp call is working and everything is fine but …

javascript json units-of-measurement weather-api openweathermap
How to use OpenWeatherMap API for Javascript?

I am trying to create a weather app with OpenWeatherMap API for javascript. The code for my web app is : &…

javascript weather-api openweathermap
How to use openweathermap api key?

I have openweathermap api key , but how can I use it in PHP ? and the weather report should be report …

php api weather-api openweathermap
Value null of type org.json.JSONObject$1 cannot be converted to JSONObject

I'm getting this exception error when using the OpenWeatherMap API. I'm just trying to get the result to be an …

android json openweathermap
Using OpenWeatherMap API Key

I get Exception "http://api.openweathermap.org/data/2.5/weather?q=Sydney". Can someone please help how to use it. Works …

android weather-api openweathermap
Precipitation field in OpenWeatherMap API 2.5

I'm using the Open Weather Map API for weather forecast. Current available version is 2.5 Here is a snippet of XML ... &…

api weather-api openweathermap
How do I get geolocation in openweather API

How do I get mu openweather API to work with geolocation? This is my current html code: <!DOCTYPE html&…

javascript geolocation openweathermap
OpenWeatherMap API vs Wunderground API?

I don't see a lot of information available comparing the weather APIs that are available. What is the difference between …

weather-api wunderground openweathermap
Using OpenWeatherMap API gives 401 error

I'm trying to get the weather data for London in JSON but I am getting HTTPError: HTTP Error 401: Unauthorized. How …

python weather-api openweathermap