dabear / FloatingGlucose

A .net project that displays your current glucose values in a floating popup on your windows desktop
GNU General Public License v3.0
67 stars 69 forks source link

FloatingGlucose

FloatingGlucose is a windows program aiming to display your current bloogsugars live on your desktop.

A transparent popup window will be displayed in the bottom right corner of your desktop, with your current blood glucose values fetched from your nightscout site.

Screenshot

Floatingglucose in action

Installation

Download The Setup.exe of the latest release, which you can find here and run it. You should normally just install it to the default directory which is C:\Program Files (x86)\FloatingGlucose.

Plugins

Running the program

Should be as simple as double clicking the app. A settings dialog will appear asking you to specify an endpoint (plugin) you'd like to connect to

Hidden / Nice to Know features

Debugging

Having troubles with crashes or with the widget not updating? Please make sure you have enabled exception logging to stderr (in the configfile) then run the program from command line:

cd "C:\Program Files (x86)\FloatingGlucose"
FloatingGlucose.exe 2> glucose_log.txt

Then open glucose_log.txt

Settings files

Please note that you can edit the settings from inside the application. If you still need to access the conig files directly, please go to either of these locations

The user.config file will override any values inside the FloatingGlucose.exe.config file