MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Kenta
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 9
    • Groups 0

    Kenta

    @Kenta

    0
    Reputation
    66
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Kenta Unfollow Follow

    Latest posts made by Kenta

    • RE: Newsfeed size

      @sdetweil
      Thank you! That worked perfectly!

      posted in Custom CSS
      K
      Kenta
    • RE: Newsfeed size

      @sdetweil
      As previously stated, I’m a complete n00b. It’s sad because I want to be a nerd 😂
      Yeah I’ve tried unsuccessfully to post images, but this last one was a link to a Dropbox image. Did it not work.?

      posted in Custom CSS
      K
      Kenta
    • RE: Newsfeed size

      this

      posted in Custom CSS
      K
      Kenta
    • RE: Newsfeed size

      @Mykle1
      None of those help. The first gives a bigger headline, as I’ve showed in previous posts, the other one a bigger name of news channel/time of occurrence.
      In dev I see this alt text

      posted in Custom CSS
      K
      Kenta
    • RE: Newsfeed size

      @Mykle1 not exactly. I want my entire newsfeed bigger. Not just the headlines. This is the original (https://www.dropbox.com/s/nzb2o5kecn6gfdy/Screenshot_20200317_065226_com.realvnc.view![alt

      Then by the changes made in the before mentioned css I get this https://www.dropbox.com/s/pxnuosggy7g24q7/Screenshot_20200317_065703_com.realvnc.viewer.android.jpg?dl=0
      But the actual news is still same size…

      posted in Custom CSS
      K
      Kenta
    • RE: Newsfeed size

      @sdetweil thank you for trying, but I don’t know where to look… Total n00b…
      This is from my config.js
      {
      module: “newsfeed”,
      position: “bottom_bar”,
      config: {
      feeds: [
      {
      title: “NRK Nyheter”,
      url: “https://www.nrk.no/nyheter/siste.rss”
      }
      ],

      posted in Custom CSS
      K
      Kenta
    • RE: Newsfeed size

      @Mykle1
      Nope. Still just the headlines. Does the css need to contain more than just the code you suggested?

      posted in Custom CSS
      K
      Kenta
    • Newsfeed size

      I want a bigger newsfeed, so I made a custom.css file and added this

      .newsfeed .medium
      {
      font-size: 60px;
      line-height: 60px;
      }

      This only increased the size of the header, not the body of the newsfeed

      Any tips?

      posted in Custom CSS
      K
      Kenta