• 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.

My 1st MagicMirror2

Scheduled Pinned Locked Moved Show your Mirror
21 Posts 10 Posters 21.1k Views 10 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.
  • S Offline
    schlachtkreuzer6 @broberg
    last edited by Jan 22, 2017, 11:25 AM

    @broberg @sithlordhood

    @broberg said in My 1st MagicMirror2:

    You could remove the margins of the MM body, that way you would utilize more of the screen itself, since you have more mirror on the sides of the monitor :)

    It´s easy just add this to your custom css:

    /*****************************************************
     * Magic Mirror                                      *
     * Custom CSS                                        *
     *                                                   *
     * By Michael Teeuw http://michaelteeuw.nl           *
     * MIT Licensed.                                     *
     *                                                   *
     * Add any custom CSS below.                         *
     * Changes to this files will be ignored by GIT. *
     *****************************************************/
    
    body {
      margin: 20px;
      position: absolute;
      height: calc(100% - 40px);
      width: calc(100% - 40px);
      background: #000;
      color: #aaa;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 400;
      font-size: 2em;
      line-height: 1.5em;
      -webkit-font-smoothing: antialiased;
    }
    
    .region.fullscreen {
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px;
    }
    

    just play with the px and don´t forget about the fullscreen mode for modules :)

    1 Reply Last reply Reply Quote 0
    • J Offline
      jbeck615
      last edited by Feb 26, 2017, 7:26 PM

      thank you for sharing so much. so so helpful

      1 Reply Last reply Reply Quote 0
      • S Offline
        sithlordhood @cowboysdude
        last edited by Apr 21, 2017, 9:07 PM

        @cowboysdude This is the one I used:

        http://www.ebay.co.uk/itm/Car-Dash-Flush-Mount-Dual-USB-1m-Male-to-Female-Extension-Cable-Lead-Panel-MA950-/272413643903?hash=item3f6d1e547f:g:rUkAAOSwDmBY4CTs

        C 1 Reply Last reply Apr 21, 2017, 10:05 PM Reply Quote 2
        • C Offline
          cowboysdude Module Developer @sithlordhood
          last edited by Apr 21, 2017, 10:05 PM

          @sithlordhood said in My 1st MagicMirror2:

          @cowboysdude This is the one I used:

          http://www.ebay.co.uk/itm/Car-Dash-Flush-Mount-Dual-USB-1m-Male-to-Female-Extension-Cable-Lead-Panel-MA950-/272413643903?hash=item3f6d1e547f:g:rUkAAOSwDmBY4CTs

          What size hole did you drill? If you can remember. I have one of those! :)

          J 1 Reply Last reply Apr 22, 2017, 9:44 AM Reply Quote 0
          • J Offline
            johnnyboy @cowboysdude
            last edited by johnnyboy Apr 22, 2017, 9:46 AM Apr 22, 2017, 9:44 AM

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • R Offline
              RE_Magic_Mirror
              last edited by May 22, 2017, 5:19 PM

              I used most of this information and I can’t thank everyone enough for all the contributions. Thank you.

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 3
              • 2 / 3
              • 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