Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    MMM-Lunartic, remove displays 2 indications

    Troubleshooting
    3
    4
    37
    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.
    • R
      RIKKO14 last edited by

      Hello,
      I would like to remove the following displays:
      “Distance from Earth’s core =”: “Distance from Earth’s core =”,
      “Distance from sun =”: “Distance from sun =”
      how to do?
      Thank you for your help.

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @RIKKO14 last edited by

        @RIKKO14

        Custom.css

        .MMM-Lunartic .DFCOE {
          color: white;               /* DFCOE color. Default is white. */
          display: none;       /* uncomment if you don't want this */
        }
        
        .MMM-Lunartic .DFS {
          color: white;               /* DFS color. Default is white. */
          display: none;       /* uncomment if you don't want this */
        }
        
        1 Reply Last reply Reply Quote 0
        • cowboysdude
          cowboysdude Project Sponsor Module Developer last edited by

          Mykle1 will fix it for you! He’s always happy to help!

          1 Reply Last reply Reply Quote 1
          • R
            RIKKO14 last edited by

            it’s work, thanks a lot !

            1 Reply Last reply Reply Quote 0
            • 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