Skip to content

benceszasz/minimed-connect-to-nightscout-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a wrapper for mmconnect Nightscout plugin, to make it possible running it on your computer.

Install

  1. On your running Nightscout setup remove the mmconnect from ENABLE variable (disables the mmconnect). This is mandatory, because if more than one system is logging in to Carelink, the system will not work, and you will get 401 errors.
  2. Install Node.js
  3. Clone this repo to a folder
  4. Rename .env.example to .env and set the values (Environment variables can be used instead of .env file, like in Nightscout. The names are the same as in the .env.example file.)
  5. In that folder run npm install
  6. In that folder run node run.js

Update

For update use the npm update command in the folder, because if there are fixes, they are in the dependency.

Disclaimer

This project is intended for educational and informational purposes only. It relies on a series of fragile components and assumptions, any of which may break at any time. It is not FDA approved and should not be used to make medical decisions. It is neither affiliated with nor endorsed by Medtronic, and may violate their Terms of Service.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • Shell 6.2%