mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
1.2 KiB
1.2 KiB
title, date, draft
title | date | draft |
---|---|---|
Weather | 2018-05-09T11:44:13-07:00 | false |
Description
Source Code
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
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"