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.

    MMM Remote Controle - starting issus

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    13 Posts 3 Posters 4.5k 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.
    • S Offline
      sdetweil @Ernst-Jan
      last edited by

      @ernst-jan it is already running. Need to stop it before starting again

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Ernst-Jan
        last edited by sdetweil

        @ernst-jan and syntax errors

        From mm folder do

        node tests/configs/check_config.js
        

        Start at the top and correct errors reported, rerun til no errors, then do the npm start again

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @ernst-jan said in MMM Remote Controle - starting issus:

           {
           		module: ‘MMM-Remote-Control’
           		// uncomment the following line to show the URL of the remote control on the mirror
           		position: ‘bottom_left’
           		// you can hide this module afterwards from the remote control itself
           		}
           		},
          

          i am missing a semilicon
          type this
          , position: ‘bottom_left’

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @robiv8
            last edited by sdetweil

            @robiv8 two close brace, only one open

            Comma Missing after the module line

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @robiv8 said in MMM Remote Controle - starting issus:
              You are right! 1 close brace are to much

              And comma missing:
              This

              {  		
                             module: ‘MMM-Remote-Control’
               		, position: ‘bottom_left’
               		},
              

              or this

              {  		
                              module: ‘MMM-Remote-Control’,
                		position: ‘bottom_left’ 
                		},
              

              is the same.

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 2 / 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