Read the statement by Michael Teeuw here.
pages
-
Re: [MMM-Pages and MMM-page-indicator](how to select the page?)
i did put on pages but I don’t have a touch screen would the frame touch screen work in front or behind mirror glass ?
i add pages but my calendar stopped loading and so did my weather module ? I’ve add my config to a post troubleshoot .any help please
-
@videogame95 I posted in the other topic
Without touch, you would need a functional mouse device.
Some remotes can do that.The ir frame would have to go on top of the glass, aka in front
-
thank you
-
S sdetweil has marked this topic as solved
-
ok thanks’ for you help do you know how to install pages with have 4 pages rotation. any help please.
-
@videogame95 I don’t understand
at the top of MMM-pages config there is the modules list
its an array [] (list of logical pages) of arrays [] (list of modules names on page)
or alternately using the class approach
its an array [] (list of logical pages) of arrays (with single entry of page name){ module: "MMM-pages", config: { timings: { default: 20000, // rotate every 20 seconds 2: 30000, // page 2 rotates every 30 seconds "admin": 30000 // admin hidden page auto-returns after 30 seconds }, modules: [ ["page0"], // class name for page 0 ["page1"], // class name for page 1 ["page2"], // class name for page 2 ], fixed: ["on_all_pages"], hiddenPages: { "screenSaver": ["screensaver_page"], "admin": ["admin_page"], } } },then in the class approach, you add
classes:"page0 page1", // space separated list of page namesafter the module:“weather”, // for example
(on every module you want displayed)the module provides page rotation, using the
timings: { default: 5000, // rotate every 5 seconds // all pages rotate every 5 seconds 0: 20000, // page 0 rotates every 20 seconds // except page 0 hold for 20 "admin": 30000 // admin hidden page auto-returns after 30 seconds },every module provides a README.md file, (what is shown on github landing page for module), that is the module DOCUMENTATION
-
@videogame95 said in pages:
i add pages but my calendar stopped loading and so did my weather module ? I’ve add my config to a post troubleshoot .
when using pages, ALL modules you want displayed MUST be added to the pages config thru its module name, OR the classes: property added,
else the module will NOT be displayed…
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login