source/plugins/community/nightscout/README.md
</td>
<b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_nightscout_url</code></h4></td> <td rowspan="2"><p>Nightscout URL</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>string</code><b>default:</b> https://example.herokuapp.com
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_nightscout_datapoints</code></h4></td> <td rowspan="2"><p>Number of datapoints shown the graph</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code> <i>(0 ≤ 𝑥)</i><b>zero behaviour:</b> disable</br> <b>default:</b> 12
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_nightscout_lowalert</code></h4></td> <td rowspan="2"><p>Threshold for low blood sugar</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code> <i>(0 ≤ 𝑥)</i><b>default:</b> 80
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_nightscout_highalert</code></h4></td> <td rowspan="2"><p>Threshold for high blood sugar</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code> <i>(0 ≤ 𝑥)</i><b>default:</b> 180
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_nightscout_urgentlowalert</code></h4></td> <td rowspan="2"><p>Threshold for urgently low blood sugar</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code> <i>(0 ≤ 𝑥)</i><b>default:</b> 50
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_nightscout_urgenthighalert</code></h4></td> <td rowspan="2"><p>Threshold for urgently high blood sugar</p> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code> <i>(0 ≤ 𝑥)</i><b>default:</b> 250
</td> </tr> </table> <!--/options-->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 }}