docs: fix typo's in nightscout

This commit is contained in:
Jan De Dobbeleer 2021-12-13 17:19:53 +01:00
parent 78f9a3e3c6
commit fb1ed7f695
Failed to extract signature

View file

@ -20,7 +20,7 @@ high and low range glucose values by 18 and use these values in the templates.
You'll also want to think about your background and foreground colors. Don't use
white text on a yellow background, for example.
The foreground_templates example below could be set to just a single color,
The `foreground_templates` example below could be set to just a single color,
if that color is visible against any of your backgrounds.
```json
@ -47,7 +47,7 @@ if that color is visible against any of your backgrounds.
"http_timeout": 1500,
"template": " {{.Sgv}}{{.TrendIcon}}"
}
},
}
```
Or display in mmol/l (instead of the default mg/dl) with the following template:
@ -58,7 +58,7 @@ Or display in mmol/l (instead of the default mg/dl) with the following template:
## Properties
- url: `string` - Your Nightscout URL, inclding the full path to entries.json
- url: `string` - Your Nightscout URL, including the full path to entries.json
AND count=1 AND token. Example above. You'll know this works if you can curl
it yourself and get a single value. - defaults to ``
- http_timeout: `int` - How long do you want to wait before you want to see