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

    fredric.nil

    @fredric.nil

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    fredric.nil Unfollow Follow

    Latest posts made by fredric.nil

    • RE: MMM-Scrapey - I made something that could be useful?

      @AndyHazz said in MMM-Scrapey - I made something that could be useful?:

      .MMM-Scrapey td {
      line-height: 1;
      }
      Just that, perfect
      Thank you.

      posted in Development
      F
      fredric.nil
    • RE: MMM-Scrapey - I made something that could be useful?

      I put it in the custom.css.
      It doesn’t seem to matter if I enter

      .td , #td , td or .MMM-Scrapey .td , .MMM-Scrapey3 #td or .MMM-Scrapey td or even .td , #td or td before {
      

      I can only say that this is not my cup of tea.

      posted in Development
      F
      fredric.nil
    • RE: MMM-Scrapey - I made something that could be useful?

      Thanks for the tip, but that’s where I was looking.
      It seems that no matter what I put in for attributes, they don’t show up in the module.
      I’m going crazy soon

      posted in Development
      F
      fredric.nil
    • RE: MMM-Scrapey - I made something that could be useful?

      Hello.
      Thanks for a great module.
      I wonder how to decrese the distance between the lines.
      I’ve tried adding table attributes to the table (as I can controll the table myself), but it doesn’t seems to work.
      I also tried with custom.css to add the attributes style in it.
      However, it appears that the module strips all styling from the presentation.
      Scrapey.jpg

      This is the code that I have used in custom.css, but these don’t seem to bite.

      .MMM-Scrapey{
      height:2px;
      }
      
      .MMM-Scrapey .td {
            padding: 2px;
      }
      .MMM-Scrapey .table {
            border-spacing: 2px;
      }
      .table {
            border-spacing: 2px;
      }
      .td {
            padding: 2px;
      }
      
      posted in Development
      F
      fredric.nil