You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -390,7 +390,7 @@ Please note that this project is released with a [Contributor Code of Conduct](C
390
390
2. Start MagicMirror demo (already configured to use the test stream):
391
391
392
392
```bash
393
-
npm run demo
393
+
node --run demo
394
394
```
395
395
396
396
The demo config uses WebRTC with the local test stream. You can switch between `localPlayer: "vlc"`, `"mplayer"`, or `"webrtc"` to test different playback methods.
0 commit comments