{"id":19015291,"url":"https://github.com/hansolo/glucostatusfx","last_synced_at":"2025-07-05T03:06:28.586Z","repository":{"id":44911038,"uuid":"448013298","full_name":"HanSolo/glucostatusfx","owner":"HanSolo","description":"Glucose status monitor for Nightscout implemented in JavaFX","archived":false,"fork":false,"pushed_at":"2025-05-08T07:31:57.000Z","size":504333,"stargazers_count":30,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T08:31:29.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HanSolo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-14T15:22:27.000Z","updated_at":"2025-05-08T07:27:21.000Z","dependencies_parsed_at":"2023-11-28T10:27:25.734Z","dependency_job_id":"56955b2e-5a78-43b0-a5ba-d27909643104","html_url":"https://github.com/HanSolo/glucostatusfx","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/HanSolo/glucostatusfx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanSolo%2Fglucostatusfx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanSolo%2Fglucostatusfx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanSolo%2Fglucostatusfx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanSolo%2Fglucostatusfx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HanSolo","download_url":"https://codeload.github.com/HanSolo/glucostatusfx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HanSolo%2Fglucostatusfx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263674138,"owners_count":23494521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T19:36:39.102Z","updated_at":"2025-07-05T03:06:28.543Z","avatar_url":"https://github.com/HanSolo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GlucoStatusFX\n\n![banner](https://github.com/HanSolo/glucostatusfx/raw/main/src/main/resources/eu/hansolo/fx/glucostatus/icon128x128.png)\n\n\u003cbr\u003e\nA glucose status monitor for Nightscout implemented in JavaFX.\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/HanSolo/glucostatusfx/ci)\n![latest tag](https://badgen.net/github/tag/HanSolo/glucostatusfx)\n![stars](https://badgen.net/github/stars/HanSolo/glucostatusfx)\n![GitHub all releases](https://img.shields.io/github/downloads/HanSolo/glucostatusfx/total)\n![license](https://badgen.net/github/license/HanSolo/discocli)\n\n[![JFXCentral](https://img.shields.io/badge/Find_me_on-JFXCentral-blue?logo=googlechrome\u0026logoColor=white)](https://www.jfx-central.com/downloads/glucostatusfx)\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cb\u003eRunning on Linux\u003c/b\u003e\n\nWhen running as jar file you might need to start with on Linux\n\n```java -Djdk.gtk.version=2 -jar GlucoStatusFX-17.0.61.jar```\n\n\u003cbr\u003e\n\n\n## Intro\nGlucoStatusFX is a JavaFX application that will sit in your menu bar and is visualizing\ndata coming from a nightscout server.\nTo use this app you need to have a nightscout server which url you have to put in the\ntext field in the settings dialog.\n\nTo set up the nightscout url in the settings dialog, just put in the url of your server e.g.\n\n```https://my-glucose.herokuapp.com```\n\nThe api secret field is optional (but it is recommended to set it up as described [here](https://nightscout.github.io/nightscout/setup_variables/))\n\nThe token field is also optional (find more info [here](https://nightscout.github.io/nightscout/security/)) \n\nIn the settings dialog you can will find the following parameters:\n\n\u003cb\u003e\"Unit mg/dl\":\u003c/b\u003e\u003cbr\u003e\nWhatever 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.\n\n\u003cb\u003e\"Low value notification\":\u003c/b\u003e\u003cbr\u003e\nEnable 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).\n\n\u003cb\u003e\"Acceptable low value notification\":\u003c/b\u003e\u003cbr\u003e\nEnable 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).\n\n\u003cb\u003e\"Acceptable high value notification\":\u003c/b\u003e\u003cbr\u003e\nEnable 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).\n\n\u003cb\u003e\"High value notification\":\u003c/b\u003e\u003cbr\u003e\nEnable 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).\n\n\u003cbr\u003e\n\u003cb\u003e\"Too low notification interval\":\u003c/b\u003e\u003cbr\u003e\nYou 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.\n\n\u003cb\u003e\"Too high notification interval\":\u003c/b\u003e\u003cbr\u003e\nYou 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.\n\n\u003cbr\u003e\n\u003cb\u003e\"Min acceptable\":\u003c/b\u003e\u003cbr\u003e\nThe min acceptable value can be defined in the range of 60-70 mg/dl.\n\n\u003cb\u003e\"Min normal\":\u003c/b\u003e\u003cbr\u003e\nThe min normal value can be defined in the range of 70-80 mg/dl.\n\n\u003cb\u003e\"Max normal\":\u003c/b\u003e\u003cbr\u003e\nThe max normal value can be defined in the range of 120-160 mg/dl.\n\n\u003cb\u003e\"Max acceptable\":\u003c/b\u003e\u003cbr\u003e\nThe max acceptable value can be defined in the range of 120-250 mg/dl.\n\n\n## Overview\n![Main Screen](https://i.ibb.co/1QgxS30/Gluco-Status-FX-Main.png)\n\n![Main Screen Poincare](https://i.ibb.co/prXFCqt/Gluco-Status-FX-Poincare.png)\n\n![Settings](https://i.ibb.co/cvPNcs5/Gluco-Status-FX-Settings.jpg)\n\n![Pattern](https://i.ibb.co/p1vWMmp/Gluco-Status-FX-Pattern.png)\n\n![Time in range](https://i.ibb.co/DQmsQXg/Gluco-Status-FX-Time-In-Range.png)\n\n![Last 30 days](https://i.ibb.co/SJ3yG6s/Gluco-Status-FX-30-Days.png)\n\n![Overlay](https://i.ibb.co/bRDBC54/Gluco-Status-FX-Overlay-Days.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansolo%2Fglucostatusfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansolo%2Fglucostatusfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansolo%2Fglucostatusfx/lists"}