I\'m trying to get Yahoo! weather API with temperatures in Celsius.
I\'ve added &u=c in the request, but it\'s still returning data in Fahrenheit.
&u=c
I used the yql
select item from weather.forecast where woeid=22724447 and u='c'
and it worked fine with the results in Celsius. I changed the "LEXX0003" for the real WOEID of that zone and it seems to have worked.