MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Date Format i n Clock Module

    Troubleshooting
    2
    2
    123
    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.
    • J
      Jack_Barnard last edited by

      Module = Clock
      Code = {
      module: “clock”,
      position: “top_left”,
      timeFormat: “24”,
      showDate: “true”,
      dateFormat: “dddd, do MMMM, YYYY”
      },
      issue = date format will not change from the default

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

        @jack_barnard the items after position need to be in a config section

        {
        module:
        position:
        config:{
        .
        dateFormat:
        .
        }
        }
        

        Sam

        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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy