MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-MotionEye - surveillance video stream on your mirror!

    Utilities
    14
    68
    47206
    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.
    • Cato
      Cato Module Developer last edited by Cato

      ‘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:

      My mirror: Blog
      My modules: MMM-MotionEye | MMM-YrMeteogram | MMM-Ruter | MMM-SpotifyConnectUI

      S 1 Reply Last reply Reply Quote 2
      • S
        shashank @Cato last edited by

        @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
          chrisfoerg last edited by

          https://github.com/ccrisan/motioneye

          S 1 Reply Last reply Reply Quote 1
          • S
            shashank @chrisfoerg last edited by

            @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
              chrisfoerg last edited by

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

              S 1 Reply Last reply Reply Quote 0
              • S
                shashank @chrisfoerg last edited by

                @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
                  chrisfoerg last edited by

                  with debug: true, do you get any warnings?

                  1 Reply Last reply Reply Quote 0
                  • Cato
                    Cato Module Developer last edited by

                    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?

                    My mirror: Blog
                    My modules: MMM-MotionEye | MMM-YrMeteogram | MMM-Ruter | MMM-SpotifyConnectUI

                    1 Reply Last reply Reply Quote 0
                    • Snille
                      Snille Module Developer last edited by

                      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

                      Cato 1 Reply Last reply Reply Quote 0
                      • Cato
                        Cato Module Developer @Snille last edited by

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

                        My mirror: Blog
                        My modules: MMM-MotionEye | MMM-YrMeteogram | MMM-Ruter | MMM-SpotifyConnectUI

                        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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy