mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Removed no longer existing params
This commit is contained in:
parent
99dbb3abed
commit
7f2537f9b1
@ -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