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.7k 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 Offline
              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

                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                    With your input, this post could be even better 💗

                    Register Login
                    • 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