Nightscout-Windows-Integration

Logo

A small app that shows you your glucose value in the taskbar by using NightScout.

Demo

Demo

Installation

Download DownloadPy

Configure config.json manually (click to expand):

#### How it looks like by default ```json { "nightscout_url": "", "api_token": "", "with_direction": true, "refresh_rate": 2 } ``` | Key | Value | Description | |:-----------------|:--------|:------------------------------------------------------------------------------------------------------------------------------------------------| | `nightscout_url` | `str` | **Required**. Your Nightscout URL. (Must start with https:// or http://) | | `api_token` | `str` | **Required**. Your API key with the appropriate permissions. | | `with_direction` | `bool` | **Required**. If false, it won't show in the icon the direction your glucose reading is
moving (as shown in the demo), if true, then it will | | `refresh_rate` | `float` | **Required**. Interval in minutes at which your value is queried on nightscout. |

Last step

Features

Authors