openweathermap Questions

7

Solved

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: { //... "main...

11

Solved

I'm trying to get the weather data for London in JSON but I am getting HTTPError: HTTP Error 401: Unauthorized. How do I get the API working? import urllib2 url = "http://api.openweathermap.org/da...
Mead asked 12/10, 2015 at 23:48

4

I'm using the Open Weather Map API for weather forecast. Current available version is 2.5 Here is a snippet of XML ... <time day="2013-09-07"> <symbol number="500" name...
Rooker asked 7/9, 2013 at 22:20

4

Solved

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 generated t...
Suchlike asked 17/6, 2022 at 3:1

20

I am using openweathermap to display weather reports. Everything is working fine but there is a problem with the icon. The JSON response code is: Array ( [city] => Array ( [id] => 1271476 ...
Wellhead asked 25/5, 2017 at 9:50

8

Solved

I'm getting this exception error when using the OpenWeatherMap API. I'm just trying to get the result to be an JSONObject, but null keeps coming up. @Override protected void onPostExecute(String ...
Meier asked 13/4, 2016 at 13:33

5

Solved

I am using AWS Lambda to get JSON from the open weather api and return it. Here is my code: var http = require('http'); exports.handler = function(event, context) { var url = "http://api.openwe...

3

Solved

I am building a weather website, and I want to display the country name for the given location but my API request to openweathermap only returns country code. So is there a way to convert the count...
Radiancy asked 26/5, 2020 at 18:22

1

Solved

I am doing a simple front-end project where I (or a user) make an API call to the openweathermap api, fetch weather info and display it on a website. Simple HTML, CSS and vanilla JS So I want to ke...
Rathbone asked 30/12, 2020 at 15:57

3

Solved

I'm trying to implement an iphone app and i'm integration OpenWeatherMap to retrieve the current weather. However, I've noticed the data returned is incorrect (off by about 39 degree Fahrenheit). ...
Tarnation asked 7/8, 2014 at 19:11

1

Solved

In case you would like to make a weather command using discord.py and have a cool addition to your bot, I got you covered, I have answered below on how to create a weather command in discord.py.
Railway asked 19/8, 2020 at 12:4

1

I am trying to get current weather from an API, and for some reason, when I am trying to create a Retrofit object, it returns me an error: Process: com.api.weather_api_training, PID: 8417 java.l...
Afterheat asked 27/5, 2020 at 1:29

1

Solved

In my application, I want to use OpenWeatherMap API to show cities weather info. For this, I want to change description language to Farsi. I get this with OpenWeatherMap help and I write below URL...
Cella asked 29/3, 2018 at 11:43

2

Solved

How can I overlay an XYZ tile set (something like this) on Google Maps API 3? I want to overlay weather data (cloud cover...etc). Feel free to use my OpenWeatherMaps URL to test it out: http://map...

2

Solved

I am a new developer exploring the world of Android. I am currently working through the Udacity tutorials for creating the Sunshine app. In the fragment activity class in order to get data from ope...
Roussillon asked 27/10, 2015 at 10:37

1

Solved

I am trying to create a weather app with OpenWeatherMap API for javascript. The code for my web app is : <!DOCTYPE html> <html> <head> <title>Weather</title> <...
Assembled asked 15/8, 2015 at 7:53
1

© 2022 - 2025 — McMap. All rights reserved.