mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Updated Home (markdown)
parent
690a724973
commit
a79f7ceda1
11
Home.md
11
Home.md
@ -1,6 +1,7 @@
|
|||||||
An open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant. http://magicmirror.builders
|
An open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant. https://magicmirror.builders/
|
||||||
|
|
||||||
## Default modules
|
## Default modules
|
||||||
|
|
||||||
The following modules are installed by default.
|
The following modules are installed by default.
|
||||||
- [**Alert**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/alert)
|
- [**Alert**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/alert)
|
||||||
- [**Calendar**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/calendar)
|
- [**Calendar**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/calendar)
|
||||||
@ -12,17 +13,18 @@ The following modules are installed by default.
|
|||||||
- [**Weather Forecast**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/weatherforecast)
|
- [**Weather Forecast**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/weatherforecast)
|
||||||
|
|
||||||
## Optional Modules
|
## Optional Modules
|
||||||
|
|
||||||
[List of 3rd Party Modules](3rd-party-modules)
|
[List of 3rd Party Modules](3rd-party-modules)
|
||||||
|
|
||||||
## Installing a module
|
## Installing a module
|
||||||
|
|
||||||
To install 3rd party or your own custom modules just follow these steps:
|
To install 3rd party or your own custom modules just follow these steps:
|
||||||
- Navigate to the modules folder via the following command: `cd ~/MagicMirror/modules`.
|
- Navigate to the modules folder via the following command: `cd ~/MagicMirror/modules`.
|
||||||
- Clone the module from github: `git clone https://github.com/author/module-name` (remembering to replace the URL with that of the module on github).
|
- Clone the module from GitHub: `git clone https://github.com/author/module-name` (remembering to replace the URL with that of the module on github).
|
||||||
- Follow any additional instruction on from the modules readme.
|
- Follow any additional instruction on from the modules readme.
|
||||||
- Add your brand new module to your config! This is the file `config/config.js` that you duplicated earlier. Edit this in your favourite editor and add:
|
- Add your brand new module to your config! This is the file `config/config.js` that you duplicated earlier. Edit this in your favourite editor and add:
|
||||||
|
|
||||||
```
|
```js
|
||||||
{
|
{
|
||||||
module: 'module name',
|
module: 'module name',
|
||||||
position: 'position',
|
position: 'position',
|
||||||
@ -32,4 +34,5 @@ To install 3rd party or your own custom modules just follow these steps:
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
to the list of modules. You can look at the default modules for examples and further details can be found on the main readme.
|
|
||||||
|
to the list of modules. You can look at the default modules for examples and further details can be found on the main readme.
|
Loading…
x
Reference in New Issue
Block a user