This is a module for the MagicMirror² to persist it's configuration in a GitHub repository.
To use this module, make a copy of your own by clicking the "Use this Template" button.
👍 Please leave a GitHub ⭐ if you use and like this module.
Navigate into your MagicMirror's modules folder:
cd ~/MagicMirror/modules
Clone this repository:
git clone <url-to-your-template-copy> MMM-PersonalConfig
Navigate to the new MMM-PersonalConfig folder and init the module. Make sure you moved your config files over before.
cd MMM-PersonalConfig/ && npm run link