Switch weather format to v2
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 26 Apr 2020 18:10:04 +0000 (14:10 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 26 Apr 2020 18:10:04 +0000 (14:10 -0400)
home/lib/login_functions.sh

index b84f303..8f200aa 100644 (file)
@@ -327,7 +327,7 @@ weather() {
         '') _weather_location="$WEATHER_LOCATION";;
          *) _weather_location="$1"
     esac
         '') _weather_location="$WEATHER_LOCATION";;
          *) _weather_location="$1"
     esac
-    curl "http://wttr.in/$_weather_location"
+    curl "http://wttr.in/$_weather_location?format=v2"
 }
 
 bt_devs_paired() {
 }
 
 bt_devs_paired() {
This page took 0.018191 seconds and 4 git commands to generate.