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
1
vote
0 answers

HTTP-Based Public Key Pinning is deprecated warning when using Yahoo Weather API

I'm trying to implement the basic Yahoo weather API JS example from https://developer.yahoo.com/weather/#js In chrome version 70, I'm getting the following warning: HTTP-Based Public Key Pinning is deprecated. Chrome 69 and later will ignore HPKP…
kord
  • 979
  • 14
  • 24
1
vote
0 answers

How can I get UV Index via API?

Yahoo's desktop weather reports UV index but I can't find that information via the API. Am I doing something wrong? select * from weather.forecast where woeid in (select woeid from geo.places(1) where text='brooklyn, ny') ... so I'm asking for…
LiamF
  • 523
  • 3
  • 13
1
vote
1 answer

Yahoo Weather api JSON Icon

So i would just like to know is it possible using the current Yahoo Weather API to display a better image than what the JSON response sends back within CDATA? JSON: Using the api i get the JSON response as example HERE. Current Image: Currently its…
Ylama
  • 2,449
  • 2
  • 25
  • 50
1
vote
2 answers

Yahoo Weather API Not Being Able To Search Through Variables

Alright, so this sounds like a weird question. I am using yahoo weather API, and discord.js to make a weather command. I use YQL and WOIED to try to have someone enter in their place they want to search up. Here is the variable search: const query =…
Swoods23
  • 373
  • 2
  • 5
  • 12
1
vote
3 answers

Get Weather information using Yql query lat,long parms

I am using the following YQL query to get weather information http://query.yahooapis.com/v1/public/yql?q=select%20item%20from%20weather.forecast%20where%20location%3D%2248907%22&format=json Is there any way to get weather information using…
Muhammad Zeeshan
  • 8,722
  • 10
  • 45
  • 55
1
vote
1 answer

How do I show the response of my Open Weather Map API query in my webpage?

I want to display weather conditions of the city Morgins in a html page. How do I show the response of my query? I am testing from my own laptop in de Google Chrome Browser. This is what I have so far: …
James Miller
  • 121
  • 2
  • 12
1
vote
2 answers

Yahoo Weather API fails to connect C#

The Yahoo Weather API changed URL this week and my app fails to connect now. Please see below the code with the new URL and below in comment the old URL. private void GetWeather() { try { string query =…
1
vote
1 answer

Why do I get "An internal error occurred (eid 8410529)" when I try to Create An App on Yahoo Weather API?

Yahoo weather API at https://developer.yahoo.com/weather/#get-started has a link under 'Get your API Keys' there is a button named 'Creat an App' that points to https://developer.yahoo.com/apps/create/. Both in Chrome and IE11 when I click on it I…
1
vote
0 answers

Getting 0.0 for latitude and longitude and value of addresses is null

The problem I am facing is that it always returns 0.0 for latitude and longitude. and addresses is null. I have turned on the GPS settings in the phone and set all the permissions if (gps.isGPSEnabled) { progressDialog.setMessage("Loading..."); …
1
vote
1 answer

My xhr.onreadystatechange function is running the else code twice before running the if code

I am making a simple weather app with JavaScipt. My goal is when the user types in a location and the weather provider doesn't have that location, then the input box shakes (which is what loadWeatherError() does). The code below is running the else…
1
vote
1 answer

Create a quick Weather widget app using Reactjs

I was wondering if there is an example of weather widget that can be created quickly and it would be better if it is lightweight.
1
vote
1 answer

Accessing Yahoo Weather API through Flash and Oauth 2.0

I am trying to access weather API through flash.However, stuck on the last step, of getting values from the API in exchange of access token.The problem is that the access token must be passed through authorization header, and Flash has no way to…
Vishwas
  • 1,533
  • 2
  • 19
  • 40
1
vote
0 answers

YWeatherAPI throws exception sometime for some latitude and longitude

I am using this yahoo weather library for getting weather info. https://github.com/nishanths/YWeatherAPI so i am using this code. CLLocationDegrees Lat = _course.latitude; CLLocationDegrees Log = _course.longitude; CLLocation…
user1629977
  • 437
  • 1
  • 5
  • 21
1
vote
0 answers

HTTP Error 401 from yahoo weather api

Everything was working fine and then one day this happens: java.io.IOException: Server returned HTTP response code: 401 for URL: http://weather.yahooapis.com/forecastrss?w=946738&u=c I took the api from here, and it was working just fine until 4…
1
vote
1 answer

(PHP) can't get information out of which I think is a multidimensional array received from JSON

I'm trying to build a PHP script that gets the weather from a Yahoo API. I succesfully imported the data using: