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

Yahoo Weather API - "City not found" error on various cities

I don't know if this is the place for this question, but here's the problem: I have an web app that fetch weather data from various brazilian cities using Yahoo Weather API. Basically, I got all woeid numbers from this site:…
1
vote
1 answer

Undocumented Yahoo! Weather API?

According to the Yahoo! Weather API documentation, a WOEID must be provided to obtain weather information for a specific region. The WOEID can be obtained by using the Yahoo! GeoPlanet service. If I have a zip code, this is two API calls to obtain…
Kevin
  • 13,044
  • 11
  • 55
  • 76
1
vote
1 answer

How to get WOEID without using yahoo services?

Is there any other alternative to get WOEID of a place, other than yahoo services? Is there any third party library which is free?
user1899840
  • 543
  • 2
  • 7
  • 19
1
vote
1 answer

weather service provider with waves height data?

I'm not sure this is the right place for this question, please correct me if I'm wrong. I'm looking for an API to get Waves height data for a surfing application I'm writing. I have no idea where can I find such a provider. Does Yahoo provide this…
Yosi199
  • 1,745
  • 4
  • 22
  • 47
1
vote
1 answer

Get xml attribute in PHP

I want to know the temperature from a city by using Yahoo Wheater (xml), xpath and php. This is the code that I use but it doesn't work. I can get an element (description) but not the attribute (temperature) that I want. $xml = new…
user2396792
1
vote
1 answer

How to get 5 day Yahoo weather forecast

I've been working on a weather feed for my website. I'm currently only able to get forecasts for the next 2 days. I want forecasts for the next 5 days. Here's my code: $ipaddress = $_SERVER['REMOTE_ADDR']; $locationstr =…
Ortund
  • 8,095
  • 18
  • 71
  • 139
1
vote
1 answer

How to modify yahoo weather appearance on my page?

I've just got the basic yahoo weather feed on my page... The following code renders the image below: $ipaddress = $_SERVER['REMOTE_ADDR']; // API username and key masked as sensitive and irrelevant to this question $locationstr =…
Ortund
  • 8,095
  • 18
  • 71
  • 139
1
vote
1 answer

Code is requesting the yahoo weather service again and again

I have developed an android app which uses Yahoo! Weather API for getting weather information, as Yahoo! Weather API allows to request the service only 10 to 20 times per hour. my app has tow activities when I switch back and forth between them my…
Arshad Ali
  • 3,082
  • 12
  • 56
  • 99
1
vote
2 answers

Javascript JSON.parse does not work after copy and paste the string

I try to create a fallback for a homepage which uses yahoo-weatherdata. I normally get the yahoo weatherdata as json with the $.getJSON function of jQuery. This works fine. I`m using the following code: var url =…
user1383029
  • 1,685
  • 2
  • 19
  • 37
1
vote
3 answers

Get Weather Forecast Data

I want to develop a weather web service and I just want to get the information of weather forecasts. Than I create my own interface. But I can't find how I access these datas. How can I access weather datas? Thank you.
e.ozmen
  • 269
  • 3
  • 17
1
vote
2 answers

zWeatherFeed options?

I used zWeatherFeed to show weather, but I cant find any example to change options.