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.

    Combining MMM-GroveGestures and MMM-Page-Selector

    Scheduled Pinned Locked Moved Solved Troubleshooting
    7 Posts 2 Posters 616 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.
    • S Offline
      sdetweil @ChanceTime
      last edited by sdetweil

      @ChanceTime said in Combining MMM-GroveGestures and MMM-Page-Selector:

      this.SendNotification

      MagicMirror is case sensitive
      this.sendNotfication, is not the same as this.SendNotification

      I do not know if ‘this’ is set at the time of use in config.js

      but you do not need any code, there is configuration for
      what notification to send and what data(payload) goes with it , and you are using those

      "BACKWARD": {
      notificationExec: {
      notification: "PAGE_SELECT",
      payload: "work",
      },
      }
      

      I would install MMM-ViewNotifications to see if the notifications are being sent

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 3 Replies Last reply Reply Quote 0
      • C Offline
        ChanceTime @sdetweil
        last edited by

        @sdetweil ah!! Thanks so much for this - I’ll give it a shot when I get home this evening and report back. :)

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

          @sdetweil so I tested with MMM-ViewNotifications! I am seeing MMM-GroveGestures GESTURE_DETECTED get registered, but nothing from inside of the movement (FORWARD, BACKWARD) from the MMM-GroveGestures section despite the correct movements being shown on the screen. Any ideas?

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

            @sdetweil nevermind - I fixed it thanks to your suggestion to use the second module! Found where GESTURE_DETECTED was coming from in MMM-GroveGestures.js and edited my notifications in there. I really appreciate your support!

            S 2 Replies Last reply Reply Quote 0
            • S Offline
              sdetweil @ChanceTime
              last edited by

              @ChanceTime awesome!!!

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • S sdetweil has marked this topic as solved on
              • S Offline
                sdetweil @ChanceTime
                last edited by

                @ChanceTime you edited in config.js, right?

                never edit the module source

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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