All Projects → nightscout → cgm-pebble

nightscout / cgm-pebble

Licence: BSD-2-Clause license
nightscout pebble watchface

Programming Languages

c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

cgm-pebble

Basic pebble watch face (or app if you change the appinfo.json)

It does not require a companion app, other than the Pebble made app. It uses a JS file to grab data from an existing web service.

Please review the src/js/pebble-js-app.js file

Wherever the CGM data is, this file will need to "get" it. I use a web service (API) to get a response object that contains the info I use, but I've taken out the actual address of my svc.

You can dummy up the response to play around with the watch face.

Please check out Pebble's guides to get rolling,

and as with everything I have committed here: This is presented for educational purposes only, BE smart! don't make medical decisions based on data provided by this app.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].