mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Update README.md
This commit is contained in:
parent
5c41e24b99
commit
c953936798
@ -257,7 +257,7 @@ socketNotificationReceived: function(notification, payload) {
|
|||||||
When a module is hidden (using the `module.hide()` method), the `suspend()` method will be called. By subclassing this method you can perform tasks like halting the update timers.
|
When a module is hidden (using the `module.hide()` method), the `suspend()` method will be called. By subclassing this method you can perform tasks like halting the update timers.
|
||||||
|
|
||||||
####`resume()`
|
####`resume()`
|
||||||
When a module will be shown after it was previously hidden (using the `module.show()` method), the `resume()` method will be called. By subclassing this method you can perform tasks restarting the update timers.
|
When a module is requested to be shown (using the `module.show()` method), the `resume()` method will be called. By subclassing this method you can perform tasks restarting the update timers.
|
||||||
|
|
||||||
|
|
||||||
### Module instance methods
|
### Module instance methods
|
||||||
|
Loading…
x
Reference in New Issue
Block a user