File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ For example this can be used to send notifications to the following modules:
9
9
- [ Remote Control] ( https://forum.magicmirror.builders/topic/735/remote-control-shutdown-configure-and-update-your-magicmirror )
10
10
- [ Profile Switcher] ( https://forum.magicmirror.builders/topic/1402/mmm-profileswitcher-a-profile-user-layout-switching-module )
11
11
12
+ ## Installation
13
+
14
+ Clone this repository in your ` modules ` folder, and install dependencies:
15
+ ``` bash
16
+ cd ~ /MagicMirror/modules # adapt directory if you are using a different one
17
+ git clone https://github.com/Jopyth/MMM-Buttons.git
18
+ cd MMM-Buttons
19
+ npm install # this can take a while
20
+ ```
21
+
12
22
## Configuration
13
23
14
24
Add the module to your modules array in your ` config.js ` .
You can’t perform that action at this time.
0 commit comments