MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. pogges
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 11
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-CountDown

      @broberg soooo fix it

      in custom.css:

      .MMM-CountDown .time {
      	font-weight: bold;
      	color: red;
      	}
      .MMM-CountDown .event {
      	font-weight: bold;
      	color: red;
      	}
      

      in CountDown.js:
      before

      textWrapper.className = "align-left bright large light";
      timeWrapper.className = "time bright xlarge light";
      

      now:

      textWrapper.className = "event align-left bright large light";
      timeWrapper.className = "time bright xlarge light";
      

      thats it
      Thx

      posted in Troubleshooting
      P
      pogges
    • 1 / 1