mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Merge pull request #130 from paviro/v2-beta
Removed no longer existing params
This commit is contained in:
commit
9ab7356730
@ -101,7 +101,7 @@ self.sendNotification("SHOW_NOTIFICATION", {title: "Hello", message: "This is a
|
||||
|
||||
### Display alert
|
||||
```
|
||||
self.sendNotification("SHOW_ALERT", {title: "Hello", message: "This is a test!", type: "success", imageUrl:"url", imageSize: "50x50", timer:1000});
|
||||
self.sendNotification("SHOW_ALERT", {title: "Hello", message: "This is a test!", imageUrl:"url", imageHeight: "30px", timer:2});
|
||||
```
|
||||
<table width="100%">
|
||||
<!-- why, markdown... -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user