Read the statement by Michael Teeuw here.
MMM-MotionEye - surveillance video stream on your mirror!
-
@chrisfoerg , with localhost in chromium i can view the image, in MM it is blank with localhost instead of IP
-
with debug: true, do you get any warnings?
-
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?
-
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.0My 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:

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
-
@Snille Can you try another position (and maybe size): bottom_right / 400px
-
@Cato Nope, same thing. The header shows up, but no picture…
-
@Snille I don’t remember if “motion jpeg” is enabled by default in Motion Eye. Can you check your settings in Motion Eye? I’m at work now and have no change to check myself…
(Maybe it has another name)
-
@Cato There is not a specific “mjpeg” option as I can find. However on the “?” on the “Streaming URL” it says: “A URL that provides MJPEG stream of the camera” and that’s the URL I used…
-
@Snille Ok found the bug - update to 1.1.0 as instructed in
README.mdin GitHub. -
Hi again, It would be cool to be able to hide the camera manually… For example visit another link… Say http://MagicMirror:8080/motioneye/1/hide
Right? :) -
Fixed. Just sent you a PR. :)
Check it, I’m fairly new to Node.js so it may not be the best solution. :) -
Hi @Snille
before i made a MM2, i started with a motion cam. It’s running now roundabout a half year outside from 30 ° to -20 ° C.
I tried to insert my IP and port, but it don’t’ run.
Any proposal to try a forensic research where to find the shitty error?
-
@Snille Had some comments. Fix those and I’ll merge it :)
-
@lolobyte First question: What motion software do you use?
-
@Cato Great! Thanks for fixing my mistakes. :)
-
Hi, that’s the info of help.
Downloaded from
https://www.dropbox.com/s/xdfcxm5hu71s97d/motion-mmal.tar.gzpi@raspi3-MM2:~ $ motion -h
motion Version mmaltest, Copyright 2000-2005 Jeroen Vreeken/Folkert van Heusden/Kenneth Lavrsenusage: motion [options]
Possible options:
-n Run in non-daemon mode.
-s Run in setup mode.
-c config Full path and filename of config file.
-d level Log level (1-9) (EMR, ALR, CRT, ERR, WRN, NTC, ERR, DBG, ALL). default: 6 / NTC.
-k type Type of log (COR, STR, ENC, NET, DBL, EVT, TRK, VID, ALL). default: ALL.
-p process_id_file Full path and filename of process id file (pid file).
-l log file Full path and filename of log file.
-m Disable motion detection at startup.
-h Show this screen.Motion is configured using a config file only. If none is supplied,
it will read motion.conf from current directory, ~/.motion or /etc. -
@lolobyte You will have to install motionEyeOS or motionEye to use this module. Please read pre-requisites.
-
@Cato
Thank you for your answer.I just tried MotionEyeOS before i went to Motion.
In my eyes it wasn’t configurable with my desired functionality.I just hoped there is a possibility to implement foreign streams.
-
@lolobyte As long as the software can provide a “motion jpeg”-stream, it can be supported.
Basically, you can test it your selv by making a local .html-file with
<img src="xxxxx" /> -
For some reason i just get a “broken” picture icon, and if i try to open http://MotionEyeIP/motioneye/1 the site just says:
{"error": "not found"}I have disable the password for the ‘Surveillance Username’ so no login is required.
I know the cam is available and motioneyos is working as normal. If i open http://192.168.1.200:8080/picture/1/current/ in my browser i can see the last snapshot, but not doing me any good…
Any suggestion?
{ module: 'MMM-MotionEye', position: 'bottom_right', config: { url: "http://192.168.1.200:8080/motioneye/1", debug: false } },
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login