A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Pages not working
-
Hi!
I’m trying to use the Pages modules to switch between pages automatically. I followed the installation guide but it doesn’t seem to work… I’m not getting any errors on my code. This is what I have:
{ module: 'MMM-pages', config: { rotationTime:15000, modules: [ [ "calendar"], [ "newsfeed"] ], fixed: ["clock", "MMM-page-indicator"], hiddenPages: { "admin": ["MMM-Dimmer"], }, }
-
Try
module: ‘MMM-pages’, config: { homePage: "0", rotationTime: 5 * 60 * 1000, modules [[ “calendar”], [ “newsfeed”]], fixed: [“clock”, “MMM-page-indicator”], hiddenPages: { “admin”: [“MMM-Dimmer”], }, } },
-
@djboob66 Still not working
-
Did you do
cd MagicMirror/modules/MMM-pages
npm install
-
@djboob66 Yep
-
@DJBOOB66 I figured it out. The MMM-Dinner was interfering with the Pages module
-
@gabe21 u meant dimmer