-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Nightscout Rainmeter Skin | ||
|
||
This is a Rainmeter skin that is used to retrieve and visualize glucose monitoring data from Nightscout REST API. | ||
|
||
![alt text](https://github.com/vesegluco/nightscout-rainmenter-skin/blob/master/Nightscout-Rainmeter.PNG?raw=true) | ||
|
||
## Installation | ||
|
||
Download newest release and use Rainmeter installer to install the skin. After the installation you need to modify the .ini file variables: | ||
|
||
```bash | ||
TOKEN = <your-nightscout-user-token> | ||
DOMAIN = <your-nighscout-server-address> e.g. my-nightscout.asdfg.com | ||
``` | ||
|
||
Token can be generated by creating a Nightscout user. Only the "Readable" role is required for this skin to work. | ||
|
||
## Contributing | ||
|
||
Pull requests are welcome. For major changes, please open an issue first | ||
to discuss what you would like to change. | ||
|
||
Please make sure to update tests as appropriate. |