mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Added howto for developers
This commit is contained in:
parent
06271678a6
commit
f93a464b7d
@ -22,4 +22,9 @@ modules: [
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
```
|
||||||
|
|
||||||
|
As a developer your module can send an alert to this module by using:
|
||||||
|
```
|
||||||
|
self.sendNotification("SHOW_ALERT", {message: "Hello!"});
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user