Update URLs

Kristjan ESPERANTO 2024-12-07 20:54:40 +01:00
parent 6532e51e98
commit 4e40e3207b

20
Home.md

@ -3,14 +3,14 @@ An open source modular smart mirror platform. With a growing list of installable
## Default modules
The following modules are installed by default.
- [**Alert**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/alert)
- [**Calendar**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/calendar)
- [**Clock**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/clock)
- [**Compliments**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/compliments)
- [**Current Weather**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/weather)
- [**Hello World**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/helloworld)
- [**News Feed**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/newsfeed)
- [**Weather Forecast**](https://github.com/MichMich/MagicMirror/tree/develop/modules/default/weather)
- [**Alert**](https://github.com/MagicMirrorOrg/MagicMirror/tree/develop/modules/default/alert)
- [**Calendar**](https://github.com/MagicMirrorOrg/MagicMirror/tree/develop/modules/default/calendar)
- [**Clock**](https://github.com/MagicMirrorOrg/MagicMirror/tree/develop/modules/default/clock)
- [**Compliments**](https://github.com/MagicMirrorOrg/MagicMirror/tree/develop/modules/default/compliments)
- [**Current Weather**](https://github.com/MagicMirrorOrg/MagicMirror/tree/develop/modules/default/weather)
- [**Hello World**](https://github.com/MagicMirrorOrg/MagicMirror/tree/develop/modules/default/helloworld)
- [**News Feed**](https://github.com/MagicMirrorOrg/MagicMirror/tree/develop/modules/default/newsfeed)
- [**Weather Forecast**](https://github.com/MagicMirrorOrg/MagicMirror/tree/develop/modules/default/weather)
## Optional Modules
@ -24,7 +24,7 @@ To install 3rd party or your own custom modules just follow these steps:
- 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:
```js
```js
{
module: 'module name',
position: 'position',
@ -33,6 +33,6 @@ To install 3rd party or your own custom modules just follow these steps:
extra option: 'value'
}
},
```
```
to the list of modules. You can look at the default modules for examples and further details can be found on the main readme.