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.

    MMM-CountUP (COVID19 example)

    Scheduled Pinned Locked Moved Utilities
    46 Posts 6 Posters 13.2k Views 6 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
      Bromley47 @sdetweil
      last edited by

      @sdetweil that worked thanks again for your valued assistance I will get the hang of this one day (I’ve got plenty of time!)

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

        @sdetweil I’m using your fixed repo on two installs of MagicMirror, both completely up to date. One shows the correct number of days, hours, minutes and seconds, and the second does not. I copied my config from the working one to the not working one to ensure they are the same, and even deleted and reinstalled your repo on the not working one just now. I’m really confused by this.

        Screen Shot 2020-05-05 at 11.05.37 AM.png

        Not working on left; working on right. Date I’m basing this on is 2020-03-17. Any ideas what could be wrong?

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

          @sonicgoose I think on the left is the original repo, not my updated version

          Please do git remote -v from the module folder to see the source repo

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          S 2 Replies Last reply Reply Quote 0
          • S Offline
            sonicgoose @sdetweil
            last edited by

            @sdetweil You’re right, it is the original. But how? I removed the entire folder and did a git pull again from your repo!

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

              @sdetweil Well I don’t get it but I just did an rm -R on modules/MMM-CountUp again and once again did a git clone from your repo and now it works fine. Thanks for your help.

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

                ||
                || bibaldo’s repo has integrated the fix i provided, I am closing my repo
                || May 8, 2020
                ||

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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

                  Anyone know how to make the header font bigger.
                  I have the rest of it figured out and working just can not find the Header part.
                  This is what I have tried.

                    color: orange;
                    font-size: 60px;
                  }
                  

                  AND

                    color: orange;
                    font-size: 60px;
                  }
                  

                  Slow learner. But trying anyways.

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

                    @plainbroke module header?

                    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
                      Sorry, brain fart.
                      Yes module header.
                      Did you find something?
                      I looked for an hour and then tried these.
                      But no go…
                      It is still really little and gray.

                      .countUP tr td.header {
                        color: orange;
                        font-size: 60px;
                      }
                      .countUP .header {
                        color: orange;
                        font-size: 60px;
                      }
                      

                      Slow learner. But trying anyways.

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

                        @plainbroke after all this time???
                        again the dev window elements tab would have shown you this in seconds

                        elements tab, click the arrow, navigate over the web page to the header you want to change, click
                        the html tree is there and you can see the classes etc assigned
                        you can test the styles in the upper right window, it will prompt you thru it

                        font-size: 
                        
                        .modulename .module-header {
                        
                        styles
                        
                        }
                        

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        plainbrokeP 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 3 / 5
                        • 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