Rainy,
As an example, an excerpt of the google API is as follows:
| Code: |
<forecast_conditions>
<day_of_week data="Wed"/>
<low data="61"/>
<high data="72"/>
<icon data="/ig/images/weather/chance_of_storm.gif"/>
<condition data="Scattered Thunderstorms"/>
</forecast_conditions>
|
If you are keying off 'condition' and not the 'icon', the 'condition' may not be a supported value. If you key off the 'icon' it should be able to resolve the icon easier, even if you are remapping to your own icons.
BTW, why don't you use their icons? They look OK to me.
Thanks,
Grouch
<Edit>
The city I'm reporting is Minneapolis, MN.
Wednesday is the day that doesn't have an icon(see code block)
</Edit>