Browse Source

added wttr.in weather

Fabian Peter Hammerle 4 years ago
parent
commit
51b73ad5a4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      config

+ 4 - 0
config

@@ -49,6 +49,10 @@ interval=10
 label=⚡
 interval=30
 
+[weather]
+command=curl --silent 'https://wttr.in/?format=%c+%t'
+interval=600
+
 [time]
 command=date '+%a %Y-%m-%d %H:%M:%S'
 interval=5