@sdetweil said in MagicMirror problem:
Let’s try this
Change your config.jsaddress:”0.0.0.0”,
ipWhitelist:[],
Thennpm run server
Instead of npm startThen use another system, phone to connect to that pi
Thanks for your suggestion. I got it.
@sdetweil said in MagicMirror problem:
Let’s try this
Change your config.jsaddress:”0.0.0.0”,
ipWhitelist:[],
Thennpm run server
Instead of npm startThen use another system, phone to connect to that pi
Thanks for your suggestion. I got it.
@sdetweil said in MagicMirror problem:
this sounds like an sd card failure.
How long ago did you build this setup?
3A is a very old setup
I built this setup a week ago
Hello,
I’m having trouble starting my magic mirror. When I power it on, the screen goes white, then turns black and stays that way. I also encounter these two errors when I run the “npm start” command:
[1781:0729/182107.882259:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.StartServiceByName: object_path=/org/freedesktop/DBus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[2024-07-29 18:21:40.316] [LOG] Launching application.
[1781:0729/182305.510139:ERROR:network_service_instance_impl.cc(600)] Network service crashed, restarting service.
I’ve tried everything but still can’t find a solution. Can anyone help me? I’m running it on a Raspberry Pi 3A+ with 64-bit Pi OS. Thanks in advance!
Hello, I think you can use the useVLC in embedded mode
In recent forks of MMM-RTSPStream, VLC can be embedded into the browser view with an iframe or HTML5 video tag, which respects DOM positioning. Check the fork you’re using. If it’s still spawning standalone VLC, look for configuration like:
localPlayer: ‘ffmpeg’ // instead of ‘vlc’
Some forks added ffmpeg or jsmpeg options to push the stream into a element.