I can confirm that for some reason my MagicMirror turns on by itself at 5:45am and turns off at 4pm everyday.
Read the statement by Michael Teeuw here.
Latest posts made by xblackdemonx
-
RE: Screen turning off/on at a certain time(I think?)
-
Screen turning off/on at a certain time(I think?)
So my MagicMirror seems to stop sending signal to the HDMI port sometimes(I think it’s at the same time everyday but i’m still trying to figure it out.) Also it seems to affect when the screen will turn on because sometimes in the morning the screen would have turned from black to actual MagicMirror display.
It’s like if at a certain point it stops sending HDMI signal. Even if I connect remotely via VNC I can see my MagicMirror but even if I move the mouse around, the display doesn’t come back on the mirror itself.
Also on my mirror If I press the screen’s on/off button I will see in the corner Analog/Digital (like if it’s trying to find a signal) and then the screen goes blank again.I tried to install xscreensaver and disable it, it doesn’t work.
I did Go to LXDE-autostart config:sudo nano /etc/xdg/lxsession/LXDE/autostart
add the following lines:
@xset s noblank
@xset s off
@xset -dpmsI’m not sure where to check next. Can someone please help me?
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@Niggich Nothing special. Maybe reboot your cameras?
module: 'MMM-RTSPStream', position: 'bottom_bar', config: { autoStart: true, rotateStreams: false, rotateStreamTimeout: 10, showSnapWhenPaused: false, moduleWidth: 354, moduleHeight: 240, stream1: { name: 'Salon', url: 'rtsp://192.168.1.2:554/unicast', snapshotUrl: '', snapshotRefresh: 10, // Seconds frameRate: "15", port: 9999, } } },
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@Niggich Not for me. I see maybe a 1/2 second delay only.
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
@Niggich Then why do you insist on using omxplayer then?
-
RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras
I don’t understand, I downloaded the module, i’ve added this to my config.js file and I only see the square box where it’s supposed to show the feeed but it doesn’t show anything. The box is blank. If I put the same URL(rtsp://192.168.1.2:554/unicast/) in VLC on my magic mirror it works fine.
My MagicMirror is setup using Debian Jessie and I autostart MagicMirror via PM2. The camera I use is the XiaoMi XiaoFang Smart IP Security Home Camera running fang-hacks Please help.{
module: ‘MMM-RTSPStream’,
position: ‘bottom_center’,
config: {
autoStart: true,
rotateStreams: false,
rotateStreamTimeout: 10,
showSnapWhenPaused: false,
moduleWidth: 704,
moduleHeight: 240,
stream1: {
name: ‘salon’,
url: ‘rtsp://192.168.1.2:554/unicast/’,
snapshotUrl: ‘’,
snapshotRefresh: 10, // Seconds
frameRate: “30”,
port: 9999,
width: “320”,
height: “240”,
},