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.

    Clock module not showing analog only digital

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 2 Posters 482 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.
    • B Offline
      Barmo
      last edited by

      Hi

      I reinstalled my mirror yesterday from scratch on a new memory card and I am not able to make it show the analog clock. No matter what I do in config.js, it shows a line with the date and the digital clock under. Clock module is the first module in config.js. My current config is this:

                      {
                              module: "clock",
                              position: "top_right",
                              displayType: "analog",
                              showDate: "false",
                              analogSize: "350px",
                              analogFace: "face-012",
                      },
      
      

      If I change the position parameter, it moves to the new location and still showing the digital clock.

      All other modules I use work as they should. Have anyone else experienced this?

      Thanks.

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

        @barmo all the settings u have for clock except position, need to be inside a config block

        position:"top",
        config:{
        ..
        ..
        ..
        },
        

        also read and practice the content at the links in my signature below

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        B 1 Reply Last reply Reply Quote 1
        • B Offline
          Barmo @sdetweil
          last edited by

          @sdetweil Thank you. I have been staring me blind on this. For some reason I forgot to add the config { } from my old configuration. You made my day. Thank you again :-)

          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 Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy