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

memoryone85

@memoryone85

6
Reputation
9
Profile views
1
Posts
0
Followers
0
Following
Joined Nov 6, 2024, 1:05 PM
Last Online Feb 23, 2025, 6:14 PM

memoryone85 Unfollow Follow

Best posts made by memoryone85

  • Dakboard-esque Layout

    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);
    }
    
    posted in Showcase
    M
    memoryone85
    Nov 25, 2024, 8:53 PM

Latest posts made by memoryone85

  • Dakboard-esque Layout

    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);
    }
    
    posted in Showcase
    M
    memoryone85
    Nov 25, 2024, 8:53 PM
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