Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-SimpleLogo remove/disable title of module

    Troubleshooting
    2
    4
    1697
    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.
    • zdenek
      zdenek last edited by

      Hi all
      is there way, how to disable name of module? And have there just a logo?

      Thanks, Zdeněk

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

        @zdenek

        Add text: "", to your config entry.

        {
                module: 'MMM-SimpleLogo',
                position: 'top_right', 
                config: {
                    fileUrl: 'modules/MMM-SimpleLogo/public/11.png',
                    width: "15%",
                    text: "",
                }
            },
        
        zdenek 1 Reply Last reply Reply Quote 1
        • zdenek
          zdenek @Mykle1 last edited by

          @mykle1 said in MMM-SimpleLogo remove/disable title of module:

          text: “”,

          @Mykle1 perfect, thanks

          Zdeněk

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

            @zdenek

            You’re welcome, mate. You could create an issue, letting the author know that his README.md file should be updated to show this information. In this way, you’re helping someone else in the future. Pretty cool, no?

            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