I am using a weather rss feed with magpie that contains data like this in the description field:
Variable cloudiness, High 16 °C, Low 9 °C
Would it be possible to have an if/else statement based on some of the data in the {description} field of magpie?
Example of what I am trying to achieve:
if {description} contains “Variable cloudiness” then show: icon_cloudy.gif
thanks
Ryan