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-Pages and MMM-page-indicator, how to select the page?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    12 Posts 2 Posters 1.4k Views 2 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.
    • C Offline
      com1cedric
      last edited by

      Hello,

      trying to test MMM-Pages and MMM-page-indicator, I have 2 (maybe basic) questions.

      After installing MMM-Pages and MMM-page-indicator,

      1. how is possible to click (mouse) on the dots, as the arrow of the mouse is not appearing on the mirror?
      2. can we switch the pages manually with a touch screen display (e.g with an ipad or a standard touch screen display as iiyama ProLite T2252MSC-B2) ?

      Thank you for your interest and have a great day.

      Kind regards,

      Cédric

      S 1 Reply Last reply Reply Quote 0
      • C Offline
        com1cedric @com1cedric
        last edited by

        @sdetweil

        Problem solved with the help of this tutorial: https://www.gechic.com/en/raspberry-pi-touch-monitor-rotate-touch-screen-rotate-settings/

        wihsing you a great week!

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @com1cedric
          last edited by sdetweil

          @com1cedric the mouse arrow is turned off by

          cursor:none in css/main.css

          you can enable it in css/custom.css

          html {
                 cursor: default;
          }
          

          if you have a working touchscreen you can use whatever the touchscreen supports, finger, stylus ( you wouldn’t need the cursor to be shown)

          you can change the circles to other icons in custom.css
          see here and later posts in this thread
          https://forum.magicmirror.builders/post/118865

          you can also install unclutter on linux which will hide the cursor until the mouse (if any) moves

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          C 1 Reply Last reply Reply Quote 0
          • C Offline
            com1cedric @sdetweil
            last edited by

            @sdetweil Thank you very much, I will try it!
            Wishing you a great day,
            Cédric

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @com1cedric
              last edited by

              @com1cedric did you resolve these questions?

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              C 1 Reply Last reply Reply Quote 0
              • C Offline
                com1cedric @sdetweil
                last edited by

                @sdetweil hello, currently on holiday, will try next week. Thanks for asking and have a good day

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @com1cedric
                  last edited by

                  @com1cedric did you get a chance to test this out?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  C 1 Reply Last reply Reply Quote 0
                  • C Offline
                    com1cedric @sdetweil
                    last edited by

                    @sdetweil Hello Sam, and thank you for asking.
                    I encountered a problem with the touch screen iyama ProLite T2252MSC-B2 I recently bought, as it finally was not compatible with Raspberry, what I did not realise before buying it.

                    So, I had to find someting else and with the help of @rkorell (thank you Ralf!) in https://forum.magicmirror.builders/topic/19486/which-solution-for-touching-screen/8, I ordered a other display Hannspree HT221PPB -TOUCH and I hope to receive and test it next week.

                    I will inform you as soon as I get any results.

                    Kind regards, Cédric

                    C 1 Reply Last reply Reply Quote 0
                    • C Offline
                      com1cedric @com1cedric
                      last edited by

                      @com1cedric hello @sdetweil, I’ve received the Hannspree HT221PPB -TOUCH screen and could test your module.

                      It work well ! … in the landscape mode, but not in the portait mode, after changing the display position in the parameters.Capture d’écran 2025-03-16 à 14.15.09.jpg

                      Did you encounter this issue as well?

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @com1cedric
                        last edited by

                        @com1cedric the module does not know anything about page orientation

                        I would install MMM-ViewNotifications module to see if the click is being processed, and maybe change the background color of the region for indicator to see where that section is on the screen. in auto page cycle mode, the different indicator circles will show which page is active. do they change?

                        these are not my modules, I just updated pages for new function. and helped other users change the icons via css for indicator

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        C 1 Reply Last reply Reply Quote 0
                        • C Offline
                          com1cedric @sdetweil
                          last edited by

                          @sdetweil OK, thank you Sam. You’re right indeed, it has nothing to do with the Magic Mirror.

                          In fact, when I turn the layout right or left with the “Screen Layout editor”, then the “touches” are as “mirrored”. Maybe a configuration problem of the display.

                          I will ask the display company about this issue.

                          C 1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 1 / 2
                          • 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