MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    SOLVED basic help

    Troubleshooting
    4
    5
    960
    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.
    • C
      cade72 last edited by yawns

      Hi, I am very new to everything(sorry) and have a question. it would be awesome if someone helped.

      I followed this from what I understood was I should put this

      {
      		module: "clock",
      		position: "top_left",	
      		config: {
      			displaySeconds: false,
      	                clockBold: true,
      		}
      	}
      

      this didnt work and now I feel dumb😂 any help would be awesome. this is kinda my first time I have dabbled in programming so sorry again for the basic question.

      T Mykle1 2 Replies Last reply Reply Quote 0
      • T
        THeStigh @cade72 last edited by

        @cade72 You forgot a comma after the last bracket 🙂

        1 Reply Last reply Reply Quote 1
        • S
          sdetweil last edited by sdetweil

          and for the future, if u have problems with config.js syntax errors, in the MagicMirror folder run

          node tests/configs/check_config.js
          

          it will report the problems. start & fix from the top
          edit: wrong name for the checker… (removed extra s on the end)

          Sam

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 2
          • Mykle1
            Mykle1 Project Sponsor Module Developer @cade72 last edited by

            @cade72

            You could give this a quick read. It tries to explain config entries in the simplest of terms.

            https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • C
              cade72 last edited by

              thanks everyone, this helped a lot!

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy