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-SimpleLogo remove/disable title of module

    Scheduled Pinned Locked Moved Troubleshooting
    4 Posts 2 Posters 2.3k Views 2 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.
    • zdenekZ Offline
      zdenek
      last edited by

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

      Thanks, Zdeněk

      Mykle1M 1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        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: "",
                }
            },
        

        Create a working config
        How to add modules

        zdenekZ 1 Reply Last reply Reply Quote 1
        • zdenekZ Offline
          zdenek @Mykle1
          last edited by

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

          text: “”,

          @Mykle1 perfect, thanks

          Zdeněk

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

            Create a working config
            How to add modules

            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