Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn committed Mar 7, 2017
1 parent dcc84a8 commit 42e139b
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,21 @@ A transparent popup window will be displayed in the bottom right corner of your
Download The Setup.exe of the latest release, [which you can find here](https://github.com/dabear/FloatingGlucose/releases/) and run it. You should normally just install it to the default directory which is C:\Program Files (x86)\FloatingGlucose.


## Plugins ##



## Running the program and configuring your nightscout endpoint
After configuring the nightscout installation URL, double click on FloatingGlucose.exe to open the program. A settings dialog will appear where you can enter your nightscout url.
- Dexcom Share Dexcom share plugins by Bjørn inge Vikhammermo. Connects to Dexcom share (both US and Non-US) servers to fetch glucose data

- Nightscout Nightscout plugin by Bjørn inge Vikhammermo. The original - fetches glucose from a specified nightscout site.

- Glimp plugin by Bjørn inge Vikhammermo. Fetches glucose from a dropbox file uploaded by Glimp on your phone. This requires your computer to also have dropbox installed.

- YR.no weather [Weather forecast from Yr, delivered by the Norwegian Meteorological Institute and the NRK](http://om.yr.no/verdata/free-weather-data/ "http://om.yr.no/verdata/free-weather-data/")


## 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
* You can drag the window around and place it where you want to.
Expand All @@ -25,8 +35,8 @@ After configuring the nightscout installation URL, double click on FloatingGluco
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:

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

Then open glucose_log.txt
Expand All @@ -39,3 +49,4 @@ Please note that you can edit the settings from inside the application. If you s

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


0 comments on commit 42e139b

Please sign in to comment.