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

    Posts

    Recent Best Controversial
    • RE: Need help for last two problems.

      I figured out how to change the position of my center_middle. I went to the main.css file and changed the following lines. The -50% I changed to -62%. This number was selected by trial and error. Now my middle section is spaced exactly the same on the top and bottom.

      .region.middle.center {
        width: 100%;
        text-align: center;
        -moz-transform: translateY(-62%);
        -o-transform: translateY(-62%);
        -webkit-transform: translateY(-62%);
        -ms-transform: translateY(-62%);
        transform: translateY(-62%);
      }
      
      
      
      .region.middle.center {
        top: 62%;
      }
      
      posted in Troubleshooting
      T
      TimGV
    • 2 sessions of MM on one pi 4

      can i run two versions of Magic Mirror on a Pi4. I want to create two monitors that will be on the same wall and since the Pi 4 has two HDMI out ports. I would like to use one Pi to display different pictures on each monitor.

      Thanks for any guidance. Tim

      posted in General Discussion
      T
      TimGV
    • RE: Need help for last two problems.

      I have my screen set up so it does full width but what I would like to do is to drop the middle_center down one inch. Once I can do this all my modules line up good.
      Thanks for your help. Tim

      posted in Troubleshooting
      T
      TimGV
    • Need help for last two problems.

      The Weather forecaster after update stopped showing the day for the forecast.

      SmartWebDisplay i have set for middle_center and I would like to lower the complete display about an inch. I want to use all of my screen. I believe the settings would go into the custom.css file but I can not figure out the exact command.

      I was going to upload a picture but can not figure it out.

      Thanks for any help. Tim

      posted in Troubleshooting
      T
      TimGV
    • RE: [SOLVED] Can I display MagicMirror on a TV, with no mirror?

      On YouTube there is a series of how to make a magic mirror without the frame. “Raspberry Pi MagicMirror without the Mirror Part 1: Basic Setup.” I followed her videos and everything is working great. I use a small TV.

      posted in General Discussion
      T
      TimGV
    • 1 / 1