Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.09 KB

GitHub Repo stars

MMM-PersonalConfig

This is a module for the MagicMirror² to persist it's configuration in a GitHub repository.

Usage

To use this module, make a copy of your own by clicking the "Use this Template" button.

⚠️ Make sure you make the repository private before you commit any secrets (API keys, IPs, calendar feeds, username/password) to it.

👍 Please leave a GitHub ⭐ if you use and like this module.

Installation

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