Read the statement by Michael Teeuw here.
"Npm start" doesn't work
-
hi again,
when I copy
cp config/config.js.sample config/config.js
it just does nothingwhy is this
-
@Mahieedaboss u are in the MagicMirror folder, right?
see step 3
-
So I tried npm start and it appears I have the config file but now I have more problems
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js
[2020-04-09 17:08:55.739] [LOG] Starting MagicMirror: v2.11.0
[2020-04-09 17:08:55.742] [LOG] Loading config …
[2020-04-09 17:08:55.746] [LOG] Loading module helpers …
[2020-04-09 17:08:55.747] [LOG] No helper found for module: alert.
[2020-04-09 17:08:55.764] [LOG] Initializing new module helper …
[2020-04-09 17:08:55.765] [LOG] Module helper loaded: updatenotification
[2020-04-09 17:08:55.765] [LOG] No helper found for module: clock.
[2020-04-09 17:08:55.947] [LOG] Initializing new module helper …
[2020-04-09 17:08:55.948] [LOG] Module helper loaded: calendar
[2020-04-09 17:08:55.948] [LOG] No helper found for module: compliments.
[2020-04-09 17:08:55.948] [LOG] No helper found for module: currentweather.
[2020-04-09 17:08:55.948] [LOG] No helper found for module: weatherforecast.
[2020-04-09 17:08:55.961] [LOG] Initializing new module helper …
[2020-04-09 17:08:55.961] [LOG] Module helper loaded: newsfeed
[2020-04-09 17:08:55.961] [LOG] All module helpers loaded.
[2020-04-09 17:08:56.018] [LOG] Starting server on port 8080 …
[2020-04-09 17:08:56.028] [LOG] Server started …
[2020-04-09 17:08:56.029] [LOG] Connecting socket for: updatenotification
[2020-04-09 17:08:56.029] [LOG] Connecting socket for: calendar
[2020-04-09 17:08:56.030] [LOG] Starting node helper for: calendar
[2020-04-09 17:08:56.030] [LOG] Connecting socket for: newsfeed
[2020-04-09 17:08:56.030] [LOG] Starting module: newsfeed
[2020-04-09 17:08:56.030] [LOG] Sockets connected & modules started …
[2020-04-09 17:08:56.100] [LOG] Launching application.When it loads now, I still have the black screen with cursor
What am I not doing???
-
@Mahieedaboss don’t see any problem there…
what pi is this?
-
So I have the config files but I still only see a black screen and a cursor??
-
@Mahieedaboss i asked, what pi is this?
-
I went through all the manual steps again but the problem with the no text just courser problem is still there!!! NOte: The command starting with
cp
when copied and pasted and run did nothing
-
@Mahieedaboss need more info… what pi is this please
-
@Mahieedaboss said in "Npm start" doesn't work:
when copied and pasted and run did nothing
it does not display any output, it just copies (cp) one file to another
-
@Mahieedaboss as you don’t have much experience at the linux terminal window, I suggest you run my automated install script…
do
cd ~ rm -rf MagicMirror bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"