CFenner / MMM-PersonalConfig-Template

A module for the MagicMirror to persist it's configuration to GitHub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A module for the MagicMirror to persist it's configuration to GitHub.

License:MIT License


Languages

Language:JavaScript 100.0%