MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. istepgueu
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 1
    • Topics 4
    • Posts 35
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: iOS app icon for MMM-Remote-Control

      Hi ! @leadfarmer

      1 - Navigate in terminal to /home/pi/MagicMirror/modules/MMM-Remote-Control

      2 - wget https://raw.githubusercontent.com/istepgueu/MMM-door-sensor/master/img/mm.png

      3 - nano /home/pi/MagicMirror/modules/MMM-Remote-Control/remote.html

      4 - Add 0_1486648000444_Capture d’écran 2017-02-09 à 14.46.22.png on line 12
      (sorry but forum can take my code. @administrators )

      ps : Change N°2 wget by another image on web if you want and change N°4 with the same name.

      alt text

      Voilà :-)

      posted in Troubleshooting
      istepgueuI
      istepgueu
    • RE: [MMM-Buttons] Connect multiple buttons to send configurable notifications

      @Mar i have same problem. I run my little script button.py before start MM and its solve the problem

      posted in System
      istepgueuI
      istepgueu
    • RE: [MMM-Buttons] Connect multiple buttons to send configurable notifications

      @Mar all is here https://forum.magicmirror.builders/topic/211/button

      ;-)

      posted in System
      istepgueuI
      istepgueu
    • RE: [MMM-Buttons] Not recognizing button presses

      @Mar
      Sorry but I have no idea … Maybe @Jopyth the creator of the module could help you?

      posted in Troubleshooting
      istepgueuI
      istepgueu
    • RE: [MMM-Buttons] Not recognizing button presses

      @Mar
      It is completely strange this story. Have you ever managed to have alerts other than the module buttons on the HDMI?

      posted in Troubleshooting
      istepgueuI
      istepgueu
    • RE: [MMM-Buttons] Not recognizing button presses

      @Mar Can you test this :

      1 - Reboot your Pi
      2 - If your mirror start automatically, stop it with “pm2 stop mm”
      3 - Execute the button.py script (adapt to GPIO5)
      4 - Start MM with “pm2 start mm”
      5 - Test if it’s working.

      posted in Troubleshooting
      istepgueuI
      istepgueu
    • RE: [MMM-Buttons] Not recognizing button presses

      @Mar Ok
      1 - Your button is connected on PIN N°29 = GPIO 5 ?
      2 - Which type of button do you have ? It’s a Push button (Button that returns alone) or a button who stay ?

      Sorry for my english… i’m French :-)

      posted in Troubleshooting
      istepgueuI
      istepgueu
    • RE: [MMM-Buttons] Not recognizing button presses

      @Mar I suppose you have try

      pm2 restart mm
      
      posted in Troubleshooting
      istepgueuI
      istepgueu
    • RE: [MMM-Buttons] Not recognizing button presses

      @Mar you can you test with this code and capture log from firebug

      {
                      pin: 5,
                      name: "power",
                      longPress: {
                          title: "Power off",
                          message: "Keep pressed for 3 seconds to shut down",
                          imageFA: "power-off",
                          notification: "REMOTE_ACTION",
                          payload: {action: "SHUTDOWN"}
                      },
                      shortPress: undefined
                  }
      
      posted in Troubleshooting
      istepgueuI
      istepgueu
    • RE: [MMM-Buttons] Not recognizing button presses

      @Jopyth Yes of course !

      posted in Troubleshooting
      istepgueuI
      istepgueu
    • 1
    • 2
    • 3
    • 4
    • 2 / 4