mykle1 / MMM-Lunartic

Up to the minute information about our Lunar partner, with a splash of EyeCandy, to boot!
MIT License
17 stars 11 forks source link

can someone help me getting black screen when starting my mirror #26

Open Frimagik opened 3 years ago

Frimagik commented 3 years ago

magicmirror@2.16.0 start /home/pi/MagicMirror electron js/electron.js

[23.08.2021 08:30.21.811] [LOG] Starting MagicMirror: v2.16.0 [23.08.2021 08:30.21.839] [LOG] Loading config ... [23.08.2021 08:30.21.857] [LOG] Loading module helpers ... [23.08.2021 08:30.21.863] [LOG] No helper found for module: alert. [23.08.2021 08:30.22.410] [LOG] Initializing new module helper ... [23.08.2021 08:30.22.413] [LOG] Module helper loaded: updatenotification [23.08.2021 08:30.22.416] [LOG] No helper found for module: clock. [23.08.2021 08:30.27.493] [LOG] Initializing new module helper ... [23.08.2021 08:30.27.495] [LOG] Module helper loaded: calendar [23.08.2021 08:30.27.499] [LOG] No helper found for module: compliments. [23.08.2021 08:30.27.502] [LOG] No helper found for module: weather. [23.08.2021 08:30.27.612] [LOG] Initializing new module helper ... [23.08.2021 08:30.27.613] [LOG] Module helper loaded: newsfeed [23.08.2021 08:30.27.617] [LOG] No helper found for module: MMM-APOD. [23.08.2021 08:30.27.639] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'request' Require stack:

rabbit83ka commented 3 years ago

Have a look in the MagicMirror Forum You have to install "request" manually.

KristjanESPERANTO commented 1 year ago

@rabbit83ka is right. You need to go to the modules folder and run npm install request or npm install.