Skip to content
/ Glance Public
forked from Rytiggy/Glance

Mg/dL and mmol/L Fitbit watchface for CGM in the Cloud Group

License

Notifications You must be signed in to change notification settings

cramis1/Glance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glance

Glance twerp logo

Glance is a solution for use with Fitbit devices to view your blood glucose levels along with a variety of other health stats on the watch face. You can see your stats at a glance!

Interface

ionic and versa

Alert

alert

Settings

settings

Features

  • Current BG
  • Trend direction
  • Delta
  • Time since last pull
  • Graph of BG's over time
  • Error reporting
  • Temperature
  • Step count
  • Heart rate
  • Time
  • Date
  • Battery levels
  • Vibration Alerts
  • Changing background color

Instructions For Use

User setup guide

  • Before you start! you must have your blood sugars accessible through a URL. (Examples include xDrip+, Nightscout, Spike )
  • Starting on your phone, navigate to the Latest version of Glance And click the Select button. Then click install.
  • step 1
  • After the installation has finished open the Fitbit app and navigate to clock faces then click the green gear to access Glance's settings.
  • step 2
  • Once in Glance's settings, go through each input and fill them out.
    • API Endpoint (URL where your blood sugars are accessible)
    • High and low thresholds
    • Glucose units (mgdl / mmol)
    • Date format
    • Location
  • step 3
  • After entering the above settings you should be able to see the blood sugars on the watch!

Dev environment setup

Resources / QA

  • What is an API endpoint?
    • An API endpoint is a unique URL that represents your data.
  • How do I use it with the watch?
    • If you are using xDrip
      • Navigate to Settings -> Inter-App settings -> xDrip Web Service -> ON
      • Point the watch face to the following URL (API Endpoint): http://127.0.0.1:17580/sgv.json
    • If you are using NightScout you can follow these steps
    • If you are using Spike
      • Activate internal server in Settings -> integration -> internal HTTP server -> ON click back to confirm the changes.
      • Point the watch face to the following URL (API Endpoint): http://127.0.0.1:1979/sgv.json

License

  • GPL v3
  • Commercial License contact me for details

User Agreement

Glance must not be used to make medical decisions

About

Mg/dL and mmol/L Fitbit watchface for CGM in the Cloud Group

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.9%
  • CSS 3.1%