https://github.com/hansolo/glucostatusfx
Glucose status monitor for Nightscout implemented in JavaFX
https://github.com/hansolo/glucostatusfx
Last synced: about 1 year ago
JSON representation
Glucose status monitor for Nightscout implemented in JavaFX
- Host: GitHub
- URL: https://github.com/hansolo/glucostatusfx
- Owner: HanSolo
- License: apache-2.0
- Created: 2022-01-14T15:22:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T07:31:57.000Z (about 1 year ago)
- Last Synced: 2025-05-08T08:31:29.721Z (about 1 year ago)
- Language: Java
- Size: 481 MB
- Stars: 30
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GlucoStatusFX

A glucose status monitor for Nightscout implemented in JavaFX.





[](https://www.jfx-central.com/downloads/glucostatusfx)
Running on Linux
When running as jar file you might need to start with on Linux
```java -Djdk.gtk.version=2 -jar GlucoStatusFX-17.0.61.jar```
## Intro
GlucoStatusFX is a JavaFX application that will sit in your menu bar and is visualizing
data coming from a nightscout server.
To use this app you need to have a nightscout server which url you have to put in the
text field in the settings dialog.
To set up the nightscout url in the settings dialog, just put in the url of your server e.g.
```https://my-glucose.herokuapp.com```
The api secret field is optional (but it is recommended to set it up as described [here](https://nightscout.github.io/nightscout/setup_variables/))
The token field is also optional (find more info [here](https://nightscout.github.io/nightscout/security/))
In the settings dialog you can will find the following parameters:
"Unit mg/dl":
Whatever unit you have defined on your nightscout server you can change the display to either mg/dl or mmol/l. In case you would like to see the values in mg/dl, please enable the switch "Unit mg/dl". If you disable this switch the values will be shown in mmol/l.
"Low value notification":
Enable the switch if you would like to receive notifications for low values (in GlucoStatusFX acceptable low means values between min acceptable and 55 mg/dl which is min critical).
"Acceptable low value notification":
Enable the switch if you would like to receive notifications for acceptable low values (in GlucoStatusFX acceptable low means values between min normal and min acceptable values).
"Acceptable high value notification":
Enable the switch if you would like to receive notifications for acceptable high values (in GlucoStatusFX acceptable high means values between max normal and max acceptable values).
"High value notification":
Enable the switch if you would like to receive notifications for high values (in GlucoStatusFX high means values between max acceptable and 350 mg/dl which is max critical).
"Too low notification interval":
You can define the interval for notifications of too low values in a range of 5-10 minutes. In case of too low values you will receive notifications in the given interval.
"Too high notification interval":
You can define the interval for notifications of too high values in a range of 5-30 minutes. In case of too high values you will receive notifications in the given interval.
"Min acceptable":
The min acceptable value can be defined in the range of 60-70 mg/dl.
"Min normal":
The min normal value can be defined in the range of 70-80 mg/dl.
"Max normal":
The max normal value can be defined in the range of 120-160 mg/dl.
"Max acceptable":
The max acceptable value can be defined in the range of 120-250 mg/dl.
## Overview






