MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Black screen + access Denied trough web

    Scheduled Pinned Locked Moved Troubleshooting
    11 Posts 4 Posters 5.6k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • brobergB Offline
      broberg Project Sponsor @reddevel75
      last edited by

      @reddevel75

      could you please try this config?

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */
      
      var config = {
      	port: 8080,
      	ipWhitelist: [], // Set [] to allow all IP addresses.
      
      	language: "en",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: "compliments",
      			position: "lower_third"
      		}
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      

      But it seems you have other issues, it tries to load a module that doesn’t exist (alarm module).

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @reddevel75
        last edited by

        @reddevel75

        What module are your programming? Do you mean you are trying to add a module to the default config. I just loaded your config from above, adding my API key, and it works correctly. Can you explain a little better what you are trying to do, please?

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @broberg
          last edited by

          @broberg said in Black screen + access Denied trough web:

          could you please try this config?

          Ah, you beat me! :thumbsup:

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • R Offline
            reddevel75
            last edited by

            Just trying to get it running for the first time nothing custom stuff.

            when i upload you code i get this problem.

            0_1492872083094_Schermafbeelding 2017-04-22 om 16.40.08.png

            Maybe a fresh install will do the trick ?

            brobergB 1 Reply Last reply Reply Quote 0
            • brobergB Offline
              broberg Project Sponsor @reddevel75
              last edited by

              @reddevel75 did you do the npm install in the magicmirror folder after you cloned the magicmirror?

              1 Reply Last reply Reply Quote 1
              • R Offline
                reddevel75
                last edited by

                just did a fresh install, now everything seems to work :)

                1 Reply Last reply Reply Quote 1
                • N Offline
                  n8ms
                  last edited by

                  I am getting the same issue with the black screen. When I access via localhost:8080, I get the default screen that tells you to create a config file. I was using a config.js file from an old build I did that worked, but I replaced it with the config file posted above and I get the same issue.

                  pi@n8MM:~/MagicMirror $ npm start
                  
                  > magicmirror@2.1.1 start /home/pi/MagicMirror
                  > sh run-start.sh
                  
                  Starting MagicMirror: v2.1.1
                  Loading config ...
                  Loading module helpers ...
                  No helper found for module: clock.
                  No helper found for module: compliments.
                  All module helpers loaded.
                  Starting server on port 8080 ... 
                  Starting server op port 8080 ... 
                  You're using a full whitelist configuration to allow for all IPs
                  Server started ...
                  Sockets connected & modules started ...
                  Launching application.
                  ^C
                  pi@n8MM:~/MagicMirror $ node -v
                  v7.9.0
                  pi@n8MM:~/MagicMirror $ electron -v
                  v1.3.15
                  pi@n8MM:~/MagicMirror $ 
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • 1
                  • 2
                  • 1 / 2
                  • First post
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy