MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED adjust text layout module "birthdaylist"

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

      I have successfully installed the “birthdaylist” module.
      My intention is to make the output layout match the layout of the text in the “bdl.scv” file.
      Like:
      05-08-1939,Gerda van de Brink-Pijpers
      08-08-1939,Fenny van 't Veld-Hakkers
      08-08-1946,Jannie Neeleman-van der Linde
      13-08-1984, Petra Morren

      Since by default the layout is in upper_case, I have set in:
      custom.css under .birthdaylist .TD-BODY { text-transform: none
      /* ============ birthdaylist ------------ */
      .module.birthdaylist {
      background-color:#0DBC07; // was 008080
      border-radius: 10px;
      padding:8px;
      color: #FFFFFF;
      border: 1px solid #2a313b;
      box-shadow: 11px 11px 16px #3e3e3e,
      -11px -11px 16px #6a6a6a;
      }

      .birthdaylist .TD-BODY {
      border-radius: 10px;
      font-size: 18px;
      text-transform: none;
      color: #FFFFFF;
      letter-spacing: 0.1em;
      vertical-align: top;
      text-align: left;
      line-height: 20px;
      padding: 0px 0px 8px 12px;
      }

      /* ===========einde module birtgdaylist =====

      The output layout is now the same as the text layout in bdl.scv

      However, if there is more than one birthday on a given day, the 2nd name will appear in the default upper_cas and color.bdl Layout.jpg

      Question:
      What do I have to adjust where, so that the 2nd line layout is also the same as that of the others?

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @veldje last edited by

        @veldje the class is TD-SAME
        or TD-SAME_DIMMED ( if doing past days still shown)

        Sam

        Create a working config
        How to add modules

        veldje 1 Reply Last reply Reply Quote 0
        • S
          sdetweil @veldje last edited by

          @veldje the class is TD-SAME
          or TD-SAME_DIMMED ( if doing past days still shown)

          Sam

          Create a working config
          How to add modules

          veldje 1 Reply Last reply Reply Quote 0
          • veldje
            veldje @sdetweil last edited by

            @sdetweil Thank you for the quick response. I made the changes and it worked.

            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