Read the statement by Michael Teeuw here.
No authorization at command input
-
@Tavros show the message again
-
@sdetweil
pi@raspberrypi:-/MagicMirror S config/config.js bash: config/config.js: Keine Berechtigungpi@raspberrypi:~/MagicMirror $ config/ bash: config/: Ist ein Verzeichnis
pi@raspberrypi:~/MagicMirror config.js
bash: config.js: Kommando nicht gefunden.
pi@raspberrypi:~/MagicMirror $ npm run config: check
magicmirror@2.19.0 config:check > node js/check_config.js
[04.04.2022 21:58.25.956] [INFO] Checking file /home/pi/MagicMirror/config/config.js
[04.04.2022 21:58.26.243] [INFO] Your configuration file doesn’t contain syntax errors :) pi@raspberrypi:~/MagicMirror $
-
@Tavros you don’t EXECUTE config.js, it is USED by magic mirror
npm start
you can edit it, just a text file
nano config.js
-
@sdetweil okaaayy i’m a beginner. I’ll try it tomorrow then. Thanks!
-
@sdetweil as works, thank you!