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 installornpm 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.jsfile:
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
},
},
]modulethe name of the module you are installing.positionwhere you want the handicap value to appearghinNumberYour specific GHIN NumberupdateIntervaldefault is set to 5 minutesemailYour email for logging in on your GHIN accountpasswordYour 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