• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

First start from the mirror does not work

Scheduled Pinned Locked Moved Unsolved Troubleshooting
36 Posts 6 Posters 27.1k Views 4 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.
  • S Offline
    samydp
    last edited by May 25, 2016, 10:17 AM

    can you tell me what all modules I exactly need. ? I make every time you install an update

    P 1 Reply Last reply May 25, 2016, 1:24 PM Reply Quote 0
    • P Offline
      paviro Admin @samydp
      last edited by May 25, 2016, 1:24 PM

      @samydp you do not need any modules. Did you add anything to the modules folder?

      We're all stories in the end. Just make it a good one, eh?

      – The Doctor

      1 Reply Last reply Reply Quote 0
      • S Offline
        samydp
        last edited by May 25, 2016, 10:04 PM

        I have not in the folder modules I 've added the left so !
        I can make it wenistens indicating to me and does not remain black : O

        1 Reply Last reply Reply Quote 0
        • M Offline
          mochman Module Developer
          last edited by May 25, 2016, 10:19 PM

          @samydp I had this problem when I first installed it. It was a module problem for me. Can you comment out all of the modules from config.js except alert and see if if gives you the same error. If not, start enabling the modules one by one until you figure out which is the problem.

          -Luke

          1 Reply Last reply Reply Quote 0
          • S Offline
            samydp
            last edited by May 26, 2016, 8:52 AM

            how exactly do you mean? !
            I would now delete all modules except the komentare . or how to do it ?
            and thank you !!!

            1 Reply Last reply Reply Quote 0
            • S Offline
              samydp
              last edited by May 26, 2016, 1:28 PM

              Update:
              can you show me how the modules in the config investing so that the screen indicating?:o

              1 Reply Last reply Reply Quote 0
              • M Offline
                mochman Module Developer
                last edited by May 26, 2016, 4:15 PM

                @samydp, rename your config.js to config.js.old and make this your new config.js. Try running the program with this, if you see compliments on the bottom screen, you know that magicmirror works fine and the problem is in one of the other modules. It’s a place to start. If you’re still getting the electron errors, try rerunning npm install again in your MagicMirror directory.


                var config = {
                	port: 8080,
                
                	language: 'en',
                	timeFormat: 24,
                	units: 'metric',
                
                	modules: [
                		{
                			module: 'alert',
                		},
                               {
                			module: 'compliments',
                			position: 'lower_third'
                		}
                ]
                
                };
                
                /*************** DO NOT EDIT THE LINE BELOW ***************/
                if (typeof module !== 'undefined') {module.exports = config;}
                
                1 Reply Last reply Reply Quote 0
                • S Offline
                  samydp
                  last edited by KirAsh4 May 26, 2016, 6:19 PM May 26, 2016, 6:03 PM

                  your config works !!! juhu thx but i have a other wrong :/

                  i will the language from the clock in germany

                  Module.register("clock",{
                  	// Module config defaults.
                  	defaults: {
                  		timeFormat: config.timeFormat,
                  		displaySeconds: true,
                  		showPeriod: true,
                  		showPeriodUpper: false,
                  		clockBold: true
                  	},
                  	// Define required scripts.
                  	getScripts: function() {
                  		return ["moment.js"];
                  	},
                  	// Define start sequence.
                  	start: function() {
                  		Log.info("Starting module: " + this.name);
                  		// Schedule update interval.
                  		var self = this;
                  		setInterval(function() {
                  			self.updateDom();
                  		}, 1000);
                  		// Set locale.
                  		moment.locale(config.language);
                  	},
                  

                  Note from Moderator: Please use proper Markdown on code snippets for easier reading.

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    mochman Module Developer
                    last edited by May 26, 2016, 6:40 PM

                    @samydp all you should have to do is change the language portion of your config.js from
                    language: 'en', -> language: 'de',

                    As for the rest of your modules, I recommend adding them one by one to your config.js file to make sure they work. If you get that electron.js error, it was on the module you just added.

                    -Luke

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      samydp
                      last edited by May 26, 2016, 7:29 PM

                      Many thanks for your help and your tip! but only tow module works =( the clock an the compliments why this ?
                      Whenever I will add another module of the screen black!
                      i have install the electron.js again but
                      the add the module as in the proceeds described readme does not work !

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 2 / 4
                      2 / 4
                      • First post
                        13/36
                        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