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

    Posts

    Recent Best Controversial
    • RE: Is it possible to change the CSS layout at a certain time? (Dark Mode)

      I hope this help.

      https://github.com/Piranha1605/MMM-CSSswitch

      posted in Development
      Piranha1605P
      Piranha1605
    • RE: Clock module

      Some time ago I built a module that included the flip clock. MMM-Watchstore

      posted in Development
      Piranha1605P
      Piranha1605
    • RE: Deutsche Anleitung MagicMirror auf RaspberryPi 3

      @radioman Versuche mal dein Modul zu verschieben und nicht die ganze Region.

      .module.calendar {
      background : black;
      margin-left: 10px;
      margin-top: 130px;
      }
      
      posted in General Discussion
      Piranha1605P
      Piranha1605
    • RE: Bright UI

      @potts-mike yes

      posted in Showcase
      Piranha1605P
      Piranha1605
    • RE: Bright UI

      @potts-mike
      I got it with the calendar, you just have to adjust the CSS.

      Here is an example with which entries you can customize it.

      
      }
      .CX2 .agenda .eventSub {
      	display:none;
      }
      .CX2 .daily .fullday .eventTime {
      	display:none;
      	font-size: 18px;
      }
      .CX2 .slot .event{
      	background: inherit;
      	font-size: 18px;
      }
      .CX2 .slot .slotHeader{
      	background-color:Transparent;
      	text-transform: uppercase;
      	font-size: 20px;
      	font-weight: 400;
      	border-bottom: 1px solid #1ed760;
      	line-height: 15px;
      	padding-bottom: 5px;
      	margin-bottom: 10px;
      	color: #999;
      }
      .CX2 .today .slotHeader * {
      	text-transform: uppercase;
      	color: #999;
      	font-size: 20px;
      }
      .CX2 .event.fullday {
      	color: inherit;
      }
      .CX2 .slot .slotFooter {
      	display: none;
      }
      .CX2 .event[data-calendar-name="Die Fischers"] {
      	border-left: 2px #ce4138 solid;
      	border-bottom: 1px solid #424242;
      }
      .CX2 .event[data-calendar-name="Karate"] {
      	border-left: 2px #3288ff solid;
      	border-bottom: 1px solid #424242;
      }
      .CX2 .event[data-calendar-name="Abfall"] {
      	border-left: 2px #6bff32 solid;
      	border-bottom: 1px solid #424242;
      }
      .CX2 .slot > .slotContent{
        position:relative;
        width:100%;
        background-image:inherit;
      }
      .CX2 .event.fullday {
        border-radius:0px;
      }
      
      posted in Showcase
      Piranha1605P
      Piranha1605
    • RE: Dark UI

      @robertybob
      You will need to adjust the size of the modules.

      posted in Showcase
      Piranha1605P
      Piranha1605
    • RE: Bright UI

      @potts-mike

      At first glance, I think that these are the entries attached below.

      .sonos ul .art img {
        height: 400px;
      }
      
      .MMM-PaprikaMenu .menu .today .meal {
        color: #8a8a8a; 
        font-size: 24px;
      }
      

      But it may also be that something is written about the .js or .njk, so have a look

      posted in Showcase
      Piranha1605P
      Piranha1605
    • RE: Bright UI

      Please post me all three CSS, from the paprika menu, from Sonos and your custom.css, and I’ll get you ready

      posted in Showcase
      Piranha1605P
      Piranha1605
    • RE: CSS for small fullscreen display

      What you mean is called responsive web design. for example, you could use the tablet in portrait or landscape format and thus adjust the position of the modules.You have to change the index.html for this with the meta name viewport, but with an update the index.html will probably be overwritten.

      https://www.w3schools.com/css/css_rwd_intro.asp

      posted in Development
      Piranha1605P
      Piranha1605
    • RE: Mirror not starting after updating to MagicMirror² v2.12.0

      @sdetweil
      As often as I have to put on my MM right now, your skips are part of life like eating. :cat_face_with_tears_of_joy: :cat_face_with_tears_of_joy: :cat_face_with_tears_of_joy:

      posted in Troubleshooting
      Piranha1605P
      Piranha1605
    • 1
    • 2
    • 3
    • 4
    • 1 / 4