• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Change page with MMM-Pages

Scheduled Pinned Locked Moved General Discussion
25 Posts 3 Posters 6.6k Views 3 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.
  • M Offline
    MMRIZE @Egnos
    last edited by Aug 29, 2022, 5:54 PM

    @Egnos Which condition do you regard as a trigger? timer? button? face recognition?

    S 1 Reply Last reply Aug 29, 2022, 6:02 PM Reply Quote 0
    • S Away
      sdetweil @MMRIZE
      last edited by Aug 29, 2022, 6:02 PM

      @MMRIZE swipe? hand gesture

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      M 1 Reply Last reply Aug 29, 2022, 6:06 PM Reply Quote 0
      • M Offline
        MMRIZE @sdetweil
        last edited by Aug 29, 2022, 6:06 PM

        @sdetweil
        For the gesture, you can use MMM-Touch(touchscreen) or MMM-GroveGesture(gesture sensor).
        Yup, it was my PR time… :D

        @Egnos
        If you want to use MMM-Pages as simply time-based rotation, just assign rotationTime to your module configuration.

        S 1 Reply Last reply Aug 29, 2022, 6:07 PM Reply Quote 0
        • S Away
          sdetweil @MMRIZE
          last edited by Aug 29, 2022, 6:07 PM

          @MMRIZE he has timed change… wants something explicit … has voice via GA now… but wants interaction without GA

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          M 1 Reply Last reply Aug 29, 2022, 6:23 PM Reply Quote 0
          • M Offline
            MMRIZE @sdetweil
            last edited by MMRIZE Aug 29, 2022, 6:24 PM Aug 29, 2022, 6:23 PM

            @Egnos
            We might have many user-input methods for the mirror, but you need to have them already. What do you have? physical button? touchscreen? command from a smartphone? IR sensor? face detection from a webcam? Geo-fence detection? IFTTT event? noise detection? voice command without GA? Alexa skill? by email(yes, even it possible)…
            What do you want? then we can discuss about it. :)

            S E 2 Replies Last reply Aug 29, 2022, 6:26 PM Reply Quote 0
            • S Away
              sdetweil @MMRIZE
              last edited by sdetweil Aug 29, 2022, 6:31 PM Aug 29, 2022, 6:26 PM

              @MMRIZE cannot be Alexa Skill

              sadly Amazon has implemented new certification processes that MM system cannot pass
              until certified all skill access is blocked

              https://forum.magicmirror.builders/topic/16069/alexa-implementations-now-more-difficult-and-some-features-will-stop-working

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              M 1 Reply Last reply Aug 29, 2022, 6:29 PM Reply Quote 0
              • M Offline
                MMRIZE @sdetweil
                last edited by MMRIZE Aug 29, 2022, 6:32 PM Aug 29, 2022, 6:29 PM

                @sdetweil Sad to hear it.
                But I think through IFTTT it might be possible (though not tested, but…)
                I mean, not Alexa implemented mirror, but use Alexa Echo to command a mirror (via IFTTT and webhook endpoint)

                S 1 Reply Last reply Aug 29, 2022, 6:33 PM Reply Quote 0
                • S Away
                  sdetweil @MMRIZE
                  last edited by Aug 29, 2022, 6:33 PM

                  @MMRIZE ah, and MMM-AlexaControl can do that locally (and already supports pages)

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 1
                  • E Offline
                    Egnos @MMRIZE
                    last edited by Aug 30, 2022, 1:09 PM

                    @MMRIZE said in Change page with MMM-Pages:

                    @Egnos
                    We might have many user-input methods for the mirror, but you need to have them already. What do you have? physical button? touchscreen? command from a smartphone? IR sensor? face detection from a webcam? Geo-fence detection? IFTTT event? noise detection? voice command without GA? Alexa skill? by email(yes, even it possible)…
                    What do you want? then we can discuss about it. :)

                    Hi @MMRIZE and thanks for your reply.
                    I wanted to understand which methods were possible to change the page using the notification method (excluding GA that I already use …).

                    I was interested in “MMM-GroveGesture” (Maybe combined with a PIR…) but I have seen that some have reliability problems. Have you ever tried it?
                    https://forum.magicmirror.builders/topic/6428/question-to-mmm-swipe-simon089-and-mmm-pages-and-mmm-page-indicator

                    @MMRIZE said in Change page with MMM-Pages:

                    @sdetweil Sad to hear it.
                    But I think through IFTTT it might be possible (though not tested, but…)
                    I mean, not Alexa implemented mirror, but use Alexa Echo to command a mirror (via >IFTTT and webhook endpoint)

                    This solution of using Alexa Echo might interest me: have you already done some tests?

                    Thanks very much for the valuable advice!

                    My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                    S M 2 Replies Last reply Aug 30, 2022, 1:13 PM Reply Quote 0
                    • S Away
                      sdetweil @Egnos
                      last edited by Aug 30, 2022, 1:13 PM

                      @Egnos said in Change page with MMM-Pages:

                      This solution of using Alexa Echo might interest me: have you already done some tests?

                      MMM-AlexaControl already provides support for MMM-Pages, using the notifications configuration options

                      next and back, and you can add actions to go to a specific pages (hard coded number)

                      AlexaControl creates fake/virtual wemo plugs, which can be turned on or off…
                      they cannot receive any data … so you can say ‘Turn on page 2’ which sends notification to pages to go to page two

                      but you cannot define a single switch that can go to any page based on voice…
                      (but it sounds like that to the user)…

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      E 1 Reply Last reply Aug 30, 2022, 2:15 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      1 / 3
                      • First post
                        6/25
                        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