Weather Services on WTF - the terminal dashboard /modules/weather_services/ Recent content in Weather Services on WTF - the terminal dashboard Hugo -- gohugo.io en-us Mon, 07 May 2018 18:04:58 -0700 Pretty Weather /modules/weather_services/prettyweather/ Sat, 02 Jun 2018 05:32:04 -0700 /modules/weather_services/prettyweather/ Displays weather information as ASCII art from Wttr.in. Source Code wtf/prettyweather/ Configuration prettyweather: enabled: true city: "tehran" position: top: 3 left: 5 height: 1 width: 1 refreshInterval: 300 unit: "c" view: 0 language: "en" Attributes city Optional. It will grab the current location from your IP address if omitted. Values: The name of any city supported by Wttr.in. enabled Determines whether or not this module is executed and if its data displayed onscreen. Weather /modules/weather_services/weather/ Wed, 09 May 2018 11:44:13 -0700 /modules/weather_services/weather/ Displays a configurable list of current weather report, including current temperature, sunrise time, and sunset time. Source Code wtf/weather/ 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: apiKey: "2dfb3e3650a1950adddb6badf5ba1aaa" # From http://openweathermap.org/help/city_list.txt 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 apiKey Your OpenWeatherMap API key.