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… -
Hi thanks I’ve added the first config it worked in I add the page, my
open weather maps did’t show up so update script and it worked but when moved Backgroundslideshows it stopped but i was wrong after a little while it came on the page I had set it to. Please explain how to up the second cofig.
? or all go in the brackets.
i haven’t looked at it for while .hope you understand
please explain best you can simplest wayI’m having difficulty in setting google what I’ve done
1 made project name photos1
2 googlephotos api added and enabled
3 downloaded credentials rename to
4 added it in modules folder in google photos folder
5 saved id code numbers in Geaney
6 published it
7 tride run code in terminal. code node v.2 run token something like this
8 did found
not sure what I’ve missed out ? -
@videogame95 pages
In the
Module config ( I am only doing the page definitions heremodules:[ [ List of comma separated dom content by css class names, (in quotes) module-name is also defined as a class name], // first page [ List of comma separated dom content by css class names, By( in quotes) module-name is also defined as a class name], // second page [. Repeat as needed ], // <- notice the comma after each set of brackets ]The easiest way for me is to make up nice names for the pages
“Mom”, “Dad”, “stocks”, “son”, etc as many as you need/want
Each of those is a page above,
Now in each actual module config, on a line after the
module:"calendar",Or whatever module
Add a lineclasses:"xxxxxx",For example,
classes:"Mom Dad”, // notice the comma here tooWhere xxxxxx is one of your page names you set like above
If a module should show on more than one, but not all pages , add those page names too, space separated
Mmm-pages has a shortcut for modules that should show on ALL pages. The fixed: property . It’s also a space separated list
I just set it to “all_pages”, and use that in the classes: for those on all pages.EVERY module needs a classes property set.
Google Photos is broken after Google changed the way you select and group photos
Someone has a sort organic new version, announced here in the last couple weeks.
Did I get all your questions?
-
thank you that was well explained
I look forward to the new google photos will this be in 3rd party modules or on googles cloud console ?
or github ? -
@videogame95 here is a link to the topic here with link to GitHub
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