Hi,
Is there a way to export data (weight, %body fat, ....) from Garmin Connect ?
Or is it possible to access to a FIT file anywhere ? on the scale ? Garmin Express ?
If someone has a idea it will be great :)
So far, not yet...
It could be nice because the chart on garmin connect is pretty useless
We will be able to get better result with a simple Excel spreadsheet :)
Hi there,
I just wanted to get my Garmin Index Scale data into yet another running tracker and was annoyed (again) by the fact that there is no such thing as data export.
I wrote a short piece of JavaScript code to export the entire data into a CSV file. Tested it only on Chrome, but I guess it should work in other browsers as well.
To execute the script you need to place it in your bookmarks. In Chrome you do that by right-clicking on your bookmarks bar and selecting "Add page...".
In the dialog box you need to give name (anything) and URL. In the URL field you need to paste the code from the attached txt file.
Hope it helps someone out there.
Wow, this is just so great :-) Thank you. Do you think it would be possible to do csv upload with similar approach? I have Withings data and would like to import them into Garmin yet I can not find way how to do it. Thank you.
I wrote a short piece of JavaScript code to export the entire data into a CSV file.