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.

    Help customising my mirror

    Scheduled Pinned Locked Moved Troubleshooting
    8 Posts 5 Posters 4.7k 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.
    • P Offline
      PhilsterM9 @Mykle1
      last edited by

      @Mykle1 Hi there, thanks for the time you took to reply.

      I did as you have written in your own instructions and when I try to configure my mirror through the read me file, it still won’t work. I am not sure what is happening. I am trying to start off by adding an analog clock instead of digital but it will not let me for the life of me. The trouble is that I know that I can change the file and make it work because I can tried changing the clock to sit on the right side instead of the left and it works.

      I am a noob but this is really frustrating me. Thanks for helping.

      Mykle1M 1 Reply Last reply Reply Quote 0
      • yawnsY Offline
        yawns Moderator
        last edited by

        Then please post the content of your config.js file, however please remove passwords, private calendar links and apikeys

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

          @PhilsterM9 said in Help customising my mirror:

          The trouble is that I know that I can change the file and make it work because I can tried changing the clock to sit on the right side instead of the left and it works.

          The simplest answer would be to add this under “position” in the clock section of your config.js file. It should look like this now:

          module: ‘clock’,
          position: ‘top_left’
          displayType: “digital”, // options: digital, analog, both

          Change the displayType to “analog” “digital” or “both”
          Save your config.js file and restart MM

          Create a working config
          How to add modules

          strawberry 3.141S 1 Reply Last reply Reply Quote -1
          • strawberry 3.141S Offline
            strawberry 3.141 Project Sponsor Module Developer @Mykle1
            last edited by

            @Mykle1 that answer is not correct, module config options have to be in the object config

            module: 'clock',
            position: 'top_left',
            config: {
              displayType: 'digital'
            }
            

            Please create a github issue if you need help, so I can keep track

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

              @strawberry-3.141 said in Help customising my mirror:

              @Mykle1 that answer is not correct, module config options have to be in the object config

              Yup, you’re right. In my haste to answer, because I was pressed for time this morning, I mistakenly omitted that. My bad. Thanks for catching that.

              Create a working config
              How to add modules

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