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.

    Text to config.js

    Scheduled Pinned Locked Moved Troubleshooting
    12 Posts 3 Posters 1.4k 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 @Litek
      last edited by

      @litek no. I gave u the very detailed instructions

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • lavolp3L Offline
        lavolp3 Module Developer @Litek
        last edited by lavolp3

        @litek Sam does not want to do all the work for you and I understand him.
        You can see in the file a lot of module entries, and you need to put your module entry in like them.

        modulesis an array containing objects (if that does not ring a bell you should consider going a bit into javascript before moving much further).

        The structure of this array is like this:

        modules: [
          {
            module: '',
            position: '...',
            config: {
             ...
            },
          },
          {
            module: '',
            position: '...',
            config: {
             ...
            },
          },
          {
            module: '',
            position: '...',
            config: {
             ...
            },
          }
        ]
        

        You need to take care to use commas as seperators, IN an array or an object, semicolons are always misplaced.
        Hope that helps.

        How to troubleshoot modules
        MMM-soccer v2, MMM-AVStock

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

          @lavolp3 I gave him exactly where

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          lavolp3L 1 Reply Last reply Reply Quote 0
          • lavolp3L Offline
            lavolp3 Module Developer @sdetweil
            last edited by

            @sdetweil Yeah right you did. Have overseen that.

            How to troubleshoot modules
            MMM-soccer v2, MMM-AVStock

            1 Reply Last reply Reply Quote 0
            • L Offline
              Litek
              last edited by

              Hi again !
              Thanks for help .Think I beginn to under stand now :

              2021-03-30-195853_1920x1080_scrot.png

              Litek :)

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