The GHIN
module is a MagicMirror addon.
This module displays your official USGA handicap on your MagicMirror.
- Clone this repo with the following command:
git clone https://github.com/C-Deck/MMM-GHIN.git
- Install all the npm modules with either
yarn install
ornpm install
- Update your Magic Mirror Config, by adding the following object:
To use this module, add it to the modules array in the
config/config.js
file:
modules: [
{
module: 'MMM-GHIN',
position: 'bottom_bar',
config: {
ghinNumber: '00000000', // Your GHIN Number
updateInterval: 37000, // Update interval in milliseconds,
email: 'johndoe@gmail.com', // Your login email for GHIN
password: 'password', // Your login password for GHIN
},
},
]
module
the name of the module you are installing.position
where you want the handicap value to appearghinNumber
Your specific GHIN NumberupdateInterval
default is set to 5 minutesemail
Your email for logging in on your GHIN accountpassword
Your password for logging in on your GHIN account
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Clint Decker
This project is licensed under the MIT License - see the LICENSE.md file for details