--- title: "Weather" date: 2018-05-09T11:44:13-07:00 draft: false --- ## Description ## Source Code ```bash wtf/weather/ ``` ## Required ENV Variables Key: `WTF_OWM_API_KEY`
Action: Your OpenWeatherMap API key. ## Keyboard Commands Key: `/`
Action: Open/close the widget's help window. Key: `h`
Action: Show the previous weather location. Key: `l`
Action: Show the next weather location. Key: `←`
Action: Show the previous weather location. Key: `→`
Action: Show the next weather location. ## Configuration ```yaml weather: cityids: - 6173331 - 3128760 - 6167865 - 6176823 colors: current: "lightblue" enabled: true language: "EN" position: top: 0 left: 2 height: 1 width: 1 refreshInterval: 900 tempUnit: "C" ``` ### Attributes