Weather

Weather Predicates

All predicates are relative to local weather. That is weather where the user is.

warmer_than(<arg>)
Is the current temperature warmer than <arg>
colder_than(<arg>)
Is the current temperature colder than <arg>
tomorrow_cond(<arg>)
Is <arg> the condition code for tomorrow's weather?
today_showers()
Is rain forecast today?
tomorrow_showers()
Is rain forecast tomorrow?
today_cloudy()
Is cloudy weather forecast for today?
tomorrow_cloudy()
Is cloudy weather forecast for tomorrow?
today_snow()
Is snow forecast for today/
tomorrow_snow()
Is snow forecast for tomorrow?
today_windy()
Is wind forecast for today/
tomorrow_windy()
Is wind forecast for tomorrow?
today_sunny()
Is sunny weather forecast for today/
tomorrow_sunny()
Is sunny weather forecast for tomorrow?

Weather

The <source> for weather is weather.

The following functions are available:

  • curr_temp - current temperature
  • curr_cond - current conditions
  • curr_cond_code - the Yahoo! code for the current condition
  • tomorrow_low - tomorrow's forecast low temperature
  • tomorrow_high - tomorrow's forecast high temperature
  • tomorrow_cond - tomorrow's forecast condition
  • tomorrow_cond_code - tomorrow's forecast Yahoo! condition code

None of these take arguments.