WI - current weather

WI: current weather (temperature, rain, conditions…)

Syntax

wi(type)

Arguments

  • type: Info type, see examples

Examples

FormulaDescription
$wi(temp)$°$wi(tempu)$Temperature in local unit
$wi(flik)$°$wi(tempu)$Feels Like temperature (Heat Index) in local unit
$wi(dpoint)$°$wi(tempu)$Dew Point in local unit
$wi(fpoint)$°$wi(tempu)$Frost Point in local unit
$wi(cond)$Current weather condition
$wi(icon)$Current weather icon, one of: UNKNOWN, TORNADO, TSTORM, TSHOWER, SHOWER, RAIN, SLEET, LSNOW, SNOW, HAIL, FOG, WINDY, PCLOUDY, MCLOUDY, CLEAR
$wi(code)$Current weather code, one of: TORNADO, TROPICAL_STORM, HURRICANE, SEVERE_THUNDERSTORMS, THUNDERSTORMS, MIXED_RAIN_SNOW, MIXED_RAIN_SLEET, MIXED_SNOW_SLEET, FREEZING_DRIZZLE, DRIZZLE, FREEZING_RAIN, SHOWERS, HEAVY_SHOWERS, SNOW_FLURRIES, LIGHT_SNOW_SHOWERS, BLOWING_SNOW, SNOW, HAIL, SLEET, DUST, FOGGY, HAZE, SMOKY, BLUSTERY, WINDY, CLOUDY, MOSTLY_CLOUDY, PARTLY_CLOUDY, CLEAR, FAIR, MIXED_RAIN_AND_HAIL, ISOLATED_THUNDERSTORMS, SCATTERED_SHOWERS, HEAVY_SNOW, SCATTERED_SNOW_SHOWERS, THUNDERSHOWERS, SNOW_SHOWERS, ISOLATED_THUNDERSHOWERS, NOT_AVAILABLE
$wi(wspeed)$$li(spdu)$Wind Speed in local unit (kmh/mph)
$wi(wspeedm)$mpsWind Speed in meters per second
$wi(wchill)$$tc(utf, b0)$$wi(tempu)$Wind Chill in local unit
$wi(wdir)$Wind Direction in degrees
$wi(press)$mbarCurrent pressure in Millibars
$wi(hum)$%Current humidity in percent
$wi(clouds)$%Current cloud coverage in percent (if available)
$wi(uvindex)$Current UV index (if available)
$wi(tempc)$°CTemperature in centigrades
$wi(provider)$Weather provider used to fetch data
$df("hh:mma", wi(updated))$Time of last weather update in hh:mm format
$wi(lid)$Weather station ID (if available)
$wi(pdays)$Number of days of forecast
$wi(prain)$Provider precipitation support, 1 if available, 0 if not
$wi(prainc)$Provider rain chance support, 1 if available, 0 if not
$wi(phours)$Number of hours in the hourly forecast if available
$wi(phstep)$Provider length of hourly forecast entries, in hours, usually 1



Privacy Policy