Clean up README
This commit is contained in:
11
README.md
11
README.md
@@ -28,8 +28,15 @@ Templates allow you to output virtually any HTML you want to in the contents of
|
|||||||
* Material Design icons embedded in module to use with output.
|
* Material Design icons embedded in module to use with output.
|
||||||
|
|
||||||
### How to use
|
### How to use
|
||||||
1. Clone this repo into your Magic Mirrors modules directory with the following command: git clone https://github.com/wonderslug/MMM-HomeAssistantDisplay.git.
|
1. Clone this repo into your Magic Mirrors modules directory with the following command:
|
||||||
2. Install all the npm modules with *npm install*.
|
```bash
|
||||||
|
git clone https://github.com/wonderslug/MMM-HomeAssistantDisplay.git
|
||||||
|
```
|
||||||
|
.
|
||||||
|
2. Install all the npm modules with:
|
||||||
|
```bash
|
||||||
|
npm install
|
||||||
|
```
|
||||||
3. Update your Magic Mirror Configto setup a Module Instance. See the configuration options and examples below.
|
3. Update your Magic Mirror Configto setup a Module Instance. See the configuration options and examples below.
|
||||||
|
|
||||||
### Configuration Options
|
### Configuration Options
|
||||||
|
|||||||
Reference in New Issue
Block a user