@Wedee Thank you for your reply.
Do you mind sharing your main.css and custom.css with us? It looks too damn good ;)
Read the statement by Michael Teeuw here.
Latest posts made by emos
-
RE: Family Info Board
-
RE: Family Info Board
Very clean.
Can i ask, how did you manage to create horizontal lines for all the modules?
Thanks
-
RE: MMM-MotionEye - surveillance video stream on your mirror!
the right one is local, correct
-
RE: MMM-MotionEye - surveillance video stream on your mirror!
can i use rtsp for another MotionEye cam? Does it even have rtsp? :o
-
RE: MMM-MotionEye - surveillance video stream on your mirror!
Only thing thats not identical is under
video streaming > Useful URLs
.
As you can see that under camID 2
(left one) is that streaming URL are missing… don’t know if this is a deal breaker or how to change it… :/
-
RE: MMM-MotionEye - surveillance video stream on your mirror!
@Snille
Camera is added to MotionEye
UnderMotionEyeOS Settings>Video Device>Camera ID
the ID is 1 and 2 :/ -
RE: MMM-MotionEye - surveillance video stream on your mirror!
@Snille
My second camera is a remote camera, not a local one on my LAN.
Also http://MagicMirror:8080/motioneye/1 and http://MagicMirror:8080/motioneye/2 is the same livestream. changing from motioneye/1 to motioneye/2 does nothing. -
RE: MMM-MotionEye - surveillance video stream on your mirror!
reinstalled motioneye on my other r.pi and now im able to view a stream from
http://MotionEyeOS:8081
, but only from cam 1.
Withhttp://MotionEyeOS:8081/motioneye/2
i still just get cam 1. Get the feeling im not understanding something.{ module: 'MMM-MotionEye', position: 'lower_third', config: { url: "http://192.168.1.200:8081/motioneye/2", autoHide: false, debug: false } },
-
RE: MMM-MotionEye - surveillance video stream on your mirror!
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 } },
-
RE: sample config and clock
one more question regarding the last ‘,’
Does the same rule apply with the ‘[’ and ‘]’?
{ module: 'compliments', position: 'lower_third', config: { compliments: { day_sunny: [ 'Today is a sunny day', 'It\'s a beautiful day', ], snow: [ 'Snowball battle!', ], rain: [ 'Don\'t forget your umbrella' ] } } },
Or does each square bracket count as individual values. So if there’s only one you don’t need to close it?