Switch weather format to v2
[khome.git] / home / lib / login_functions.sh
index b84f303..8f200aa 100644 (file)
@@ -327,7 +327,7 @@ weather() {
         '') _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() {
This page took 0.025793 seconds and 4 git commands to generate.