mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2024-11-21 17:54:29 -08:00
forgot to send out page change notification
This commit is contained in:
parent
3282c2e5b6
commit
5549c484f1
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ Module.register('MMM-pages', {
|
||||||
|
|
||||||
this.delayTimer = setTimeout(() => {
|
this.delayTimer = setTimeout(() => {
|
||||||
self.timer = setInterval(() => {
|
self.timer = setInterval(() => {
|
||||||
|
self.sendNotification('PAGE_INCREMENT');
|
||||||
self.changePageBy(1);
|
self.changePageBy(1);
|
||||||
self.updatePages();
|
self.updatePages();
|
||||||
}, self.config.rotationTime);
|
}, self.config.rotationTime);
|
||||||
|
|
Loading…
Reference in a new issue