changeset 492:172bd0045aff

weather: Improve example configuration slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jan 2020 05:02:15 +0200
parents f5c023538e2a
children ace795974e66
files config.weather.example
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.weather.example	Thu Jan 23 05:01:37 2020 +0200
+++ b/config.weather.example	Thu Jan 23 05:02:15 2020 +0200
@@ -37,7 +37,9 @@
 ###
 set weather_msg_list_station [list "\002@station@\002 ( http://www.google.fi/maps/@@c_lat@,@c_lng@,18z )"]
 
-set weather_msg_wind_directions [list "pohjoinen" "koillinen" "itä" "kaakko" "etelä" "lounas" "länsi" "luode" ]
+set weather_msg_wind_directions [list "pohjoinen (N)" "koillinen (NE)" "itä (E)" "kaakko (SE)" "etelä (S) " "lounas (SW) " "länsi (W)" "luode (NW)" ]
+#set weather_msg_wind_directions [list "pohjoinen" "koillinen" "itä" "kaakko" "etelä" "lounas" "länsi" "luode" ]
+
 set weather_msg_cloudiness_status [list "selkeää" "melkein selkeää" "verrattain selkeää" "verrattain selkeää" "puolipilvistä" "verrattain pilvistä" "verrattain pilvistä" "melkein pilvistä" "pilvistä" ]