• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

LCARS - Version 1

Scheduled Pinned Locked Moved Show your Mirror
lcarsstartrekfirst attempt
7 Posts 4 Posters 4.5k Views 6 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.
  • B Offline
    biscuitbigfoot
    last edited by biscuitbigfoot Apr 3, 2023, 10:22 PM Mar 30, 2023, 8:07 PM

    Inspired by @jasvanek LCARS mirror, I’ve created my own. It’s not perfect by a long shot, but it works for me!

    737a5941-0947-4391-ad69-0cb1e2ed0173-image.jpeg

    I made a crude background on PowerPoint:

    3cabb18a-217a-4331-ab72-59a90b86cae4-backround2.jpeg backround2.jpeg

    Then after years and years (probably an hour) I put together this custom CSS:

    :root {
        background-image: url("backround2.jpeg");
        --color-text: #999;
        --color-text-dimmed: rgb(102, 102, 102);
        --color-text-bright: rgb(255, 255, 255);
    
        --font-primary: "Antonio Bold";
        --font-secondary: "Antonio Light";
        
        --font-size: 25px;
        --font-size-small: 0.75rem;
      
        --gap-body-top: 150px;
        --gap-body-right: 61px;
        --gap-body-bottom: 160px;
        --gap-body-left: 200px;
        
        --gap-modules: 30px;
      }
    
    .clock {
        --color-text: #CC807D;
    } 
    .weather {
        --color-text: #CC807D;
    }
    
    .region.top.right {
      width: 30%
    }
    
    .mmmtraffic-firstline {
      font-size: 25px;
      color: #CC807D;
    }
    
    .mmmtraffic-secondline {
      font-size: 0.75rem;
      color: rgb(102, 102, 102);
    }
    

    If this is total rubbish, please let me know how to improve in excruciating detail!

    1 Reply Last reply Reply Quote 4
    • L Offline
      lparco
      last edited by Apr 2, 2023, 12:11 PM

      I think you did a great job! Very Startrek like. I’m very new to this but I would like to use your background but I’m not sure where to type the commands and enter the detail. If you could provide more details it would be appreciated.
      Thanks

      B 1 Reply Last reply Apr 3, 2023, 10:23 PM Reply Quote 0
      • B Offline
        biscuitbigfoot @lparco
        last edited by Apr 3, 2023, 10:23 PM

        @lparco What do you have done so far?

        L 1 Reply Last reply Apr 9, 2023, 12:10 PM Reply Quote 0
        • L Offline
          lparco @biscuitbigfoot
          last edited by Apr 9, 2023, 12:10 PM

          @biscuitbigfoot
          I have successfully installed magic mirror and have a few extra modules installed also. I’m having some trouble with actually getting them displayed properly but slowly it’s coming together. I have no programming background but I’m pleased with how it’s coming together. I’m a Star Trek fan so that’s what made me contact you when I saw how beautiful your screen turned out

          D 1 Reply Last reply Jun 3, 2024, 5:32 PM Reply Quote 0
          • D Offline
            draxiom @lparco
            last edited by Jun 3, 2024, 5:32 PM

            Neat @biscuitbigfoot!
            @lparco I know this is an old thread, but I got this working as well. Copy the backround2.jpeg to the css directory and add the css provided to the bottom of the main.css file. “Cascading style sheets” mean that whatever is at the bottom will override anything above, so you don’t need to remove duplicates.

            After I got the background working, I had to tweak some of the sizes to make it look right on my monitor through trial and error.

            S 1 Reply Last reply Jun 3, 2024, 9:26 PM Reply Quote 0
            • S Online
              sdetweil @draxiom
              last edited by sdetweil Jun 3, 2024, 9:29 PM Jun 3, 2024, 9:26 PM

              @draxiom please put any private css in custom.css, don’t edit our files. it breaks updates

              main.css is loaded first
              any module provided css are loaded next ( in config.js order)
              custom.css is loaded last, so it can override anything specified before

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              D 1 Reply Last reply Jun 4, 2024, 3:26 PM Reply Quote 0
              • D Offline
                draxiom @sdetweil
                last edited by Jun 4, 2024, 3:26 PM

                @sdetweil Good call! I didn’t see that there 🫣 I moved my custom css to custom.css and it all works the same. Thanks!

                1 Reply Last reply Reply Quote 1
                • 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