• 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.

MMM-Buttons problem - Help please?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
3 Posts 2 Posters 1.2k 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.
  • B Offline
    BKeyport Module Developer
    last edited by Feb 4, 2019, 6:45 AM

    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 Feb 4, 2019, 9:56 PM

      @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
      • B Offline
        BKeyport Module Developer
        last edited by Feb 5, 2019, 4:45 AM

        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
        1 / 1
        • First post
          1/3
          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