Read the statement by Michael Teeuw here.
Blackscreen
-
Hello people I have the following problem as one can recognize. It was suddenly there. What can I do?
pi@magicmirror:~/MagicMirror $ node serveronly Starting MagicMirror: v2.1.2 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification Initializing new module helper ... Module helper loaded: MMM-Remote-Control Initializing new module helper ... Module helper loaded: MMM-WatchDog Initializing new module helper ... Module helper loaded: MMM-SystemStats No helper found for module: clock. No helper found for module: MMM-Scrobbler. Initializing new module helper ... Module helper loaded: calendar Initializing new module helper ... Module helper loaded: MMM-FRITZ-Box-Callmonitor No helper found for module: MMM-Callmonitor-Current-Call. Initializing new module helper ... Module helper loaded: MMM-NetworkScanner Initializing new module helper ... Module helper loaded: MMM-WunderGround Initializing new module helper ... Module helper loaded: MMM-DWD-WarnWeather Initializing new module helper ... Module helper loaded: MMM-teamspeak3 No helper found for module: MMM-doomsDay. No helper found for module: compliments. Initializing new module helper ... Module helper loaded: MMM-Fuel Initializing new module helper ... Module helper loaded: MMM-Volumio Initializing new module helper ... Module helper loaded: newsfeed No helper found for module: MMM-AlarmClock. Initializing new module helper ... Module helper loaded: MMM-MyCommute All module helpers loaded. Starting server on port 8080 ... Server started ... Connecting socket for: updatenotification Connecting socket for: MMM-Remote-Control Starting node helper for: MMM-Remote-Control Connecting socket for: MMM-WatchDog Starting module helper: MMM-WatchDog Connecting socket for: MMM-SystemStats Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: MMM-FRITZ-Box-Callmonitor Starting module: MMM-FRITZ-Box-Callmonitor Connecting socket for: MMM-NetworkScanner Starting module: MMM-NetworkScanner Connecting socket for: MMM-WunderGround MMM-WunderGround helper started ... Connecting socket for: MMM-DWD-WarnWeather MMM-DWD-WarnWeather helper started... Connecting socket for: MMM-teamspeak3 Connecting socket for: MMM-Fuel Starting module helper: MMM-Fuel Connecting socket for: MMM-Volumio --- MMM-Volumio: Node Helper Start Connecting socket for: newsfeed Starting module: newsfeed Connecting socket for: MMM-MyCommute ====================== Starting node_helper for module [MMM-MyCommute] Sockets connected & modules started ... Ready to go! Please point your browser to: http://localhost:8080 ERROR! Could not find main module js file.
-
> magicmirror@2.1.2 start /home/pi/MagicMirror > sh run-start.sh Starting MagicMirror: v2.1.2 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification Initializing new module helper ... Module helper loaded: MMM-Remote-Control Initializing new module helper ... Module helper loaded: MMM-WatchDog Initializing new module helper ... Module helper loaded: MMM-SystemStats No helper found for module: clock. No helper found for module: MMM-Scrobbler. Initializing new module helper ... Module helper loaded: calendar Initializing new module helper ... Module helper loaded: MMM-FRITZ-Box-Callmonitor No helper found for module: MMM-Callmonitor-Current-Call. Initializing new module helper ... Module helper loaded: MMM-NetworkScanner Initializing new module helper ... Module helper loaded: MMM-WunderGround Initializing new module helper ... Module helper loaded: MMM-DWD-WarnWeather Initializing new module helper ... Module helper loaded: MMM-teamspeak3 No helper found for module: MMM-doomsDay. No helper found for module: compliments. Initializing new module helper ... Module helper loaded: MMM-Fuel Initializing new module helper ... Module helper loaded: MMM-Volumio Initializing new module helper ... Module helper loaded: newsfeed No helper found for module: MMM-AlarmClock. Initializing new module helper ... Module helper loaded: MMM-MyCommute All module helpers loaded. Starting server on port 8080 ... Server started ... Connecting socket for: updatenotification Connecting socket for: MMM-Remote-Control Starting node helper for: MMM-Remote-Control Connecting socket for: MMM-WatchDog Starting module helper: MMM-WatchDog Connecting socket for: MMM-SystemStats Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: MMM-FRITZ-Box-Callmonitor Starting module: MMM-FRITZ-Box-Callmonitor Connecting socket for: MMM-NetworkScanner Starting module: MMM-NetworkScanner Connecting socket for: MMM-WunderGround MMM-WunderGround helper started ... Connecting socket for: MMM-DWD-WarnWeather MMM-DWD-WarnWeather helper started... Connecting socket for: MMM-teamspeak3 Connecting socket for: MMM-Fuel Starting module helper: MMM-Fuel Connecting socket for: MMM-Volumio --- MMM-Volumio: Node Helper Start Connecting socket for: newsfeed Starting module: newsfeed Connecting socket for: MMM-MyCommute ====================== Starting node_helper for module [MMM-MyCommute] Sockets connected & modules started ... Launching application. Access denied to IP address: 192.168.178.31 MMM-NetworkScanner received SCAN_NETWORK MMM-NetworkScanner is performing arp-scan Whoops! There was an uncaught exception... MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues MMM-NetworkScanner received SCAN_NETWORK MMM-NetworkScanner is performing arp-scan Whoops! There was an uncaught exception... MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues MMM-NetworkScanner received SCAN_NETWORK MMM-NetworkScanner is performing arp-scan Whoops! There was an uncaught exception... MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
-
The only error I see is that MagicMirror can’t find the
module.js
file. This file is normally in theMagicMirror/js/
directory. Verify that the file is actually there. If it’s not (I have not clue how it might have been deleted) maybe try runninggit pull
from theMagicMirror
root directory to see see if it refreshes the file. You can also trygit checkout js/module.js
your
MagicMirror/js/
directory should contain all the files you see here:
https://github.com/MichMich/MagicMirror/tree/master/jsI hope this helps.
-
i have the mm2 new installed and the problem…
Access denied to IP address: 192.168.178.58
The Monitor is Black after starting
-
@DocVooDoo then you should check your whitelist setting
-
the IP 192.168.178.58 ist from the Mirror RPi…
-
i have completly new installed Raspbian and MagicMirror. The Modules are also reinstalled. The Problem with the IP is gone. Why ever…