Clean up README

This commit is contained in:
Brian Towles
2024-10-16 20:45:08 -05:00
committed by GitHub
parent 6658734774
commit e87b360145

View File

@@ -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