Comment on Garmin adds AI and a subscription tier to its app
EugeneNine@lemmy.ml 1 week ago
For anyone else wondering, you can export all your Garmin data .Use the “Export All Garmin Data Using Account Management Center” option here support.garmin.com/en-US/?faq=W1TvTPW8JZ6LfJSfK51… The output is json files so you can use any json editor or anything that can import json. I use a little tool called JQ jqlang.org to extract just things I need. Then I can analyze in whatever tool I want such as a spreadsheet
KingOogaBooga@lemmy.world 1 week ago
There is also a Python module to pull your data.