Skip to content

A simple bash script for displaying dexcom data in an OSx menu item

License

Notifications You must be signed in to change notification settings

DanGodfrey/dexcom-osx-menu-item

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dexcom-osx-menu-item

Install

Currently, these instructions are for those that are relatively tech savvy. Time pending, I may clean this up to simplify install.

Dependencies

  1. Install openaps so you can interact with your Dexcom
  2. Install jq to parse the json from the device brew install jq
  3. Install BitBar so you can pipe data from the script to a menu item brew cask install bitbar

Script

  1. Clone the git repo git clone git@github.com:DanGodfrey/dexcom-osx-menu-item.git
  2. Modify the env config section of the script as needed for your setup
  3. Launch BitBar
  4. If you have not set a Plugin Folder, it will ask you to provide one. Point it at the bin directory of the git repo
  5. If you are not prompted, open BitBar's preferences and do the same.
  6. If you want to use the American units of mg/dL, replace $proper_glucose with $american_glucose at the end of the script

About

A simple bash script for displaying dexcom data in an OSx menu item

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages