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
2
votes
2 answers

Cant get temperature in celsius

I know this type of questions are asked before...but i cant figure it out...i have read this OS questions link1 and link2 Well i am developing a weather forecast app and for that i am using yahoo weather api. I am using this url for response String…
H Raval
  • 1,903
  • 17
  • 39
2
votes
2 answers

Yahoo! Weather XML Feed allowed to be used in iPhone App?

Hey everyone, I'm quite confused when it comes to the legal side of using something like the Yahoo! Weather feed inside my iPhone App. To be clear, I don't want to actually show any of the info the feed has, but just use that info to trigger events…
W Dyson
  • 4,604
  • 4
  • 40
  • 68
2
votes
1 answer

Activity Background based on weather image from flickr like Yahoo weather

I want to show images from the current city based on weather as android app's background just like Yahoo! weather does. Is there an API to get such images? I have been through Yahoo weather's developer resources and got to know that they don't…
dmSherazi
  • 3,743
  • 5
  • 37
  • 62
2
votes
1 answer

How to get 7 day weather forecast using Yahoo API in Android?

I have made a sample Android app for the weather forecast for the 7 day, I have made is using following link: weather forecast I know that there are two parameters in Yahoo weather api "w" and "u" but I don't know how to get 7 day weather forecast…
jigar jims
  • 41
  • 1
  • 7
2
votes
0 answers

Yahoo weather API 7 Day forecast in Android App

I am trying to display weather forecast with Yahoo Weather API in my Android App. The below service gives me 7 Days weather forecast : http://weather.yahooapis.com/forecastrss?w=1940345&d=7 But when I try to convert response as JSON format value…
Timson
  • 1,337
  • 3
  • 19
  • 32
2
votes
2 answers

How do I make a call to the Yahoo hourly weather forecast API?

I have found yahoo weather forcast most helpful. I'm able to get an hourly weather request here from Yahoo. How can I make an API request for the above hourly weather report using an Yahoo API call to…
Anoop P S
  • 754
  • 1
  • 12
  • 31
2
votes
2 answers

parsing xml using dom4j

My XML structure is like this:
D3GAN
  • 642
  • 10
  • 26
2
votes
1 answer

How to get 5 days weather forecast from Yahoo Weather

I am developing android project, in that i have to show the particular city's weather forecast. First i thought to achieve it through the Google Weather API, then as stated by "Jason Hall" in the link, so iGoogle going to shut down. Then i turned my…
Abdul Rahman
  • 2,097
  • 4
  • 28
  • 36
2
votes
1 answer

how to wrap data from yahoo weather api?

How to Wrap the data from a Yahoo Weather API.I have a code like this where city may return a null value and temperature may return 0. Please help me. public class Handalinxml extends DefaultHandler{ Xmldatacollected info=new…
user1696753
2
votes
1 answer

Yahoo weather rss feed for Canada

My application uses yahoo's weather feed (XML) to display the weather forecast for the next 5 days. This works nice when the zip code is in the US. For example, the url below gets me the feed for Franklin,…
Vinay
  • 405
  • 2
  • 10
  • 17
1
vote
2 answers

Yahoo! weather in an iphone app

im developing an iphone app using yahoo weather service ( i have a key ). i have 2 question : can i use it in my app for commercial use ( like posting my app in appstore for free or no ) why the xml and json result are different :…
Red Mak
  • 1,176
  • 2
  • 25
  • 56
1
vote
0 answers

Updating a flickr image upon user input

I am trying to integrate flickr into a weather app (yahoo weather api) that I've created and decided to start by leveraging flickrGrabber (http://blog.organa.ca/?p=19) as a starting point. I have both the weather app and flickrGrabber working…
1
vote
1 answer

Yahoo Weather API 2019 - TypeError/AttributeError

Want to run Yahoo 2019 Weather API on Raspberry Pi in Python 3.5.3. Verified Yahoo access codes by successfully running Yahoo sample code for 2.7.10. All the sample code is…
Al Adkins
  • 31
  • 3
1
vote
2 answers

No weather data from Yahoo Weather API

Yahoo retired its YQL API so, I am switching to use the OAuth1.0 protected weather forecast API, https://weather-ydn-yql.media.yahoo.com/forecastrss?w=2502265 Got whitelisted my app through email as instructed here,…
The Debugger
  • 330
  • 8
  • 19
1
vote
1 answer

Using Yahoo APIs, how to get list of locations matching certain prefix that have weather data available

I have an app that (among other things) uses Yahoo Weather API to display weather conditions for a location selected by user. In the configuration dialog where user can enter the location, I'd love to offer autocompletion so that while user is…
esad
  • 2,660
  • 1
  • 27
  • 23
1 2
3
10 11