MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    UNSOLVED Permanent size for newsfeed box?

    Troubleshooting
    2
    3
    193
    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.
    • Tippon
      Tippon last edited by

      Hi all 🙂

      I’ve got my mirror working pretty much exactly as I want it from the software side, so I thought I’d look at building one for my wife.

      I’ve set up the default newsfeed module, but noticed that it jumps. Whenever there’s a headline that spills onto the second line, the newsfeed module and anything directly above it get pushed up. I’ve got the newsfeed in the bottom bar, with the clock bottom center and weather bottom right, so all three modules move.

      Is there a way to fix the size of the newsfeed module so that it doesn’t have to expand when a longer headline is displayed?

      Some headlines take up the full two lines, so reducing the font size is not an option, unfortunately.

      karsten13 1 Reply Last reply Reply Quote 0
      • karsten13
        karsten13 @Tippon last edited by

        @tippon

        you can add the following in css/custom.css:

        .module.newsfeed {
          height: 200px;
        }
        

        you can play with the height value.

        Tippon 1 Reply Last reply Reply Quote 1
        • Tippon
          Tippon @karsten13 last edited by

          @karsten13 said in Permanent size for newsfeed box?:

          .module.newsfeed {
          height: 200px;
          }

          That seems to be working perfectly, thank you 🙂

          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