I'm trying to find links to weather condition images for Yahoo weather api. I get condition codes in JSON response, guess images are based on them. Like for OpenWeatherMap you add condition code to main URL…
I have looked into the forecast io (Darksky) api document, and find there are options that can change the temperature to celsius. I'm not sure how to use the code they provided.
Thanks for your help!
I'm trying to retrieve weather info through openweathermap.org. No matter which zipcode I put in, it always return Not found city.
http://api.openweathermap.org/data/2.5/weather?zip=98104,us&APPID=xxx
{"cod":"404","message":"Error: Not found…
I am planning to develop an iOS weather application that is non-commercial which retrieves JSON feed from Yahoo's Weather API.
Documentation: https://developer.yahoo.com/weather/
However, I don't understand the purpose of needing an API-Key? I am…
I get Exception "http://api.openweathermap.org/data/2.5/weather?q=Sydney". Can someone please help how to use it.
Works fine with the web browser when i paste the…
This might be a long shot but I'm trying to find an API that gets the current weather season (simply Summer, Spring, Winter or Autumn) by location. I know there are numerous APIs to get the current weather, so far I can't find one that returns the…
I've very less experience with Json and I've to parse a complex Json to Java Objects.
I've tried several approaches without success... I'm getting a weather forecast for my city in Json format and I need to parse that Json data into Java…
I tired Open Weather Map because the docs say it has "rain", but when I call it it doesn't. So I tried Python Weather API but none of those options from weather.com, noaa, or yahoo weather have rainfall or precipitation. So I tried Wunderground but…
Am getting longitude and latitude values from google's webserivce and passing the values to open weather map api to get the temperature values. Code below
function getWeatherData(latitude, longitude) {
var temperature =…
I making a java application that give the user notification with the weather conditions.
i used the yahoo weather API provided by yahoo like that link :
http://weather.yahooapis.com/forecastrss?w=2502265
and all i have to do is to change the eight…
I have current location Latitude[17.382042000000000000] and Longitude[78.481727299999990000].
Is there any way find out the weather based on these Latitude and Longitude?
Is there any third party free APIs for finding the weather based on these…
I am using the NWS REST API as my weather service for an app I am making. I was initially reluctant to use NWS because of its bad documentation, but I couldn't resist as it is offered completely free.
Now that I am trying to use it, I am running…
I tried to implement this code (http://stackoverflow.com/questions/10318316/how-to-hide-or-display-a-google-maps-layer/) on my page, to put the weather/clouds on/off my map,
but somehow it interferes with my current code. I tried the two options…
Google weather API shows temperature in Fahrenheit.
After watching this post, I was able to convert temperature from F to C.
However, it shows like 17.222222222222° C - 28.888888888889° C, Clear. How can i make it only 17° C-28° C.
Thanks in…
I am new to React, trying to learn and I have this unsolvable problem. I have developed a weather app, I'm still working on it, but at this moment I am stuck for 3 days trying to have a background image that changes depending on the users weather…