2 messages in com.googlegroups.google-desktop-developerRe: Bad Weather Data?
FromSent OnAttachments
Ali Jiwani14 May 2006 05:51 
ZeroInfinity15 May 2006 09:19 
Subject:Re: Bad Weather Data?
From:ZeroInfinity (oguz@gmail.com)
Date:05/15/2006 09:19:02 AM
List:com.googlegroups.google-desktop-developer

If you are referring to the weather globe, I believe it uses the following function:

var url = kGoogleURI + kWeatherUrl + kWeatherQueryParam;

with the following values:

var kWeatherUrl = "ig/api?hl=en"; var kWeatherQueryParam = "&weather="; var kGoogleURI = "http://www.google.com/";

so this would make something like: http://www.google.com/ig/api?hl=en&wheather=....

so it looks like it getting it from googles own wheather gadget... maybe it could be a refreshing problem.