It is currently March 28th, 2024, 9:58 pm

illustro style weather

Weather skins
User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Re: illustro style weather

Post by moshi »

Code: Select all

http://weather.yahooapis.com/forecastrss?w=2459115&u=c&moshi=boss
User avatar
Dreossk
Posts: 18
Joined: November 12th, 2015, 7:21 pm

Re: illustro style weather

Post by Dreossk »

2 days old
Last edited by Dreossk on November 20th, 2015, 12:30 am, edited 1 time in total.
User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Re: illustro style weather

Post by moshi »

hm. that was just working when i tried it while without that parameter it wasn't.

must be more than a syntax problem. not sure what's going on behind the scenes at Yahoo!.
User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Re: illustro style weather

Post by moshi »

YQL seems to work.

https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20woeid%3D2459115&diagnostics=true

Code: Select all

select * from weather.forecast where woeid=2459115
[/strike]

edit: works on the console, the url doesn't.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5384
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: illustro style weather

Post by eclectic-tech »

Finally remembered to post the JSON working version to DA.

Link: https://www.deviantart.com/eclectic-tech/art/illustroWeather-542882389