mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
remove extra spaces alert README
This commit is contained in:
parent
ff19cb68b4
commit
1d024cc339
@ -10,7 +10,7 @@ modules: [
|
|||||||
module: "alert",
|
module: "alert",
|
||||||
config: {
|
config: {
|
||||||
// The config property is optional.
|
// The config property is optional.
|
||||||
// See 'Configuration options' for more information.
|
// See 'Configuration options' for more information.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -34,12 +34,12 @@ The following properties can be configured:
|
|||||||
For notifications use:
|
For notifications use:
|
||||||
|
|
||||||
```
|
```
|
||||||
self.sendNotification("SHOW_ALERT", {type: "notification"});
|
self.sendNotification("SHOW_ALERT", {type: "notification"});
|
||||||
```
|
```
|
||||||
For alerts use:
|
For alerts use:
|
||||||
|
|
||||||
```
|
```
|
||||||
self.sendNotification("SHOW_ALERT", {});
|
self.sendNotification("SHOW_ALERT", {});
|
||||||
```
|
```
|
||||||
|
|
||||||
### Notification params
|
### Notification params
|
||||||
|
Loading…
x
Reference in New Issue
Block a user