• 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.

What does this mean?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
8 Posts 2 Posters 597 Views 2 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.
  • D Offline
    DehJango
    last edited by Jun 2, 2023, 5:19 PM

    I tried opening up my magic mirror after tinkering with the config a little and it wont! I have tried almost everything!
    photo

    Please help!

    S 1 Reply Last reply Jun 2, 2023, 5:37 PM Reply Quote 0
    • S Offline
      sdetweil @DehJango
      last edited by sdetweil Jun 2, 2023, 5:39 PM Jun 2, 2023, 5:37 PM

      @DehJango you miss spelled a position

      see
      https://docs.magicmirror.builders/modules/configuration.html#module-configuration

      OR didn’t specify a module: entry

      {
          module: xxxx,
          position:
          config: { 
           ..
          ...
          }
      }
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      D 1 Reply Last reply Jun 2, 2023, 7:11 PM Reply Quote 0
      • D Offline
        DehJango @sdetweil
        last edited by Jun 2, 2023, 7:11 PM

        @sdetweil
        what do I do to specify a module entry?

        S 1 Reply Last reply Jun 2, 2023, 7:19 PM Reply Quote 0
        • S Offline
          sdetweil @DehJango
          last edited by Jun 2, 2023, 7:19 PM

          @DehJango i showed you one before

          in the config.js modules:[] list

          each looks like

          {  
               module:"modulename",
               position: "whatever position",
               config: {
                .... module specific config options,
                ..... 
              }
          }   ,   // comma means more coming (another module entry) , ok to have extra commas, not ok to not have enough
          

          read the topics in my signature below, helpful content from users before me…

          oh, and MagicMirror is case sensitive (everywhere)
          module is not the same as Module

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          D 2 Replies Last reply Jun 2, 2023, 7:33 PM Reply Quote 0
          • D Offline
            DehJango @sdetweil
            last edited by Jun 2, 2023, 7:33 PM

            @sdetweil
            It seems I had no problems

            S 1 Reply Last reply Jun 2, 2023, 7:34 PM Reply Quote 0
            • S Offline
              sdetweil @DehJango
              last edited by Jun 2, 2023, 7:34 PM

              @DehJango and u no longer get the error?

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • D Offline
                DehJango @sdetweil
                last edited by Jun 2, 2023, 7:35 PM

                @sdetweil any other ideas?

                S 1 Reply Last reply Jun 2, 2023, 7:36 PM Reply Quote 0
                • S Offline
                  sdetweil @DehJango
                  last edited by Jun 2, 2023, 7:36 PM

                  @DehJango show me your config… you can send as a private message,
                  please don’t change anything…

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  1 / 1
                  • First post
                    3/8
                    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