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-Carousel customizing (anyone available to help?)

    Scheduled Pinned Locked Moved Unsolved Requests
    11 Posts 4 Posters 3.8k Views 4 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.
    • cowboysdudeC Offline
      cowboysdude Module Developer @mirror.master
      last edited by

      @mirror-master said in MMM-Carousel customizing (anyone available to help?):

      http://magicmirrorIP:r

      Here’s a really good read by @Sean … :)

      https://forum.magicmirror.builders/topic/4434/how-do-notifications-work

      M 1 Reply Last reply Reply Quote 0
      • M Offline
        mirror.master @cowboysdude
        last edited by mirror.master

        @cowboysdude a great read! I understand how the notifications work as of the day when i posted. (Took me forever lol) Now im trying to trigger the music player with the same technique. I plan on posting the app i put together to control most of my mirror. Thank you

        Mykle1M 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @mirror.master
          last edited by Mykle1

          @mirror-master

          In its simplest form, you can trigger your player with the reception of the notification within your module:

          notificationReceived: function(notification, payload) {
                  if (notification === 'SLIDE_INCREMENT') {
                      this.trigger.your.player();
                  }
          

          Create a working config
          How to add modules

          M 1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User
            last edited by

            I made MMM-NotificationTrigger for that purpose.
            https://github.com/eouia/MMM-NotificationTrigger

            M 1 Reply Last reply Reply Quote 0
            • M Offline
              mirror.master @Guest
              last edited by

              @sean i know broski! im not as advanced as you guys. Honestly just needed a way to move stuff. I could never get the hang of notification trigger module in full.

              1 Reply Last reply Reply Quote 0
              • M Offline
                mirror.master @Mykle1
                last edited by

                @mykle1 yes sir, i have some stuff i found in the code that triggers the mm-music-player. Gotta test it later.

                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