Read the statement by Michael Teeuw here.
Black Screen after Launching application.
- 
 When i start the console 
 With npm start dev following errors are found
 Uncaught reference error: moment is not defined
 At Class.getDom (clock.js:77)
 At updateDom (main.js:99)
 at Object.updateDom (main.js:470)
 at Class.updateDom (module.js:291)
 at clock.js:45Need help I am stuck 
 Thanks
- 
 @dhirajv12 
 For the black screen proble, I even did the git pull to update
 git pull https://github.com/MichMich/MagicMirror
 From https://github.com/MichMich/MagicMirror- branch            HEAD       -> FETCH_HEAD
 Already up-to-date.
 Now where is the issue??? Stuck please help 
- branch            HEAD       -> FETCH_HEAD
- 
 @dhirajv12 Let’s double-check some things. Please enter the following. cd ~/MagicMirror rm -rf modules/aiclient git pull npm install cp config/config.js.sample config/config.js npm startWith luck, that should at the very least get you a basic interface with the calendar, clock, compliments and newsfeed. @dhirajv12 said in Black Screen after Launching application.: In the terminal it says 
 No helper found for module: clock
 no helper found for module: complementsThis is normal. The system is checking for a node_helper.jsfile for every module. Those modules do not have one, so it is reported as such during the startup process.

