diff --git a/polybar/scripte/nightscout_cgm.sh b/polybar/scripte/nightscout_cgm.sh index e41b07f..3bd023c 100755 --- a/polybar/scripte/nightscout_cgm.sh +++ b/polybar/scripte/nightscout_cgm.sh @@ -1,5 +1,5 @@ #!/bin/bash -api_url=$(curl -s -X GET "https://nightscout.mgrote.net/api/v1/entries/sgv?count=1&token=polybar-ae6fe2720f2c30f4") +api_url=$(curl -s -X GET "https://nightscout.mgrote.net/api/v1/entries/sgv?count=1&token=polybar-dbd088fd5b49a4da") #echo $api_url if [ $? -ne 0 ]; then echo "---"