mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 04:45:17 +00:00
Fix unit for display time.
This commit is contained in:
@@ -45,9 +45,9 @@ The following properties can be configured:
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>display_time</code></td>
|
<td><code>display_time</code></td>
|
||||||
<td>Time a notification is displayed in seconds.<br>
|
<td>Time a notification is displayed in milliseconds.<br>
|
||||||
<br><b>Possible values:</b> <code>float</code> <code>int</code>
|
<br><b>Possible values:</b> <code>int</code>
|
||||||
<br><b>Default value:</b> <code>3.5</code>
|
<br><b>Default value:</b> <code>3500</code>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -162,4 +162,4 @@ self.sendNotification("SHOW_ALERT", {});
|
|||||||
|
|
||||||
## Open Source Licenses
|
## Open Source Licenses
|
||||||
###[NotificationStyles](https://github.com/codrops/NotificationStyles)
|
###[NotificationStyles](https://github.com/codrops/NotificationStyles)
|
||||||
See [ympanus.net](http://tympanus.net/codrops/licensing/) for license.
|
See [ympanus.net](http://tympanus.net/codrops/licensing/) for license.
|
||||||
|
Reference in New Issue
Block a user