diff --git a/MMM-pages.js b/MMM-pages.js index 4c6527a..7a2c30a 100644 --- a/MMM-pages.js +++ b/MMM-pages.js @@ -99,6 +99,7 @@ Module.register('MMM-pages', { Log.log('[Pages]: received that all objects are created;' + 'will now hide things!'); this.sendNotification('MAX_PAGES_CHANGED', this.config.modules.length); + this.sendNotification('PAGE_CHANGED', this.curPage); this.animatePageChange(); this.resetTimerWithDelay(0); break;