MagicMirror Forum

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

    newsfeed - hide 3rd line

    Troubleshooting
    4
    8
    351
    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
      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 Mykle1 2 Replies Last reply Reply Quote 0
      • G
        George @OberfragGER last edited by

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

        O 1 Reply Last reply Reply Quote 0
        • O
          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
          • Mykle1
            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
            • karsten13
              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
                OberfragGER @karsten13 last edited by

                @karsten13 and @Mykle1 : Thanks for your answer.

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

                  @mykle1 I can confirm- its working.

                  Mykle1 1 Reply Last reply Reply Quote 0
                  • Mykle1
                    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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy