Read the statement by Michael Teeuw here.
I can't get screencast to show up longer?
-
Not sure what the h… happened here.
My MMM-Screencast doesn’t show up in the Youtube app any longer.I did a reinstall with
git clone https://github.com/kevinatown/MMM-Screencast.git cd MMM-Screencast npm installConfig looks like this
{ module: "MMM-Screencast", position: "bottom_right", config: { castName: "Spejl", position: "bottomCenter", height: 600, width: 800, } },Just to be sure that I had the latest, but nothing shows up.
Is there a special trick for this?Looking in the logs, I did find something, but I don’t understand the meaning, except that it says it’s already listening?
0|MagicMir | [24.04.2021 17:30.32.266] [ERROR] Error [ERR_SERVER_ALREADY_LISTEN]: Listen method has been called more than once without clo sing. 0|MagicMir | at Server.listen (net.js:1386:11) 0|MagicMir | at DialServer.start (/home/pi/MagicMirror/modules/MMM-Screencast/DialServer.js:123:17) 0|MagicMir | at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-Screencast/node_helper.js:22:21) 0|MagicMir | at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:109:11) 0|MagicMir | at Socket.emit (events.js:210:5) 0|MagicMir | at /home/pi/MagicMirror/node_modules/socket.io/dist/socket.js:434:28 0|MagicMir | at processTicksAndRejections (internal/process/task_queues.js:75:11) { 0|MagicMir | code: 'ERR_SERVER_ALREADY_LISTEN' 0|MagicMir | }I looked a bit with
sudo netstat -tulpn | grep LISTEN
And without MagicMirror running it showstcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 490/sshd tcp6 0 0 :::22 :::* LISTEN 490/sshdwith MagicMirror it shows
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 490/sshd tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 5754/electron.js tcp6 0 0 :::22 :::* LISTEN 490/sshd tcp6 0 0 :::8569 :::* LISTEN 5754/electron.jsSo the port 8569, isn’t that screencast? If I uncomment the screencast config, it doesn’t show the port as opened…
So why doesn’t it show up in the app?
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