← Back to plugins index | |
This plugin displays blood sugar values from a Nightscout site. | |
This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Nightscout. All product and company names are trademarks™ or registered® trademarks of their respective holders. | |
Authors | @legoandmars |
Supported features → Full specification |
📗 Classic template |
👤 Users |
|
No tokens are required for this plugin | |
Option | Description |
Enable nightscout plugin |
|
type: boolean
default: no |
|
Nightscout URL |
|
type: string
default: https://example.herokuapp.com |
|
Number of datapoints shown the graph |
|
type: number
(0 ≤
𝑥)
zero behaviour: disable default: 12 |
|
Threshold for low blood sugar |
|
type: number
(0 ≤
𝑥)
default: 80 |
|
Threshold for high blood sugar |
|
type: number
(0 ≤
𝑥)
default: 180 |
|
Threshold for urgently low blood sugar |
|
type: number
(0 ≤
𝑥)
default: 50 |
|
Threshold for urgently high blood sugar |
|
type: number
(0 ≤
𝑥)
default: 250 |
The nightscout website details how to self-host a nightscout site. Check out the instructions there.
uses: lowlighter/metrics@latest
with:
token: NOT_NEEDED
plugin_nightscout: yes
plugin_nightscout_url: ${{ secrets.NIGHTSCOUT_URL }}