Displays current weather conditions via wttr.in.
info_providerxfetch-plugin-weathercurl in PATH{
"info_plugins": [{
"plugin": "weather",
"args": {
"location": "London",
"format": "%C|%t|%w|%h|%p"
}
}],
"modules": ["plugin:weather"]
}
| Field | Required | Default | Description |
|---|---|---|---|
location | No | Auto-detect by IP | City name, coordinates, or airport code |
format | No | %C|%t|%w|%h|%p | wttr.in format string (pipe-separated) |
| State | Output |
|---|---|
| Weather fetched | ☀ +15°C Clear / Humidity: 60% / Wind: ↑15 km/h / Precipitation: 0% |
| Network error | Weather: could not fetch |
| No data | Weather: no data |
Icons auto-select based on condition: Clear/Sunny (☀), Cloudy (☁), Rain (🌧), Snow (❄️), Thunder (⛈), Fog (🌫), Partly (⛅).