@Jose1701
No… i ready have no idea
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-RTSPStream
{ module: "MMM-RTSPStream", disabled: false, //false, true position: "upper_third", // "middle_center" "upper_third" config: { autoStart: true, rotateStreams: false, rotateStreamTimeout: 20, moduleWidth: 820, moduleHeight: 420, localPlayer: "vlc", // "omxplayer" or "ffmpeg", or "vlc" remotePlayer: 'none', showSnapWhenPaused: false, remoteSnaps: false, stream1: { name: 'Stream 1', url: 'rtsp://****:*****@IP:554/Streaming/Channels/102/', protocol: "tcp", frameRate: 25, muted: true, }, stream2: { name: 'Stream 2', url: 'rtsp://****:****@IP:554/Streaming/Channels/202/', protocol: "tcp", frameRate: 25, muted: true, }, stream3: { name: 'Stream 3', url: 'rtsp://*****:*****@IP:554/Streaming/Channels/302/', protocol: "tcp", frameRate: 25, muted: true, }, stream4: { name: 'Stream 4', url: 'rtsp://*****:*****@IP:554/Streaming/Channels/1602/', protocol: "tcp", frameRate: 25, muted: true, }, stream5: { name: 'Stream 5', url: 'rtsp://admin:******@IP:554/Streaming/Channels/102/', protocol: "tcp", frameRate: 25, muted: true, }, }}},Works perfect
-
RE: REQUEST : SEMS PORTAL for Magic Mirror
check out this module
https://github.com/HugoTheStreamer/MMM-GoodWesdetweil edited to make link visible
-
RE: MMM-Formula1 no API and no race data
@Assassins
Goodmorning,
The day after the race.
The drivers points, and standings are working now. But the calander is not working, there is no next race visible now. -
RE: MMM-Formula1 no API and no race data
I understand that you can only see the results after the race.
But I have 2 modules on my mirror, 1 of the dates of the races, and 1 with the results of the race.
When will the dates show? -
MMM-Formula1 no API and no race data
Hello
i installed the module according to these instructions.
https://github.com/ianperrin/MMM-Formula1and it’s working for 2 years fine. But this year there is unfortunately no dates for races are shown.
-
RE: REQUEST : SEMS PORTAL for Magic Mirror
@nkc said in REQUEST : SEMS PORTAL for Magic Mirror:
@JerryP : Hi Jerry - Are you willing to share this code - Where can I find your code ?
Thank you.
-
RE: After update 2.23.0 crash
@sdetweil same error
pi@raspberrypi:~/MagicMirror $ rm -rf node_modules pi@raspberrypi:~/MagicMirror $ npm install npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /home/pi/MagicMirror/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2023-04-04T20_47_07_273Z-debug-0.log pi@raspberrypi:~/MagicMirror $ -
RE: After update 2.23.0 crash
pi@raspberrypi:~/MagicMirror $ ls CHANGELOG.md Collaboration.md core 'DISPLAY=:0' index.html jest.config.js jsconfig.json magicmirror@2.23.0 module-types.ts oud run-start.sh splashscreen th.json vendor clientonly config css fonts installers js LICENSE.md modules node_modules README.md serveronly tests translations pi@raspberrypi:~/MagicMirror $ npm install npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /home/pi/MagicMirror/node_modules/acorn npm ERR! dest /home/pi/MagicMirror/node_modules/.acorn-pnTZ3fig npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/home/pi/MagicMirror/node_modules/acorn' -> '/home/pi/MagicMirror/node_modules/.acorn-pnTZ3fig' npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2023-04-04T20_43_20_803Z-debug-0.log