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

Yahoo weather API giving errors for certain US lat/lng locations

I am creating pages about parks. For each park, there is a lat/lng and for most parks, I am able to use the Yahoo weather API But for some reason, some pages return errors like this: Invalid Input /forecastrss?w=2347563 After a call that I make…
Genadinik
  • 18,153
  • 63
  • 185
  • 284
0
votes
1 answer

Yahoo Weather API - Handling Bad Location Input String | Node.JS/Express

I'm very new to APIs, but I've been fairly successful experimenting with a custom weather page that's powered by Yahoo's Weather API. The problem is with the handling of bad input. If an end user submits a location string that's not considered…
servo
  • 55
  • 6
0
votes
1 answer

Can I call Yahoo Weather API from local js file? Or do I need a web server?

Yahoo Weather API now requires an OAuth1 signature. Can I do a normal AJAX GET call from a local html file to retrieve Weather data or do I have to call it from a web server? This is for a local HTML widget I’m creating for my desktop computer and I…
0
votes
1 answer

Yahoo Weather arabic response contains question marks instead of arabic characters

I am trying to use latest yahoo weather api https://weather-ydn-yql.media.yahoo.com/forecastrss It works fine but when I set language (lang=ar-AE) it returns json response with question marks instead of Arabic characters. for example…
0
votes
2 answers

Show Weather in Flash

Problem is simple: I`m looking for tutorials or open source examples, for display weather in my application. As I search I found some Flex (MXML) applications but I want something more clear and easy to go. Do you know any link or any simple code?
0
votes
2 answers

JQuery 3.x Object doesn't support property or method 'success'

I am using the Yahoo Weather API. It works fine with JQuery 1.x. The issue is with JQuery 3.x. I am getting this error: Object doesn't support property or method 'success'. What can I use instead of .success? I tried .done based on the documentation…
Dan Nick
  • 514
  • 1
  • 9
  • 30
0
votes
1 answer

Updated Yahoo Weather API - .NET

I'm trying to implement the newest yahoo weather API in a .NET application (the one we were using was discontinued in favor of this new one): https://developer.yahoo.com/weather/documentation.html#commercial Their only examples are in PHP and Java.…
DonnieDarko
  • 93
  • 1
  • 14
0
votes
0 answers

How to get yahoo weather information using coldfusion

I am a newbie coldfusion developer. And I want to get yahoo weather information using coldfusion. So I made a cfm file like this.
VanHau
  • 111
  • 1
  • 1
  • 5
0
votes
1 answer

HMAC-SHA1 for iOS to match Yahoo's OAuth API call

I know HMAC-SHA1 functions are easily available on SO, but I have tried all of them to generate an OAuth signature but with no success. Since the code sample given by yahoo is written in Java I am not sure If I am following the same HMAC-SHA1…
nr5
  • 4,228
  • 8
  • 42
  • 82
0
votes
5 answers

Unauthorized Access Exception While Using Yahoo Weather API

I have done code to access yahoo weather API with oath by following all steps provided by yahoo in documentation as 1) Create Yahoo account 2) Create App 3) White list App 4) C# code to access yahoo weather API with oath I am getting Unauthorized…
0
votes
3 answers

How to use yahoo Yql query to gather weather information using woeid number

I have a textbox where i want the user to input their woeid number but i am not sure how to add it to the query string, in the code below i can get the weather for Los Angeles, but what i want now is to get it by using the woeid number the user…
0
votes
1 answer

Return the Yahoo Weather data in different languages

I wonder if yahoo weather api supports internationalization to return the data in pt-br and not only in en-us. Is there such a possibility?
0
votes
1 answer

really good robust jquery weather implementation with user location for feeds

Hey, I have searched all over the place and can't really make up my mind. I have a weather widget installed that pulls weather off yahoo servers but i can't figure out how to do a few things. Successfully switch from DAY to NIGHT images…
Eli
  • 4,329
  • 6
  • 53
  • 78
0
votes
2 answers

How to consume a HTTPS GET service with Spring Boot

I am trying to consume the following HTTPS endpoints from Yahoo Weather Service: Yahoo Weather Service API I am doing some special query according to the API to get the current weather at some parametrized…
Sebastian D'Agostino
  • 1,575
  • 2
  • 27
  • 44
0
votes
2 answers

Wrong Condition code from Yahoo Weather

I am using the Yahoo Weather API to get forecast on my website but I've noticed that the "scattered showers" code is 39 instead of 40 and "scatttered thunderstorms" is 47 instead of 37 or 38 as indicated on Yahoo's documentation. It seems that it is…