From: Siraaj Khandkar Date: Sun, 26 Apr 2020 18:10:04 +0000 (-0400) Subject: Switch weather format to v2 X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=b01250dc8b69b9658b247107b521252951b4010f Switch weather format to v2 --- diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index b84f303..8f200aa 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -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() {