Skip to content

garmin

Garmin

  • SSP 

As I slowly get back into running, I realized my garmin plugin had a minor bug. When I built this last year, I had inadvertently hard-coded the years field in the summary and the totals for the current year where obviously messed up. For now I’ve patched it with a quick-fix. Will have to automate…

May 11, 2021 19:19

  • SSP 
Replied to May 7, 2021 14:31 by by Srikanth Perinkulam

Earlier this week, I came across this nifty python tool that lets you backup all your garmin data from the Garmin-Connect platform. I wrote a crude WordPress plugin to parse the json files over and display the data on my website here. The tool is kind of unstable because it essentially ‘mimics’ …

Tweaked this setup further to make it a bit more seamless. I used a different but more reliable script to fetch the activity json files and setup a cron job to run twice every week. Next-up: 01. Make the parsing and data display theme agnostic. 02. Add a quick link to publish individual activities as…

May 7, 2021 14:31

  • SSP 

Earlier this week, I came across this nifty python tool that lets you backup all your garmin data from the Garmin-Connect platform. I wrote a crude WordPress plugin to parse the json files over and display the data on my website here. The tool is kind of unstable because it essentially ‘mimics’ a regular Garmin-connect…