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

Yahoo weather API weather icon image

So im using the yahoo weather API for a website im working on. Right now it is calling default images for the weather icons, which do not look very nice at all. I wanted to use the newer images which they us on their website here. Here is the code…
sean
  • 119
  • 5
  • 13
0
votes
1 answer

Value of attributes of an elements with namespace

I am developing a weather forecast of the current weather and weather forecast for my schools website. For this I will be using Yahoos RSS weather forecast. In this XML file there are some values stored in attributes. I would like to get those out…
0
votes
1 answer

Get weather code from Yahoo XML response

I'm looking for a quick way to get only the condition code from Yahoo with PHP. I use my WOEID code to get the feed for my city's weather and in the XML response, I see this:
huong
  • 4,534
  • 6
  • 33
  • 54
0
votes
2 answers

How to get Weekly Weather forecast from yahoo API

I want to get Weekly weather forecast from yahoo api I'm using this API and try to give d=4 in parameter but it's not working, is there any alternative API or I am missing some thing ? http://weather.yahooapis.com/forecastrss?w=" +…
user1737884
  • 8,137
  • 4
  • 15
  • 15
0
votes
2 answers

Why isn't this PHP parsing XML correctly?

I am attempting to parse Yahoo's weather XML feed via this script. The parsing itself works: I am just struggling with getting the days to correspond with today, tomorrow and the day after. The final HTML output looks like this: Which can be seen…
Jordan
  • 119
  • 3
  • 11
0
votes
0 answers

Parsing data from function to android app

This code gets data from weatherunderground api. I'm building android app that uses this data in internal functions. I'm having problems using this data in android app code. package perry.test; import java.io.IOException; import…
max
  • 1,579
  • 1
  • 19
  • 34
0
votes
1 answer

yahoo weather api parsing

How can I parse the wind spped for the following JSON that I have received from the link http://weather.yahooapis.com/forecastjson?w=2502265. I am getting a garbage value from it but getting the rest of the values correctly. Can anybody let me…
Rahul Singh
  • 1,219
  • 3
  • 13
  • 36
0
votes
1 answer

json parsing from the yahoo weather

i am very new to something called JSON Parsing in iOS. Can anybody explain me how to parse data from the scratch. Basically what I am tying to tell is that I am using Yahoo weather api for fetching the weather of a…
Rahul Singh
  • 1,219
  • 3
  • 13
  • 36
-1
votes
2 answers

Yahoo Weather API throws 'forEach' error

i decided to go ahead and use the yahoo weather api, in an attempt for it to show the location and then the weather. app.js code: ** note i replaced the api url location with the term 'query'** var express = require("express"); var app =…
Prash
  • 150
  • 9
-1
votes
1 answer

How to get precipitation (rainfall) from Yahoo Weather via Temboo?

could anybody please tell me how to obtain the precipitation (rainfall) from Yahoo Weather via Temboo?
-1
votes
1 answer

Getting error with Weatherlib API Android

I have tried to use directly activity given here: https://gist.githubusercontent.com/survivingwithandroid/d671961572899cb8f4b4/raw/MyActivity.java I have just copied weatherlib jar into my build path libs and copied the above activity to my project…
Smitha
  • 6,110
  • 24
  • 90
  • 161
-1
votes
1 answer

Yahoo Weather with JSON and Java

I want to create a software (with Java SE and JSON) to display information about Yahoo's forecast. I get the information here (JSON format): Are there guides, articles, blogs, ... with example for my software? I see the Yahoo Centre but is…
InfoDevelop
  • 13
  • 1
  • 6
-2
votes
1 answer

Using Node js, how to get weather feeds for multiple cities in single request using yahoo weather api

I'm using yahoo weather api for get weather feed of single city, now I want to get weather feed for multiple cities in single request, how can I do using yahoo api. I also want to know, is ther any api yahoo provides to get the list of city of any…
Abhishek
  • 583
  • 5
  • 16
-2
votes
1 answer

How can I utilize Yahoo Weather API in android

I want to develop an app using Yahoo Weather API for android. I want to get current and forecast weather details. I have tried it from different sources (e.g.:https://github.com/survivingwithandroid/WeatherLib, Getting error with Weatherlib API…
Smitha
  • 6,110
  • 24
  • 90
  • 161
1 2 3
10
11