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

weather.yahooapis.com returns "Connection Refused"

My weather app using the yahoo API worked fine for the last year using OAuth protocol. It suddenly stopped working working yesterday throwing this: System.Net.WebException: The remote server returned an error: (502) Bad…
WebDev90
  • 35
  • 7
0
votes
2 answers

set different language in android studio

am new in android studio and I am trying to make my simple app weather info via yahoo weather service JSON data , i would like to make a different language display in my app , example English and Arabic am working on string.xml and i translate some…
ALI GHASSAN
  • 221
  • 1
  • 4
  • 13
0
votes
0 answers

Can't get Yahoo Weather XML file - Server Hangups

I am using yahoo weather for a while now. Last week I started getting server hangups - I'm using the same link, sometimes It works, sometimes it doesn't. Does anyone know whether there is an issue with Yahoo servers? Here is the link I'm…
0
votes
1 answer

Input location with Yahoo's weather API using simpleWeather.js?

I'm building a web-page that shows the weather. I would like for it to be able to use geolocation, as well as the option to manually input a location to pull weather information. I've got the geolocation working fine, but am unsure as to how to add…
HCL
  • 1
  • 3
0
votes
1 answer

Query Yahoo Weather By Country?

I am trying to grab weather data via Yahoo YQL, here is the query below, my question is how can I query these locations only found in the United States? I tried adding AND country = "US" or place = "United States", but that returns no results. I…
John
  • 9,840
  • 26
  • 91
  • 137
0
votes
0 answers

JQuery weather app - print text w if statements?

I'm new to jQuery, and I'm trying to write a web app to tell you the weather in words (as well as numbers.) I'm using the simpleweather jQuery plugin, which uses Yahoo's weather info. The docs show a "weather code" associated with each "type" of…
0
votes
1 answer

Yahoo weather API returns time with missing digit for sunset/sunrise

It appears that if the minutes start with a 0, it drops the digit -- see…
Dennis
  • 482
  • 7
  • 17
0
votes
3 answers

Javascript and HTML to display temperature and location from Yahoo API

Question How can I build a minimal working sample on a site like codepen showing a location and it's temperature using the Yahoo weather API. I need specifically San Diego, CA. And using only HTML and Javascript, not PHP. Background I did check the…
JGallardo
  • 11,074
  • 10
  • 82
  • 96
0
votes
2 answers

Retrofit how to pass paramiters inside the GET string

I am trying to get weather data by passing the current latitude and longitude. How can I pass these two variable in the Retrofit Get Query string? Please check below code, I want replace the {lat} and {lon} with the value I…
Simon Gomes
  • 383
  • 1
  • 5
  • 18
0
votes
1 answer

Yahoo Weather API - load cached weather from server?

We are using simpleweather.js, which pulls in weather from Yahoo Weather API. Yahoo often has issues, throwing an error that "weather data cannot be retrieved right now." This seems to be a common issue. Is it possible to fetch the data on a…
LBF
  • 1,133
  • 2
  • 14
  • 39
0
votes
1 answer

(Due to the Chrome 53 issue)Yahoo weather api got an insecure certificare which failed the jquery ajax request

I have been using Yahoo weather api to get weather info for one year. I am using https://query.yahooapis.com/v1/public/yql?q=select * from weather.forecast where woeid in (SELECT woeid FROM geo.places(1) WHERE text='(31.020780,121.454648)') and…
ichbinblau
  • 4,507
  • 5
  • 23
  • 36
0
votes
1 answer

how to get weather feeds for multiple cities in single request using yahoo weather api

i am getting weather feeds from yahoo API ,but at a single request i able to get single place only .i want to get multiple cities feeds at a time in single request . please help me to get multiple cities feeds.
0
votes
0 answers

trouble in implementing the new xml link for the yahoo rss feed

I am having trouble in implementing the new xml link for the yahoo rss feed. Following is the code that i need to implement the new xml url. Can anyone please tell me how i can do it, thanks! String YQL = String.format("select * from…
RIO
  • 1
  • 3
0
votes
1 answer

How to Upgrade to the new Yahoo weather API?

For some time now i have been using the Yahoo Weather Api to get current day temperature and forecasts for statistics in a .Net application in C#. Apparently Yahoo updated their api and the application fails to get the data. I am using an xml…
athskar
  • 226
  • 1
  • 3
  • 12
0
votes
0 answers

Get request doesn't display value in HTML document

I think this is my stupidity and the problem is really slight but it just doesn't display anything after get request. I have no errors and I am getting return call 200. So everything in request seems to be fine. if('geolocation' in navigator) { …