Rainy,
Further update. Tuesday, Wednesday and Thursday have no icons. Monday is Okay! The 'condition' is different on Wed & Thu, but the 'icon' is the same. See Google API extract below:
| Code: |
<forecast_conditions>
<day_of_week data="Mon"/>
<low data="61"/>
<high data="76"/>
<icon data="/ig/images/weather/rain.gif"/>
<condition data="Showers"/>
</forecast_conditions>
<forecast_conditions>
<day_of_week data="Tue"/>
<low data="61"/>
<high data="73"/>
<icon data="/ig/images/weather/chance_of_storm.gif"/>
<condition data="Scattered Thunderstorms"/>
</forecast_conditions>
<forecast_conditions>
<day_of_week data="Wed"/>
<low data="60"/>
<high data="72"/>
<icon data="/ig/images/weather/chance_of_storm.gif"/>
<condition data="Scattered Thunderstorms"/>
</forecast_conditions>
<forecast_conditions>
<day_of_week data="Thu"/>
<low data="63"/>
<high data="78"/>
<icon data="/ig/images/weather/chance_of_storm.gif"/>
<condition data="Isolated Thunderstorms"/>
</forecast_conditions>
|
Got any ideas?
Thanks,
Grouch