Weather Condition $wf(cond,0)$ returning incorrect condition

I'm using the $wf(cond,0)$ command to display the current weather condition, and it is returning as "Rain".

I have the weather settings set-up to Yahoo Weather, which when a force update is applied returns the condition of "Cloudy"; however, $wf(cond,0)$ continues to display "Rain".

Manually checking the Yahoo Weather site based on the same location shows a "Cloudy" forecast, with a 0% chance of rain.

Why can I not get the correct condition to display?

Solved it, should have been using $wi(cond)$, not $wf(cond)$.