Page 2 of 2

Re: illustro style weather

Posted: November 16th, 2015, 1:44 pm
by moshi

Code: Select all

http://weather.yahooapis.com/forecastrss?w=2459115&u=c&moshi=boss

Re: illustro style weather

Posted: November 16th, 2015, 2:25 pm
by Dreossk
2 days old

Re: illustro style weather

Posted: November 16th, 2015, 3:20 pm
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!.

Re: illustro style weather

Posted: November 16th, 2015, 3:23 pm
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.

Re: illustro style weather

Posted: June 11th, 2021, 10:33 am
by eclectic-tech
Finally remembered to post the JSON working version to DA.

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