Weather Services on WTF - the terminal dashboard https://wtfutil.com/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 https://wtfutil.com/modules/weather_services/prettyweather/ Sat, 02 Jun 2018 05:32:04 -0700 https://wtfutil.com/modules/weather_services/prettyweather/ Displays weather information as ASCII art from Wttr.in. Source Code wtf/prettyweather/ Configuration prettyweather:enabled:truecity:"tehran"position:top:3left:5height:1width:1refreshInterval:300unit:"c"view:0language:"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. Values: true, false. position Defines where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Weather https://wtfutil.com/modules/weather_services/weather/ Wed, 09 May 2018 11:44:13 -0700 https://wtfutil.com/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.txtcityids:-6173331-3128760-6167865-6176823colors:current:"lightblue"enabled:truelanguage:"EN"position:top:0left:2height:1width:1refreshInterval:900tempUnit:"C" Attributes apiKey Your OpenWeatherMap API key.