Thanks for the tip.
Why cannot I see more measurements throughout the day? I only see the last measurement. Surely my weight in the morning is different than from the one in the evening.
I will write my own Cron script to collect hourly data as follows:
curl -b cookies-connect-garmin-com.txt connect.garmin.com/.../
and you can get your session cookie as follows:
And then I can play with Python scripts to create my own graphs...
The design of keeping weight measurement in Garmin Connect is done so that only the latest measure during a day is showed/stored. It's been a long-standing complaint that storing multiple weights are not possible.
Thanks for the description, will try. It is very interesting and useful further.