fixing automatic rotation

This commit is contained in:
skuethe 2020-11-06 10:10:38 +01:00 committed by Sebastian Küthe
parent e07a2f3b1b
commit abcadd38ee

View file

@ -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) {