From 2d90386d1383c42684f108d3e95c54e41825c242 Mon Sep 17 00:00:00 2001 From: simon04 Date: Mon, 16 May 2011 21:25:02 +0200 Subject: [PATCH] YQL for forecast request. --- weather@venemo.net/extension.js | 1 + 1 file changed, 1 insertion(+) diff --git a/weather@venemo.net/extension.js b/weather@venemo.net/extension.js index 4f54143..5b3d3a5 100644 --- a/weather@venemo.net/extension.js +++ b/weather@venemo.net/extension.js @@ -44,6 +44,7 @@ const Util = imports.misc.util; const YAHOO_ID = 'AUXX0010'; const WEATHER_URL = 'http://weather.yahooapis.com/forecastjson?u=c&p=' + YAHOO_ID; +//http://query.yahooapis.com/v1/public/yql?q=select%20item.forecast%20from%20weather.forecast%20where%20location%3D%22AUXX0010%22%20%20and%20u='c'&format=json function WeatherMenuButton() {