MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Page-Selector: A page switcher that can set positions of modules

    Scheduled Pinned Locked Moved System
    94 Posts 14 Posters 94.8k Views 15 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V Offline
      Veldrovive Module Developer
      last edited by

      Hey robiv,
      I do actually prefer to have issues opened on GitHub. That way I can more easily keep track of them and also it provides a record of my work in case I want to use it in order to prove my merit.
      Thanks for asking.

      1 Reply Last reply Reply Quote 0
      • R Offline
        robiv8
        last edited by

        OK Thanks.
        It’s not really an issue, its a question about Button with Selector Howto ;-)

        1 Reply Last reply Reply Quote 0
        • rudibaraniR Offline
          rudibarani Project Sponsor @Veldrovive
          last edited by

          @veldrovive @robiv8 Thank you two for the quick feedback and nailing it down so quickly.
          I will disable Watchdog for the time being. I was using it as I experienced crashes when using an iFrame module for video playback (ISS livestream on my night-page). But it should be OK to live without that for a while.

          1 Reply Last reply Reply Quote 0
          • rudibaraniR Offline
            rudibarani Project Sponsor @Veldrovive
            last edited by

            @veldrovive said in MMM-Page-Selector: A page switcher that can set positions of modules:

            Ok, I’ve implemented persistent pages. In order to access them right now, you need to be in the development branch since I don’t have the time to do extensive testing.

            Thanks again for the persistent pages feature. I have tried it all day in different scenarios and it was working reliably and as expected. :clapping_hands:

            1 Reply Last reply Reply Quote 0
            • rudibaraniR Offline
              rudibarani Project Sponsor @Veldrovive
              last edited by

              @veldrovive PS: I tried following your workaround and just wanted to let you know that it works :) Now I am able to use your new config option for pages which makes it so much easier to set them up! Great idea to implement it!

              1 Reply Last reply Reply Quote 1
              • V Offline
                Veldrovive Module Developer
                last edited by

                @rudibarani
                Good stuff. I’m glad everything is working out.

                rudibaraniR 1 Reply Last reply Reply Quote 0
                • rudibaraniR Offline
                  rudibarani Project Sponsor @Veldrovive
                  last edited by

                  @veldrovive I got the second page layout working with MMM-Watchdog: added a position-value to each module as you suggested and changed the settings to a heartbeat of 5 sec and a restart interval, in case the feedback is not sufficient, of 31 sec. Maybe the default values where just to tight and interfered with your tricks to layout the pages.

                  How does MMM-Page-Selector decide about the order in which modules within the same location are stacked on top of each other? I have would like to move an instance of MMM-DWD-WarnWeather below MMM-MyWeather but changing the order in the “pages” part of the layout does not have an effect on the order on the screen.

                  1 Reply Last reply Reply Quote 0
                  • V Offline
                    Veldrovive Module Developer
                    last edited by

                    @rudibarani Good to know that’s a solution.
                    Right now, modules are stacked in the order that they appear in the config file. If a module is above another in the config, it will be above that other one on the page.
                    However, with a little work, that could be changed. Do you think that it would be helpful to be able to change that on a page to page basis?

                    1 Reply Last reply Reply Quote 0
                    • rudibaraniR Offline
                      rudibarani Project Sponsor
                      last edited by

                      @Veldrovive The order seems to be exactly the other way round - if module A is below module B in the config file, it will be above module B on the mirror.

                      I guess it would be quite intuitive if the second layout option would sort the modules on the screen in the way they are ordered in each page definition. This would also support the concept, that the module definition contains the configurations and the pages part contains all the layout.

                      Personally, I would also benefit from this option as I use CSS styles to e.g. show only the weather warning symbols on one page and only the text version on another page. Both would be in different positions, if it were possible.

                      1 Reply Last reply Reply Quote 0
                      • V Offline
                        Veldrovive Module Developer
                        last edited by

                        Oh, that’s odd that it is going in inverse order. I must have made a mistake somewhere. I’ll be looking into that and reversing it.

                        I have finals coming up soon which means I don’t have very much time to support this and a more intuitive way of ordering the elements will take a bit of time.

                        Can you clarify what you mean with your last statement? If I am interpreting it correctly, you are saying that you would like a way of specifying CSS for specific pages. If I’m not mistaken, this would be a pretty quick and easy change as I would just update the class list to include the current page name.

                        1 Reply Last reply Reply Quote 0
                        • rudibaraniR Offline
                          rudibarani Project Sponsor
                          last edited by

                          Thanks - including the current page into the class list would be helpful.

                          From the usability point of view, having all layout-options in the “pages” section would be clean and intuitive. Going in from the outside, one gets easily that the modules part contains all config elements and the pages part does the layout of the pages.

                          Having the order of the config-elements in the “modules” section play the central part in sorting everything seems a little odd. It is OK - once you know it - but also involves moving around the modules and risking bracket- and comma-errors every time you want to try a new layout.

                          1 Reply Last reply Reply Quote 0
                          • rudibaraniR Offline
                            rudibarani Project Sponsor
                            last edited by

                            Dear @Veldrovive,
                            I am trying to use an old MacMini to host a mirror, as I would like play BluRays and Amazon Prime Videos on my mirror as well. Everything works fine - except for the option to save the current page.
                            Frist, I thought this might be a permission issue - but even setting the MagicMirror folder and all its contents recursively to “chmod 777” did not solve it. The mirror always goes back to the standard page and not the current page. Setting “persistentPages” to true does not have any effect.
                            As you know how you store and restore the “current page” - do you have any idea how to get this going again?
                            Thanks a lot for your help!

                            1 Reply Last reply Reply Quote 0
                            • V Offline
                              Veldrovive Module Developer
                              last edited by

                              Hey @rudibarani,
                              If there are no errors being thrown, then I would make sure that you are on the development branch and not master as I am still not sure how stable some changes are so I am refraining from merging.
                              If that is not the problem, I would open up thenode_helper.js file and put console.log() statements in some places to make sure they are running correctly.

                              1. Line 30 should be self.restorePage(). I would put on right before that. If it never runs, then there is a problem with how the frontend is handling the config.
                              2. Line 38 should then be jsonObj = JSON.parse(obj);. I would print out the value of jsonObj right after that runs to see if the page key is in it.
                              3. Line 57 should then be reject(err);. I see that I accidentally didn’t include any debug information when this rejects so put a log that prints out the error directly before this.

                              If the problem isn’t immediately obvious, posting the output of those logs would go a long way to figuring this out.

                              1 Reply Last reply Reply Quote 0
                              • rudibaraniR Offline
                                rudibarani Project Sponsor
                                last edited by

                                Dear @Veldrovive,
                                oh - I have to run and hide somewhere. I did forget to clone the development branch when setting up the Mac Mini. Sorry for bothering you with this :unamused_face:

                                As always, if you do things right, they work :smiling_face_with_smiling_eyes:

                                You said you it would be a quick change to update the class list to contain the current page. If you have time to add this, it would help me a lot!

                                1 Reply Last reply Reply Quote 0
                                • V Offline
                                  Veldrovive Module Developer
                                  last edited by

                                  Ah right. I need to get around to making those changes. I’ll start on them in the morning.

                                  1 Reply Last reply Reply Quote 0
                                  • V Offline
                                    Veldrovive Module Developer
                                    last edited by

                                    @rudibarani,
                                    Ok, the development branch now has support for the new class name changes. When a module is shown on a page, it will be given the class page_{Current Page} and then the class will be removed when the module is hidden.

                                    rudibaraniR 1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      Johans @Veldrovive
                                      last edited by

                                      @veldrovive
                                      Hi, just made a fresh install, and applied your module and MMM-Page-indicator.

                                      Pages are shown, but page indicator and newsfeed module are not on the screen.
                                      When I disbable MMM-Page-Selector, then Newsfeed & MMM-Page-indicator are visisble.

                                      As far as I understand, config is OK

                                      	modules: [
                                      		{
                                      			module: "alert",
                                      			pages: "all",
                                      		},
                                      		{
                                      			disabled: false,
                                      		        module: "MMM-Page-Selector",
                                      		        position: "top_bar",
                                      		        config: {
                                      			        defaultPage: "Page1",
                                      		                displayTitle: true,
                                      			        selectPageNotif: ["SELECT_PAGE"],
                                      		                incrementPageNotif: ["PAGE_UP"],
                                      		                decrementPageNotif: ["PAGE_DOWN"],
                                         			        autoChange: {
                                      				     	    interval: 100,    // Change page every 100 sec
                                      				            }
                                      		                   }
                                      		},		
                                      
                                      		{
                                      			module: "updatenotification",
                                      			position: "top_bar",
                                      			pages: {"Page1": "top_bar"},
                                      		},
                                      		{
                                      			module: "clock",
                                      			position: "top_left",
                                      			pages: {"Page1": "top_left", "Page2": "top_left", "Page3": "top_left", "Page4": "top_left"},
                                      
                                      		},
                                      		{
                                      			module: "compliments",
                                      			position: "lower_third",
                                      			pages: {"Page1": "lower_third", "Page2": "lower_third", "Page3": "lower_third", "Page4": "lower_third"},
                                      		},
                                      		{
                                      		        disabled: false,
                                      			module: "MMM-rain-forecast",
                                      			position: "top_right",   // see mirror setting for options
                                      			pages: {"Page1": "top_right"},
                                      			//header: "Regen Voorspelling", 
                                      			config: {   
                                      		                lat: 50.908529,
                                      		                lon: 3.965639,				
                                      				pleaseWait: "Wachten a.u.b",
                                      				noRainText: "Tot %s GEEN regen",
                                      				fillColour: '#0074d9'   // This is a blue color you can also use blue, cyan etc
                                      				}
                                      		},	
                                      
                                      		{
                                      			module: "newsfeed",
                                      			position: "bottom_bar",
                                      			pages: "all",
                                      			config: {
                                      				feeds: [
                                      					{
                                      						title: "New York Times",
                                      						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                      					}
                                      				],
                                      				showSourceTitle: true,
                                      				showPublishDate: true
                                      			}
                                      		},
                                      		{
                                      			disabled: false,
                                      		        module: "MMM-page-indicator",
                                      		        position: "bottom_bar",
                                      			pages: "all",
                                      		        config: {
                                      		            //pages: 4,  // No need to set this
                                      		        }
                                      		},	
                                      		{
                                      			module: 'MMM-Cursor',
                                      			pages: "all",
                                      		},
                                      	]
                                      
                                      
                                      S 1 Reply Last reply Reply Quote 0
                                      • V Offline
                                        Veldrovive Module Developer
                                        last edited by

                                        @Johans,
                                        Ah, I believe the confusion comes from the fact that old discussions on this forum do not reflect the current functionality of the module. I try not to make any changes that break old config files, but one was necessary.
                                        In order to fix this config, you need to replace any instance of pages: "all" with pages: {"all": "some_position"}
                                        New versions don’t require you to have a position prop at all and you can just use the pages one.
                                        For more information, refer to the README.
                                        Hope this helps.

                                        J 1 Reply Last reply Reply Quote 0
                                        • J Offline
                                          Johans @Veldrovive
                                          last edited by

                                          @veldrovive said in MMM-Page-Selector: A page switcher that can set positions of modules:

                                          pages: {“all”: “some_position”}

                                          Thanks for the info, I should have read the README first. Sorry.

                                          1 Reply Last reply Reply Quote 0
                                          • rudibaraniR Offline
                                            rudibarani Project Sponsor @Veldrovive
                                            last edited by

                                            @veldrovive
                                            Thanks again for implementing the current page as “dynamic” class. If I get it right, you had to code procedures to add and remove the page class when switching pages.

                                            Ok, the development branch now has support for the new class name changes. When a module is shown on a page, it will be given the class page_{Current Page} and then the class will be removed when the module is hidden.

                                            Would it be possible to make these procedures accessible via notifications? I am still looking for a way to add and remove classes based on external triggers. A scheme could be like this:

                                            Notification: "MMM_Page-Selector_Update_Class"
                                            Payload: {"add":["Module_1_Name:ClassA_to_add", "Module_2_Name:ClassB_to_add"], "remove":["Module_3_Name:ClassC_to_remove", "Module_4_Name:ClassD_to_remove"]}
                                            
                                            1 Reply Last reply Reply Quote 0

                                            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
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 4 / 5
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy