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.

    AfterUpdate to v2.3.2 Small Problem

    Scheduled Pinned Locked Moved Solved Troubleshooting
    9 Posts 2 Posters 358 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 Offline
      sdetweil @plainbroke
      last edited by

      @plainbroke send me the MagicMirror/installers/upgrade.log

      Same userid as here, at gmail

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      plainbrokeP 1 Reply Last reply Reply Quote 0
      • plainbrokeP Offline
        plainbroke @sdetweil
        last edited by plainbroke

        @sdetweil

        Sorry I already deleted that folder MM that I renamed MagicMirror to.

        Found the issue, the NEW default clock_styles.css has these extra lines compared to the older default clock_styles.css file.

        .module.clock .clock-hour-digital {
          color: var(--color-text-bright);
        }
        
        .module.clock .clock-minute-digital {
          color: var(--color-text-bright);
        }
        
        .module.clock .clock-second-digital {
          color: var(--color-text-dimmed);
        }
        

        If I remove those lines my time on screen looks right again…
        Which will mess up the next update probably…
        At least I know what to repair to do the update next round.

        Slow learner. But trying anyways.

        S 1 Reply Last reply Reply Quote 0
        • plainbrokeP plainbroke has marked this topic as solved on
        • S Offline
          sdetweil @plainbroke
          last edited by

          @plainbroke yes, we changed the style names from the sample I did

          Just change your custom.css to use those names

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          plainbrokeP 1 Reply Last reply Reply Quote 0
          • plainbrokeP Offline
            plainbroke @sdetweil
            last edited by

            @sdetweil
            So just replace “var(–color-text-bright)” with my preferred colors?

            Slow learner. But trying anyways.

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

              @plainbroke yes, no need to get it from a variable, you know

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              plainbrokeP 1 Reply Last reply Reply Quote 0
              • plainbrokeP Offline
                plainbroke @sdetweil
                last edited by plainbroke

                @sdetweil
                Thank you Sam,
                That fixed my issue, and let me use the default clock files…
                Cool thing is with the old setting in the Custom.css file I can change the colon : color between the numbers a different color.
                Fun Fun Fun.

                Slow learner. But trying anyways.

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