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.

    newsfeed - hide 3rd line

    Scheduled Pinned Locked Moved Troubleshooting
    8 Posts 4 Posters 1.1k Views 4 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.
    • O Offline
      OberfragGER
      last edited by

      Hi,

      after upgrading to 2.15 i have an additional line in the “newsfeed” module.
      90953f57-69e1-4d92-8fe5-c5c44fc6aa53-image.png
      How is that possible to hide the 3rd line? Didnt found any config possibility.

      G Mykle1M 2 Replies Last reply Reply Quote 0
      • G Offline
        George @OberfragGER
        last edited by

        @oberfragger ,try this in config.js;
        showDescription: false,
        wrapDescription: false,

        O 1 Reply Last reply Reply Quote 0
        • O Offline
          OberfragGER @George
          last edited by

          @george said in newsfeed - hide 3rd line:

          showDescription: false,
          wrapDescription: false,

          Thanks for your reply. No luck so far.

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

            @oberfragger said in newsfeed - hide 3rd line:

            How is that possible to hide the 3rd line? Didnt found any config possibility.

            Add this to your custom.css file. Tested and confirmed.

            .newsfeed-desc.small.light {
              display:none;
            }
            

            Peace!

            Create a working config
            How to add modules

            O 1 Reply Last reply Reply Quote 1
            • karsten13K Online
              karsten13
              last edited by

              As an explanation:

              Normally you should solve this as described by @George, but there is currently a bug in MagicMirror v2.15, so that only the solution from @Mykle1 works.

              That has already been fixed and will come with the next MagicMirror release on July 1st, 2021 (see https://github.com/MichMich/MagicMirror/issues/2517).

              O 1 Reply Last reply Reply Quote 0
              • O Offline
                OberfragGER @karsten13
                last edited by

                @karsten13 and @Mykle1 : Thanks for your answer.

                1 Reply Last reply Reply Quote 0
                • O Offline
                  OberfragGER @Mykle1
                  last edited by

                  @mykle1 I can confirm- its working.

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

                    @oberfragger said in newsfeed - hide 3rd line:

                    I can confirm- its working.

                    Cheers!

                    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