18 lines
388 B
Markdown
18 lines
388 B
Markdown
# MMM-LiveLaughLove
|
|
|
|
An April Fools' Day background for MagicMirror that parodies the ubiquitous
|
|
“Live, Laugh, Love” vinyl wall cling.
|
|
|
|
```js
|
|
{
|
|
module: "MMM-LiveLaughLove",
|
|
position: "fullscreen_below",
|
|
config: {
|
|
preview: false
|
|
}
|
|
}
|
|
```
|
|
|
|
The module displays automatically on April 1 in the mirror's local timezone.
|
|
Set `preview: true` while developing to display it on any date.
|