• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 256 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 Sep 14, 2020, 2:49 PM

    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.

    M 1 Reply Last reply Sep 16, 2020, 1:16 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @RIKKO14
      last edited by Sep 16, 2020, 1:16 AM

      @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
      • C Offline
        cowboysdude Module Developer
        last edited by Sep 16, 2020, 1:17 AM

        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 Sep 16, 2020, 6:38 AM

          it’s work, thanks a lot !

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            1/4
            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