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
3
votes
1 answer

How to load weather icons with each day of yahoo weather forecast?

I'm new to Django and jquery. I was trying to make a Weather app using Yahoo Weather API. Everything went fine except the weather icons in the forecast .Previously the same icon was used for all changing weather but how can i write code so that…
sachin mathew
  • 1,432
  • 11
  • 19
3
votes
1 answer

Yahoo Weather WebService

I'm trying to find a way to get some weather information with Yahoo Weather using Yahoo Query Language. As I'm living in France, in a city called Nice, the following query returns an error: select * from weather.forecast where location='Nice' I…
Zakaria
  • 14,892
  • 22
  • 84
  • 125
3
votes
0 answers

Yahoo Weather API sometimes works sometimes not

Im developing an APP which is getting the weather time from a query to Yahoo API. Here is my query maybe it works the first time, but If you refresh the browser maybe it dosnt work. Here is the documentation And the limits: Rate Limits Use of the…
Pablo Cegarra
  • 20,955
  • 12
  • 92
  • 110
3
votes
0 answers

Using ASP.Net and restsharp to make Yahoo Weather API application reporting "oauth_problem=signature_invalid"?

I am making a simple REST web application in asp.net. I am making calls to server with restsharp. Now I am struggling to get this application using oauth authentification, and I am getting error on get_request_token which state…
3
votes
2 answers

Undefined namespace prefix

i am using yahoo weather API $result =…
Xenotic
  • 51
  • 1
  • 9
3
votes
0 answers

Get weather data from Yahoo Weather API with Oauth 1.0

I am developing a web portal consuming the Yahoo web service for the real-time temperature. I was using combined YQL query to fetch the weather data by latitude and longitude which was not bad: https://query.yahooapis.com/v1/public/yql?q=select *…
ichbinblau
  • 4,507
  • 5
  • 23
  • 36
3
votes
2 answers

How can I get Yahoo Weather Backgrounds from API?

I have a weather widget, and I need dynamic backgrounds. Yahoo has weather APIs, but I'm not able to find the background image tied to a weather type. https://weather.yahoo.com/ Is this possible? var url =…
triplethreat77
  • 1,276
  • 8
  • 34
  • 69
3
votes
1 answer

How to get client weather from IP Address with Yahoo Weather API

I'm aware that Yahoo Weather uses it's own codes to determine which area to get the weather for. I want to show the weather for each user visiting my site when the page loads, but I'm having some trouble here. My key issues here are: How to get the…
Ortund
  • 8,095
  • 18
  • 71
  • 139
3
votes
1 answer

What pressure units yahoo weather api delivered when use u=f parameter

I was wondering what "in" stands for if we talk about pressure units? I believe that mb = mili bars = hPa. With this assumption there's something strange about it. I took 2 diffrent WOEID's for each using u=c and then u=f and results were…
abc
  • 2,371
  • 3
  • 25
  • 36
3
votes
3 answers

Yahoo Weather Api Language

I am using the weather place finder and yahoo weather api. By default, I am getting the response in US-ENGLISH language. I want to change the response in KOREAN language. Please share the ideas.
Om Narain Shukla
  • 361
  • 1
  • 4
  • 12
2
votes
2 answers

google map api v3 Weather information

How do we add the weather overlay option to a Google map, just like on Google my maps? I've searched for it, but i can't find the answer. Do i have to call a weather web service?
j.b
  • 151
  • 1
  • 7
  • 17
2
votes
3 answers

Yahoo Weather Icon

Is there away to display just the Yahoo weather icon above on a webpage? I'm using geektool on my Mac and it can be displayed on my desktop but I'm wondering if it is possible to just have that icon in a webapge??? ANy ideas :)
Lenny Magico
  • 1,183
  • 5
  • 16
  • 28
2
votes
1 answer

How to insert multiple HTML elements using jQuery

I have a webpage that is taking data from the Yahoo! Weather API. I am using this query. I would like to build a table using jQuery that inserts elements with IDs. Here is my current…
Jack Bashford
  • 43,180
  • 11
  • 50
  • 79
2
votes
1 answer

PHP: Yahoo Weather Api getting empty result with file_get_content

I am doing an ajax call from my webpage to get response from getWeather.php page in JSON format. Sometimes i get result but mostly i don't. But whenever i browse this link, it always give me result in JSON format. Am i doing something wrong in my…
MTA
  • 1,033
  • 5
  • 16
  • 37
2
votes
2 answers

Using yahoo weather Api

I am using yahoo weather api and getting result using this link: …
shivam
  • 445
  • 1
  • 8
  • 22
1
2
3
10 11