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.

    Permanent size for newsfeed box?

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 2 Posters 452 Views 2 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.
    • TipponT Offline
      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.

      Please forgive me if I'm slow to reply, I'm currently experiencing memory issues, and sometimes forget that I've asked a question >.<

      karsten13K 1 Reply Last reply Reply Quote 0
      • karsten13K Offline
        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.

        TipponT 1 Reply Last reply Reply Quote 1
        • TipponT Offline
          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 :)

          Please forgive me if I'm slow to reply, I'm currently experiencing memory issues, and sometimes forget that I've asked a question >.<

          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