2008-11-20, 08:11 AM
Oh my, did I search for an answer..... For a Canadian city (Gatineau, Qc) there is another parameter that gets created in config.xml.
Just before the plugin started working while experimenting with various cities, the <AreaCodes> parameter appeared with a code for Montreal, Qc. I went back to msnbc.com to find out the code for my city and put it in, et voilà !!!!!
Looks like for international cities, you need the following two entries with the codes respective to your city:
<SpecialZipCodes>3032128</SpecialZipCodes> (is this for Cananada?)
<AreaCodes>CAXX0158</AreaCodes> (for Gatineau, Qc)
<WeatherPlugin>
<SpecialZipCodes>3032128</SpecialZipCodes>
<ShowCurrentConditionsAsTaskImage>True</ShowCurrentConditionsAsTaskImage>
<Celsius>True</Celsius>
<PanelShowWeatherStatus>True</PanelShowWeatherStatus>
<AutoUpdateRate>90</AutoUpdateRate>
<DecimalPlaces>0</DecimalPlaces>
<LoadDataOnStartup>True</LoadDataOnStartup>
<DownloadRadarMapOnly>False</DownloadRadarMapOnly>
<Language>English</Language>
<AreaCodes>CAXX0158</AreaCodes>
</WeatherPlugin>
Enjoy!
Just before the plugin started working while experimenting with various cities, the <AreaCodes> parameter appeared with a code for Montreal, Qc. I went back to msnbc.com to find out the code for my city and put it in, et voilà !!!!!
Looks like for international cities, you need the following two entries with the codes respective to your city:
<SpecialZipCodes>3032128</SpecialZipCodes> (is this for Cananada?)
<AreaCodes>CAXX0158</AreaCodes> (for Gatineau, Qc)
<WeatherPlugin>
<SpecialZipCodes>3032128</SpecialZipCodes>
<ShowCurrentConditionsAsTaskImage>True</ShowCurrentConditionsAsTaskImage>
<Celsius>True</Celsius>
<PanelShowWeatherStatus>True</PanelShowWeatherStatus>
<AutoUpdateRate>90</AutoUpdateRate>
<DecimalPlaces>0</DecimalPlaces>
<LoadDataOnStartup>True</LoadDataOnStartup>
<DownloadRadarMapOnly>False</DownloadRadarMapOnly>
<Language>English</Language>
<AreaCodes>CAXX0158</AreaCodes>
</WeatherPlugin>
Enjoy!