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.

    Dakboard-esque Layout

    Scheduled Pinned Locked Moved Showcase
    1 Posts 1 Posters 2.0k 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.
    • M Offline
      memoryone85
      last edited by

      ymsd6czlci2e1.jpeg

      body {
              margin: 0;
              height: 100%;
              width: 100%;
              background: rgb(0 0 0 / 100%);
              color: white;
      }
      .dimmed,
      .normal,
      .bright {
              color: white;
      }
      
      /* Region Definitions. */
      .region.top.right,
      .region.bottom.right {
              position: absolute;
              width: 79%;
      }
      
      .region.top.left,
      .region.bottom.left,
      .region.middle.center {
              position: absolute;
              width: 20.5%;
      }
      
      .region.fullscreen.below {
              position: absolute;
              width: 24.25%; /* Background doesnt match for some reason */
      }
      
      
      /* Clock Options */
      .clock {
              float: right;
              text-align: right;
      }
      .clock .time {
              font-size: 90px;
      }
      
      
      /* MMM-GoogleTasks Formatting */
      .MMM-GoogleTasks {
              float: right;
              margin-top: 50px;
              width: 100%;
      }
      .MMM-GoogleTasks .module-header {
              visibility: hidden;
      }
      .MMM-GoogleTasks .item.notes {
              display: none;
      }
      .MMM-GoogleTasks .item {
              padding: .25em .25em .25em 1em;
              border-width: 0;
      }
      
      
      /* MMM-OpenWeatherMapForecast Options  */
      .MMM-OpenWeatherMapForecast .module-content {
              width: 100%;
      }
      .MMM-OpenWeatherMapForecast {
              text-align: right;
      }
      
      
      /* MMM-CalendarExt3 Options */
      /* Hides Calendar Header */
      .MMM-CalendarExt3 .module-header {
              visibility: hidden;
      }
      
      /* Global Settings */
      .CX3 {
              --cellbgcolor: rgb(0 0 0 / 100%);
      }
      
      /* Current month cell background color */
      .CX3 .thisMonth {
              background-color: var(--cellbgcolor);
      }
      
      /* Remove Calendar Week */
      .CX3 .cellContainer .cell:nth-child(1) .cw {
              display: none;
      }
      /* Day of Week Formatting */
      .CX3 .weekend {
              font-size: 100%;
              font-weight: normal;
      }
      .CX3 .weekend_1,
      .CX3 .weekend_2,
      .CX3 .weekday {
              color: var(--defaultColor);
              font-weight: bold;
              text-align: center;
      }
      /* Day Number Formatting */
      .CX3 .cellHeader {
              text-align: left;
              font-size: 100%;
      }
      /* Change font sizes */
      .CX3 .event.singleday .headline:not(.useSymbol)::before,
      .CX3 .event.singleday .headline.useSymbol .symbol.noSymbol::before,
      .CX3 .event .headline .title,
      .CX3 .event .headline.useSymbol .symbol,
      .CX3 .event.singleday .headline .time,
      .CX3 .event.multiday .headline .startTime,
      .CX3 .legends .legend,
      .CX3 .legend.useSymbol .symbol{
              font-size: 90%;
      }
      
      /* Event Formatting */
      .CX3 .event.fullday,
      .CX3 .event.multiday,
      .CX3 .legends .legend {
              border-radius: 8px;
              color: var(--oppositeColor);
      }
      
      1 Reply Last reply Reply Quote 6
      • N noviceuser referenced this topic on

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      • 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