I am trialing mcsTemp at the moment, and seem to be having problems with fetching Forecasts.
I am using: v3.30.1 of mcsTemp
I have entered the following:
ACCID: ASXX0354
City: ParafieldAirport
SubDivision: (this should be blank, but mcs puts in USA)
Region: Australia/NewZealand
Radar URL: http://mirror.bom.gov.au/radar/IDR463.gif
When I force an update, I get the error:
Item cannot be found in the collection corresponding to the requested name or ordinal.
The getWeather log returns:
[23/06/2003 8:04:06 PM]
functionmakeWeatherObj(){
this.swCity="ParafieldAirport";
this.swSubDiv="";
this.swCountry="Australia";
this.swRegion="Australia/NewZealand";
this.swTemp="49";
this.swTempCel=Math.round((5/9)*(this.swTemp-32));
this.swCIcon="";
this.swWindS="5";
this.swWindD="ENE";
this.swBaro="30.20";
this.swHumid="80";
this.swReal="49";
this.swUV="";
this.swVis="";
this.swLastUp="06/23/200303:00:00";
this.swConText="";
this.swFore="3|4|5|6|7|06/24/2003|06/25/2003|06/26/2003|06/27/2003|06/28/2003|39|39|39|12|11|29|19|29|18|14|60|62|63|60|61|30|50|30|6 0|50|11|29|11|12|11|14|4|13|18|13|45|46|49|50|51|";
this.swAcid="ASXX0354";
}
Am I doing something wrong, or does mcsTemp only support forecasts for US cities?
Many thanks
David
Adelaide, Australia
I am using: v3.30.1 of mcsTemp
I have entered the following:
ACCID: ASXX0354
City: ParafieldAirport
SubDivision: (this should be blank, but mcs puts in USA)
Region: Australia/NewZealand
Radar URL: http://mirror.bom.gov.au/radar/IDR463.gif
When I force an update, I get the error:
Item cannot be found in the collection corresponding to the requested name or ordinal.
The getWeather log returns:
[23/06/2003 8:04:06 PM]
functionmakeWeatherObj(){
this.swCity="ParafieldAirport";
this.swSubDiv="";
this.swCountry="Australia";
this.swRegion="Australia/NewZealand";
this.swTemp="49";
this.swTempCel=Math.round((5/9)*(this.swTemp-32));
this.swCIcon="";
this.swWindS="5";
this.swWindD="ENE";
this.swBaro="30.20";
this.swHumid="80";
this.swReal="49";
this.swUV="";
this.swVis="";
this.swLastUp="06/23/200303:00:00";
this.swConText="";
this.swFore="3|4|5|6|7|06/24/2003|06/25/2003|06/26/2003|06/27/2003|06/28/2003|39|39|39|12|11|29|19|29|18|14|60|62|63|60|61|30|50|30|6 0|50|11|29|11|12|11|14|4|13|18|13|45|46|49|50|51|";
this.swAcid="ASXX0354";
}
Am I doing something wrong, or does mcsTemp only support forecasts for US cities?
Many thanks
David
Adelaide, Australia
Comment