• 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-MotionEye - surveillance video stream on your mirror!

Scheduled Pinned Locked Moved Utilities
70 Posts 15 Posters 75.6k Views 15 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.
  • C Offline
    Cato Module Developer
    last edited by Cato Nov 29, 2016, 9:26 PM Nov 29, 2016, 8:24 PM

    ‘MMM-MotionEye’ is a module for displaying a camera stream from Motion Eye on your MagicMirror².
    (Motion Eye is a free surveillance software that is highly recommended!)

    Example

    Installation instructions:

    [card:CatoAntonsen/MMM-MotionEye]

    S 1 Reply Last reply Dec 12, 2016, 9:24 AM Reply Quote 2
    • S Offline
      shashank @Cato
      last edited by Dec 12, 2016, 9:24 AM

      @Cato Hi, i could not able to find the instructions to install MotionEye on raspberry Pi 3 jessie/pixel , could you please help me with instruction guide or any url reference which worked for you.

      Thanks
      Shashank

      1 Reply Last reply Reply Quote 0
      • C Offline
        chrisfoerg
        last edited by Dec 12, 2016, 12:36 PM

        https://github.com/ccrisan/motioneye

        S 1 Reply Last reply Dec 12, 2016, 2:47 PM Reply Quote 1
        • S Offline
          shashank @chrisfoerg
          last edited by Dec 12, 2016, 2:47 PM

          @chrisfoerg hi i tried installing successfully using below wiki url, i am able to view camera on motioneye software, on Magic Mirror camera is blank, i tried with both url and web hock

          https://github.com/ccrisan/motioneye/wiki/Install-On-Raspbian

          {
          module: ‘MMM-MotionEye’,
          position: ‘top_right’,
          config: {
          url: “http://192.168.1.6:8081/motioneye”,
          width: “400px”,
          autoHide: true,
          autoHideDelay: 60000,
          debug: false
          }
          },

          and also tried this

          {
          module: ‘MMM-MotionEye’,
          position: ‘top_left’,
          config: {
          url: “http://192.168.1.6:8081”,
          width: “400px”,
          autoHide: false,
          autoHideDelay: 60000,
          debug: false
          }
          },

          Thanks
          shashank

          1 Reply Last reply Reply Quote 0
          • C Offline
            chrisfoerg
            last edited by Dec 12, 2016, 2:55 PM

            I didn’t install it on my own, sorry. Did you try localhost?

            S 1 Reply Last reply Dec 12, 2016, 3:27 PM Reply Quote 0
            • S Offline
              shashank @chrisfoerg
              last edited by Dec 12, 2016, 3:27 PM

              @chrisfoerg , with localhost in chromium i can view the image, in MM it is blank with localhost instead of IP

              1 Reply Last reply Reply Quote 0
              • C Offline
                chrisfoerg
                last edited by Dec 12, 2016, 3:31 PM

                with debug: true, do you get any warnings?

                1 Reply Last reply Reply Quote 0
                • C Offline
                  Cato Module Developer
                  last edited by Dec 12, 2016, 8:33 PM

                  Have you installed Motion Eye on a different Raspberry Pi than the one you are running Magic Mirror on?

                  The motion trigger URL should not use same port as the video feed URL like it seems you have in your config. The last URL seems most correct. What happen when you open that in any browser?

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    Snille Module Developer
                    last edited by Jan 19, 2017, 10:19 AM

                    Hi, thank you for this module! :)

                    I’m currently trying to add my Bird Nest Camera(s) to my Mirror. But I can’t get the picture to show up.

                    Running MM v2.1.1 (development)
                    And Node.js v7.4.0

                    My in my config:

                    		{
                    			module: 'MMM-MotionEye',
                    			position: 'middle_center',
                    			classes: "default everyone",
                    			header: "Holk 1",
                    			config: {
                    				url: "http://10.0.0.136:8081",
                    				width: "640px",
                    				debug: true
                    			}
                    		},
                    

                    My mirror is on: 10.0.0.112
                    IP Whitelist is (although that should not matter in this case):

                    	ipWhitelist: [
                    		"127.0.0.1",
                    		"::ffff:127.0.0.1",
                    		"::1",
                    		"::ffff:10.0.0.1/120" 
                    	],
                    

                    The picture do show up if I “browse” to it in Midori on the local Consol:
                    0_1484820689021_MM.png
                    The pm2 log shows no errors:

                    ...
                    0|mm       | Connecting socket for: calendar
                    0|mm       | Starting node helper for: calendar
                    0|mm       | Connecting socket for: newsfeed
                    0|mm       | Starting module: newsfeed
                    0|mm       | Connecting socket for: email
                    0|mm       | email helper started ...
                    0|mm       | Connecting socket for: MMM-NetworkScanner
                    0|mm       | Starting module: MMM-NetworkScanner
                    0|mm       | Connecting socket for: MMM-MotionEye
                    0|mm       | Starting module: MMM-MotionEye
                    0|mm       | Connecting socket for: MMM-Remote-Control
                    0|mm       | Starting node helper for: MMM-Remote-Control
                    ...
                    

                    What Have I forgotten?

                    Thank you.

                    Best regards Snille

                    If you cant find it, make it and share it!
                    Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

                    C 1 Reply Last reply Jan 19, 2017, 1:27 PM Reply Quote 0
                    • C Offline
                      Cato Module Developer @Snille
                      last edited by Jan 19, 2017, 1:27 PM

                      @Snille Can you try another position (and maybe size): bottom_right / 400px

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