Questions tagged [yahoo-weather-api]

Yahoo! Weather RSS Feed enables you to get up-to-date weather information for your location.

Yahoo! Weather RSS Feed enables you to get up-to-date weather information for your location. You can use the data into your own web site or client application. The Weather RSS feed is a dynamically-generated feed based on WOEID.

Provides options to choose between Fahrenheit or Celsius degrees units and option to get up to 10 days forecasts in the feed.

Useful links

Related tags

164 questions
0
votes
1 answer

Extracting Yahoo Weather using jQuery and YQL

I'm trying to extract the weather from Yahoo using YQL. However for some reasons nothing returns, however I have tried manually to call the URL with the Select statement is it does returns the results I wanted. Can someone help to debug that went…
0
votes
1 answer

Yahoo Weather API Oauth C#

I'm having a bit of an issue with the Yahoo Weather API currently. We are using a try catch when feeding the correct information into the query, and the break points show the correct WOEID being fetched, however it will not return the data to the…
0
votes
0 answers

How do I make a Yahoo Weather API request that includes OAuth signing?

I'm using an Arduino UNO to connect to Yahoo Weather with the request GET…
Aris
  • 157
  • 1
  • 10
0
votes
1 answer

Weather with jQuery and YQL suddenly stopped working

I used this code to add the current temperature and weather condition to my site a couple of months ago and I noticed earlier this week that it went blank. I'm assuming I need to update the jQuery or the yahoo api, but everything I try isn't…
0
votes
0 answers

Limit number of days returned by Yahoo Weather Feed

We've been using the Yahoo weather feed for our Intranet for several years with no issues. Today, it stopped working. I determined that it was no longer returning results if we pass the zip code. So, a slight mod to the query and now we send the…
Connie DeCinko
  • 996
  • 5
  • 19
  • 39
0
votes
2 answers

Hiding divs using javascript if a certain class is used

I have a website that plays a CSS animation of clouds drifting across the screen. I have then added a javascript function that pulls in data from Yahoo's weather api. I've used this to change the background colour depending on the weather. I would…
user2953989
  • 2,791
  • 10
  • 36
  • 49
0
votes
1 answer

Website showing a css animation depending on current weather using yahoo api

I want my website to display css animations depending on the weather data it receives from yahoo's weather api. So far to test this I have created an animation of clouds drifting across the screen, but only want them to show when it's cloudy. I have…
user2953989
  • 2,791
  • 10
  • 36
  • 49
0
votes
1 answer

Unable to parse XML data in AS3

I'm using AS3 and Flash CC. I'm trying to build a simple weather widget, but I can't seem to parse through any of the XML data from the Yahoo Weather API. The XML data loads, and you can see it in the output when I trace the entirety of the XML…
0
votes
2 answers

getting something from yahoo weather API

I am trying to create a simple app to get a City name and display the weather with yahoo weather API. I am able to make a json request and get the answer but I am completely lost on how to retrieve the information from this json. I can see the…
0
votes
2 answers

Yahoo Weather API current conditions

I am trying to get the current weather conditions for a certain location, but for some reason I always get the conditions for a semi-random day/time (more or less past week). I am using this query:…
Joba
  • 777
  • 7
  • 24
0
votes
1 answer

How to get temp in yahoo weather forecast?

I have question about RSS yahoo weather forecast. My case : How Get temp in rss yahoo weather forecast? my code: I loop: $current = $item->xpath('yweather:condition');
$forecast = $item->xpath('yweather:forecast');
end…
b4dQuetions
  • 1,549
  • 6
  • 18
  • 28
0
votes
0 answers

error when parsing yahoo weather xml in python

I have been searching for a solution, so i am trying to get weather information for a location id in my database,it is meant to use location_id from model and store the information in weather log a model in my database this is the code and the…
0
votes
1 answer

In need of assistance with Yahoo Weather API

I am having a hard time using the Yahoo API for a Weather Application. I am trying to make it show weather information, for small scale testing, just the wind chill. index.html Alex Webber - MyWeather
Alex Webber
  • 93
  • 2
  • 10
0
votes
1 answer

Remove weather of default location in zWeatherFeed jquery plugin ?

How do i remove the default location Las Palmas. I searched for the parameters that invokes the weatherfeed for Las Palmas in js file but couldn't find it. When i pass the id of my city as parameter weather of both city is displayed.
0
votes
2 answers

Parse YahooWeather JSON response

I try to make a simple weather app and for that I use YahooWeather api. So I get a response something like this: /**/yqlCallback({ "query": { "count": 3, "results": { "channel": [{ "item": { …
Zara Gheorghe
  • 488
  • 4
  • 13