• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 May 11, 2021, 4:50 PM

    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 M 2 Replies Last reply May 11, 2021, 7:37 PM Reply Quote 0
    • G Offline
      George @OberfragGER
      last edited by May 11, 2021, 7:37 PM

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

      O 1 Reply Last reply May 11, 2021, 7:58 PM Reply Quote 0
      • O Offline
        OberfragGER @George
        last edited by May 11, 2021, 7:58 PM

        @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
        • M Offline
          Mykle1 Project Sponsor Module Developer @OberfragGER
          last edited by May 11, 2021, 8:46 PM

          @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 May 19, 2021, 4:35 PM Reply Quote 1
          • K Online
            karsten13
            last edited by May 11, 2021, 10:35 PM

            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 May 18, 2021, 9:30 PM Reply Quote 0
            • O Offline
              OberfragGER @karsten13
              last edited by May 18, 2021, 9:30 PM

              @karsten13 and @Mykle1 : Thanks for your answer.

              1 Reply Last reply Reply Quote 0
              • O Offline
                OberfragGER @Mykle1
                last edited by May 19, 2021, 4:35 PM

                @mykle1 I can confirm- its working.

                M 1 Reply Last reply May 19, 2021, 11:53 PM Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @OberfragGER
                  last edited by May 19, 2021, 11:53 PM

                  @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
                  1 / 1
                  • First post
                    3/8
                    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