rnpenguin / cgm-remote-monitor

Nightscout - A remote monitoring web server and client for continuous glucose management
http://nightscouthd.azurewebsites.net/
24 stars 116 forks source link

Conversion from mg/dl to mmmol/l #33

Closed SugarBots closed 10 years ago

SugarBots commented 10 years ago

Is there any chance of adding a config preference to convert the output data to mmol/l? I imagine it would need to happen on the monitor side rather than uploader...

rnpenguin commented 10 years ago

Yes, I would like to adding a bootstrap config tabs that would allow for this conversion. It may or may need to have changes of both the monitor and uploader. We would need to include a units property in the database so we could know the current units being read from the database. I will leave this open as a enhancement to be implemented, but in the mean time you could implement in locally and do the conversion yourself until it gets completed.

rnpenguin commented 10 years ago

closing, using community maintained fork at https://github.com/nightscout/cgm-remote-monitor. See https://github.com/nightscout/cgm-remote-monitor/issues/6.