You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The script takes the following environment variables
24
24
| NIGHTSCOUT_DEVICE_NAME | Sets the device name used in Nightscout | nightscout-librelink-up ||
25
25
| LOG_LEVEL | The setting of verbosity for logging, should be one of info or debug | info ||
26
26
| SINGLE_SHOT | Disables the scheduler and runs the script just once | true ||
27
+
| ALL_DATA | Upload all available data from LibreLink Up instead of just data newer than last upload. LibreLinkUp sometimes lags behind in reporting recent historical data, so it is advised to run the script with ALL_DATA set to true at least once a day. | true ||
27
28
28
29
## Usage
29
30
@@ -34,7 +35,7 @@ There are different options for using this script.
34
35
- Click on [][heroku]
35
36
- Login to Heroku if not already happened
36
37
- Provide proper values for the `environment variables`
37
-
-**Important: make sure that yor Nightscout API token is hashed with SHA1**
38
+
-**Important: make sure that yor Nightscout API token is [hashed with SHA1](#hashing-api-token)**
`NIGHTSCOUT_API_TOKEN` must be a SHA1 hash of an Access Token from Nightscout (_Add new subject_ first in Nightscout's _Admin Tools_ if required), e.g. your Access Token for a subject named _LibreLinkUp_ might be `librelinku-123456789abcde`.
0 commit comments