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
0 answers

How to get the tag “” from Yahoo Weather RSS with xmllint

Let's try to parse and extract node from Yahoo Weather RSS. URL is here http://weather.yahooapis.com/forecastrss?w=12602818&u=c xmllint has to be used for this purpose. Here is the node to extract:
the_yellow_logo
  • 675
  • 5
  • 13
0
votes
3 answers

How to get image url from Yahoo weather forecast XML document?

I'm getting weather information from yahoo weather and i'm able to parse temperature info from document but having problem to fetch image url from element i.e.
Blios
  • 719
  • 1
  • 16
  • 30
0
votes
0 answers

Using xml.etree.ElementTree.find() with custom tags

I am using Temboo to get the weather for an address on Yahoo. Since this returns XML code, I am using ElementTree.find() to find the custom Yahoo tag . But when I run the program, I get the following error: SyntaxError: prefix…
user2352923
  • 47
  • 1
  • 9
0
votes
0 answers

Simple example to get data from YQL

I want to create a java software to show the forecast of my city. I use YQL of Yahoo. I surf on the net to find a simple Java class (*.java) example to get those data but I find nothing. I already know Java, JSON, WOEID, YQL, ... . I have this link…
InfoDevelop
  • 13
  • 1
  • 6
0
votes
2 answers

is it possible that yql retrieve weather data with preset temperature units and language?

For Android application is very useful to receive data in json format and for example submitting select item from weather.forecast where woeid=2502265 in yahoo yql console, retrieve all the useful data for my weather android app project. But it…
JoeCoolman
  • 512
  • 3
  • 8
  • 27
0
votes
1 answer

How to access the text within yahoo weather's geo data nodes?

I'm using the z weatherfeed plugin. It already pulls most of the data from yweather api but I need the latitude and longitude. The plugin gets the data for each item element like this for example: html += '
'+…
Larz
  • 1,156
  • 1
  • 8
  • 22
0
votes
1 answer

Dynamic image content in Java NetBeans Swing GUI

I am an undergrad student working on creating a Java weather app (Executable JAR) with NetBeans IDE 7.4 and Swing GUI.So far I have managed to create this much. I have a very limited knowledge of Java as of now. I am having problems with loading…
user3014673
0
votes
0 answers

Yahoo weather alert when it's raining

I'm trying to da when it's raining outside that I got "It's raining" on my page. But there is a problem. I allwys get "It's raining" evein when it's sunny. Here's my code:
0
votes
2 answers

C# Yahoo Weather, get all attributes from yweather:condition

What I would like to do is access the yahoo weather xml from the rss, and get the data specifically from the yweather:condition tag. I tried with xdoc.Load("http://xml.weather.yahoo.com/forecastrss?p=MKXX0001&u=c"); XmlNode xNode =…
user2962759
  • 59
  • 3
  • 13
0
votes
4 answers

How to get values from xml(api) using parsing in android

I have made a simple demo weather app in android for the learning purpose,I have 1 api(yahoo weather api) for data to be parsed out from it,can any buddy tell me how to get "code" value for the "yweather;forecast" xml tag for every day? My api lik…
jigar jims
  • 41
  • 1
  • 7
0
votes
1 answer

how to retrieve WOEID from city name in android?

I have madye a simple android demo in that i have put an editText and a butto ,I want is that when one enter anky city name and when one click on search button .A list of related WOEID should be listed,I have tried as below but its not working,It…
jigar jims
  • 41
  • 1
  • 7
0
votes
1 answer

Strings and int comparsion for yahoo weather API

I'm developing a simple weather applications using the yahoo API. The method weatherInfo.getCurrentText() results in a string with the current weather condition in English. For each weather condition there is an assigned code (list of condition +…
iGio90
  • 3,251
  • 7
  • 30
  • 43
0
votes
1 answer

How to use Yahoo's Weather XML file

How do you load the XML file from http://weather.yahooapis.com/forecastrss?w=12766488&u=f and how do you use it. I can either use JavaScript or PHP, but whenever I try with JavaScript, it throws this error: XMLHttpRequest cannot load…
vcapra1
  • 1,988
  • 3
  • 26
  • 45
0
votes
2 answers

PHP XML CDATA parsing

I have a problem with querying a web service (Yahoo weather). Thanks to this cool forum, I found the following hint. Nevertheless, I am not able to retrieve my value. I am extracting the CDATA part by using $conditionIcon =…
AntonSack
  • 1,021
  • 2
  • 25
  • 47
0
votes
0 answers

Multi-Hop Cycle in php

Can anyone tell what is the reason behind getting "HTTP request failed! HTTP/1.0 400 Multi-Hop Cycle" error om using "file_get_contents" in PHP ?
Nemo
  • 1,059
  • 3
  • 14
  • 31
1 2 3
10
11