• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 format

Scheduled Pinned Locked Moved Unsolved Troubleshooting
41 Posts 2 Posters 14.9k 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.
  • S Away
    sdetweil @louise
    last edited by Dec 2, 2021, 10:51 PM

    @louise said in Clock format:

    {
    module: “clock”,
    position: “top_left”
    },

    still didnt’ get the select all

    and this is the only part we needed

    {
    module: “clock”,
    position: “top_left”
    },
    

    it has no config:{} section, so all the module defaults are used

    to change some setting here do

    {
    module: “clock”,
    position: “top_left”,     // <-  add a comma (more stuff follows this line) 
    config : {
         timeFormat:24, 
    }
    },
    

    in the setting above clock will use 24 hour format, even if the base is set to 12 hour format

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • L Offline
      louise @sdetweil
      last edited by Dec 2, 2021, 10:52 PM

      @sdetweil Given a choice I would rather just have this figured out. Did I do right this time?

      S 1 Reply Last reply Dec 2, 2021, 10:52 PM Reply Quote 0
      • S Away
        sdetweil @louise
        last edited by Dec 2, 2021, 10:52 PM

        @louise no

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        L 1 Reply Last reply Dec 2, 2021, 10:54 PM Reply Quote 0
        • L Offline
          louise @sdetweil
          last edited by Dec 2, 2021, 10:54 PM

          @sdetweil frustrated yet?
          It is my config.js

          I know it says sample on top but it didn’t mess with any of that. I added in the disabled the compliment and newsfeed like u said so that worked.

          I don’t understand apparently.

          S 1 Reply Last reply Dec 2, 2021, 10:57 PM Reply Quote 0
          • S Away
            sdetweil @louise
            last edited by Dec 2, 2021, 10:57 PM

            @louise here

            https://forum.magicmirror.builders/topic/15954/clock-format/18?_=1638300432581

            the part of config.js is right, but the code block is wrong… and its doubled for some reason

            when we ask for a module config, we don’t want the WHOLE config.js…
            (also, there are private things in there, api keys, maybe passwords, … )

            so we want as small as possible focused on A module usually

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            L 1 Reply Last reply Dec 2, 2021, 11:01 PM Reply Quote 0
            • L Offline
              louise @sdetweil
              last edited by Dec 2, 2021, 11:01 PM

              @sdetweil So you are saying I should I this under the the area it says clock module?

              config : {
              timeFormat:24,
              }
              },

              S 1 Reply Last reply Dec 2, 2021, 11:02 PM Reply Quote 0
              • S Away
                sdetweil @louise
                last edited by Dec 2, 2021, 11:02 PM

                @louise ONLY IF you want to control it separately from (and have it different then ) the base MagicMirror setting

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                L 1 Reply Last reply Dec 2, 2021, 11:10 PM Reply Quote 0
                • L Offline
                  louise @sdetweil
                  last edited by Dec 2, 2021, 11:10 PM

                  @sdetweil I tried to put the code you had in my config but still 24 hr clock.

                  S 1 Reply Last reply Dec 2, 2021, 11:18 PM Reply Quote 0
                  • S Away
                    sdetweil @louise
                    last edited by Dec 2, 2021, 11:18 PM

                    @louise the config setting I had above said 24 hour format, not 12

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    L 1 Reply Last reply Dec 2, 2021, 11:20 PM Reply Quote 0
                    • L Offline
                      louise @sdetweil
                      last edited by Dec 2, 2021, 11:20 PM

                      @sdetweil Actually tried it both ways, but neither worked.

                      Did you say I had something duplicated?

                      S 1 Reply Last reply Dec 2, 2021, 11:23 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 3 / 5
                      3 / 5
                      • First post
                        29/41
                        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