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-voice ugly hdmi banner

    Scheduled Pinned Locked Moved Feature Requests
    42 Posts 3 Posters 18.6k Views 3 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
      last edited by

      also just noticed that the execute bit is not set on the script… SO

      cd modules/MMM-SleepWake
      chmod +x external_motion

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      D 1 Reply Last reply Reply Quote 0
      • D Offline
        dazza120 @sdetweil
        last edited by

        @sdetweil so is it just this part i need to put on_event_start /home/pi/MagicMirror/modules/MMM-SleepWake/external_motion started

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @dazza120
          last edited by

          @dazza120 correct… and right below it the same with ended as the parm for the motion ended notice

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          D 1 Reply Last reply Reply Quote 0
          • D Offline
            dazza120 @sdetweil
            last edited by

            @sdetweil im leaving it with the ; in the command line?

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @dazza120
              last edited by

              @dazza120 the example doesn’t have ;

              on_event_start /home/{userid}/MagicMirror/modules/MMM-SleepWake/external_motion started

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              D 1 Reply Last reply Reply Quote 0
              • D Offline
                dazza120 @sdetweil
                last edited by

                @sdetweil no it this is what its like i hope this is correct?

                # Command to be executed when an event starts. (default: none)
                # An event starts at first motion detected after a period of no motion defined $
                ; on_event_start /home/pi/MagicMirror/modules/MMM-SleepWake/external_motion sta$
                
                # Command to be executed when an event ends after a period of no motion
                # (default: none). The period of no motion is defined by option event_gap.
                ; on_event_end value /home/pi/MagicMirror/modules/MMM-SleepWake/external_motion$
                
                
                
                1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil
                  last edited by sdetweil

                  ok, that ; is a comment in the motion conf file, just like #… have to remove it

                  note that the on event end has an extra token there that neds to be removed
                  on_event_end value

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  D 1 Reply Last reply Reply Quote 0
                  • D Offline
                    dazza120 @sdetweil
                    last edited by

                    @sdetweil yes it is do i have to remove the # aswell?

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @dazza120
                      last edited by

                      @dazza120 no, there is no # on those two lines

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      D 1 Reply Last reply Reply Quote 0
                      • D Offline
                        dazza120 @sdetweil
                        last edited by

                        @sdetweil no on the two lines above it

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 4 / 5
                        • 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