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-Lunartic, remove displays 2 indications

    Scheduled Pinned Locked Moved Troubleshooting
    4 Posts 3 Posters 243 Views 3 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.
    • R Offline
      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.

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        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 */
        }
        

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • cowboysdudeC Offline
          cowboysdude 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 Offline
            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 Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy