How do I calculate the temperature in celsius returned in openweathermap.org JSON?
It looks like kelvin. Converting kelvin to celsius is easy: Just subtract 273.15. Looking at the API documentation, if you add &units=metric to your request, you’ll get back celsius.