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-Buttons problem - Help please?

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 2 Posters 1.1k Views 1 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.
    • BKeyportB Offline
      BKeyport Module Developer
      last edited by

      I’m having an issue with MMM-Buttons.

      Connecting a button like the image attached, and using the config attached, no matter how I press a button, I get the long press effect… can someone help me figure out what’s wrong?

      Thanks!

      button config

      {
      			module: 'MMM-Buttons',
      			config: {
      				minShortPressTime: 0,
      				maxShortPressTime: 1000,
      				minLongPressTime: 1500,
      				bounceTimeout: 1000,
      				buttons: [
      					{
      					pin: 18,
      					name: "test",
      					longPress: {
      						notification: "SHOW_ALERT",
      						title: "title",
      						message: "Long Press",
      					},
      					shortPress: undefined, 
      				},
      				]
      			},
      		}, 
      

      The "E" in "Javascript" stands for "Easy"

      1 Reply Last reply Reply Quote 0
      • A Offline
        AxLed Module Developer
        last edited by

        @BKeyport
        Your config looks wrong, to much commas here in there. Try standard config of MMM-Buttons (Readme) and just change pin.

        If you watch MM in your browser, hit F12 then you should see, if a button press was send.

        AxLED

        1 Reply Last reply Reply Quote 0
        • BKeyportB Offline
          BKeyport Module Developer
          last edited by

          I’m aware there’s too many commas by ‘traditional thinking’ - but I kept getting config errors without it.

          This was the default config, modified for testing.

          The "E" in "Javascript" stands for "Easy"

          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