mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-11-24 11:14:29 -08:00
fixing automatic rotation
This commit is contained in:
parent
e07a2f3b1b
commit
abcadd38ee
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ Module.register('MMM-pages', {
|
|||
// message, so we need to trigger it for ourselves.
|
||||
self.sendNotification('PAGE_INCREMENT');
|
||||
self.notificationReceived('PAGE_INCREMENT');
|
||||
self.sendNotification('PAGE_INCREMENT');
|
||||
}, self.config.rotationTime);
|
||||
}, delay);
|
||||
} else if (this.config.rotationHomePage > 0) {
|
||||
|
|
Loading…
Reference in a new issue