Charting Multiple Days

This notebook has very few changes compared to the notebook I posted a few days ago . This notebook basically takes all the code from the previous post and simply adds a loop to chart more than one day. Adding the loop requires some refactoring of the code to save on calls to the Garmin API and in general avoid code …

Let's Put It All Together - Second Edition

This notebook marks a bit of a milestone, as it brings together a lot of code that I added to the notebook over the last couple of days. In a previous post with a similar title I had finished charting all the data from the NutriSense export, and in this post, I finished charting all data from NutriSense plus my sleep …

Adding Garmin Step Data to the Chart

After using Garmin data to add run activities to the chart , this notebook goes a step further and adds Garmin step data to the chart. Garmin step data will of course only be useful for people who wear a Garmin watch all day, and not just for tracking activities. I consider steps a good overall metric of how active I …

Adding Garmin Run Data to the Chart

This notebook is about adding data from Garmin Connect to the glucose chart. If you are using a Garmin watch to track your running/biking/other activities, then this notebook is for you. In other notebooks I had added the exercise data that is tracked within the NutriSense app to the chart. But lets face it, if you are …

Adding External Data to the Chart

In an earlier post I had shown how to add meal and exercise data to the glucose chart. This data was coming from the same data export, meaning that the data was tracked within the NutriSense app and than exported together with the glucose data. However, what about adding data to the chart that is not part of the …