Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
v3se committed Jan 20, 2023
1 parent 747e356 commit c033b53
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
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.

0 comments on commit c033b53

Please sign in to comment.