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.

    Difficulties with standard "clock" module

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 2 Posters 351 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.
    • R Online
      rkorell
      last edited by

      Dear team,
      I am not able to change the appearance of the (standard) clock module…
      Neither switching from digital to analog (I would prefer analog) nor any of the other options (e.g. clockBold or showWeek/showSuntime) is changing anything.
      Displayed is always the standard looking digital clock.

      Only working config parameter (so I’m pretty sure that I’m working at the right place) is position. if I change the position the clock behaves as expected.
      currently my code looks like:

      		{
      			module: "clock",
      			position: "top_left",
      			displayType: "analog",
      			analogSize: 300,
      			secondsColor: "red", 
      			clockBold: true, // Remove the colon and bold the minutes to make a more modern look.
      			showWeek: true,
      			showSunTimes: true, // Turn off or on the section showing sunrise and sunset times (digital clock only)
      			lat: xxx.24127, // Latitude for sun/moon calculations.
      			lon: xxxx74403,
      
      
      		},
      

      Shown is (as mentioned above) standard digital clock without any additional information (no week, no sun and the digital colon is displayed…

      What I’m missing?
      Any hint highly appreciated…

      Regards,
      Ralf

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

        @rkorell you have the parameters in the wrong place

        all parms TO the module go in a

        config:{
        ...
        }
        

        if there isn’t one , then the module uses its default value
        and you will have to add it

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

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        R 2 Replies Last reply Reply Quote 0
        • R Online
          rkorell @sdetweil
          last edited by

          @sdetweil
          Oh …
          did it again.

          shame on me!

          THANKS!
          Ralf

          1 Reply Last reply Reply Quote 0
          • R rkorell has marked this topic as solved on
          • R Online
            rkorell @sdetweil
            last edited by rkorell

            @sdetweil
            can you enlighten me how I can use the provided different faces in the modules’ faces folder ? (face-001.svg - face-013.svg)

            • found by myself… sorry.
              Parameter analogFace …
            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