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 24.2k 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
      sithlordhood @broberg
      last edited by

      @broberg I will look into this - will give me a little more room. Cheers!

      1 Reply Last reply Reply Quote 0
      • S Offline
        sithlordhood @djdwayneanthony
        last edited by

        @djdwayneanthony Also here is my custom.css - it is only colour changes for the Weather forecast and not my work - copied from someone else’s post here…

        #/*****************************************************

        • 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 {
        }

        .dimmed {
        color: #666;
        }

        .normal {
        color: #999’
        }

        .bright {
        color: #fff;
        }

        .brightb {
        color: #55acee;
        }
        .currentweather .wi-sunrise {
        color: #ffd700;
        }
        .currentweather .wi-sunset {
        color: #ffa500;
        }
        .currentweather .wi-day-sunny {
        color: #ffff00;
        }
        .currentweather .wi-night-showers {
        color: #55acee;
        }
        .currentweather .wi-degrees {
        color: #415;
        }
        .currentweather .wi-rain {
        color: #55acee;
        }
        .currentweather .wi-showers {
        color: #55acee;
        }
        .currentweather .wi-night-showers {
        color: #55acee;
        }
        .currentweather .wi-night-alt-cloudy-windy {
        color: #aaa;
        }
        .currentweather .wi-night-cloudy {
        color: #aaa;
        }
        .currentweather .wi-cloudy {
        color: #aaa;
        }
        .currentweather .wi-day-cloudy {
        color: #aaa;
        }
        .currentweather .wi-cloudy {
        color: #aaa;
        }
        .currentweather .wi-cloudy-windy {
        color: #aaa;
        }
        .currentweather .wi-showers {
        color: #55acee;
        }
        .currentweather .wi-thunderstorm {
        color: #ff00ff;
        }
        .currentweather .wi-snow {
        color: #fff;
        }
        .currentweather .wi-fog {
        color: #999;
        }
        .currentweather .wi-night-clear {
        color: #fff;
        }
        .currentweather .wi-night-rain {
        color: #55acee;
        }
        .currentweather .wi-night-thunderstorm {
        color: #ff00ff;
        }
        .currentweather .wi-night-snow {
        color: #fff;
        }

        .weatherforecast .wi-sunrise {
        color: #ffd700;
        }
        .weatherforecast .wi-sunset {
        color: #ffa500;
        }
        .weatherforecast .wi-day-sunny {
        color: #ffff00;
        }
        .weatherforecast .wi-night-showers {
        color: #55acee;
        }
        .weatherforecast .wi-degrees {
        color: #415;
        }
        .weatherforecast .wi-rain {
        color: #55acee;
        }
        .weatherforecast .wi-showers {
        color: #55acee;
        }
        .weatherforecast .wi-night-showers {
        color: #55acee;
        }
        .weatherforecast .wi-night-alt-cloudy-windy {
        color: #aaa;
        }
        .weatherforecast .wi-night-cloudy {
        color: #aaa;
        }
        .weatherforecast .wi-cloudy {
        color: #aaa;
        }
        .weatherforecast .wi-day-cloudy {
        color: #aaa;
        }
        .weatherforecast .wi-cloudy {
        color: #aaa;
        }
        .weatherforecast .wi-cloudy-windy {
        color: #aaa;
        }
        .weatherforecast .wi-showers {
        color: #55acee;
        }
        .weatherforecast .wi-thunderstorm {
        color: #ff00ff;
        }
        .weatherforecast .wi-snow {
        color: #fff;
        }
        .weatherforecast .wi-fog {
        color: #999;
        }
        .weatherforecast .wi-night-clear {
        color: #fff;
        }
        .weatherforecast .wi-night-rain {
        color: #55acee;
        }
        .weatherforecast .wi-night-thunderstorm {
        color: #ff00ff;
        }
        .currentweather .wi-night-snow {
        color: #fff;
        }

        }

        1 Reply Last reply Reply Quote 3
        • D Offline
          djdwayneanthony
          last edited by

          Legend! Will play about with this tomorrow! Thank you, and once again, well done!

          1 Reply Last reply Reply Quote 0
          • S Offline
            sithlordhood @broberg
            last edited by

            This post is deleted!
            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sithlordhood @sithlordhood
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • S Offline
                sithlordhood @broberg
                last edited by

                @broberg Borderless Layout

                Looks better - plus can get more calendar entries on the screen now! Thanks for the tip.

                brobergB 1 Reply Last reply Reply Quote 0
                • brobergB Offline
                  broberg Project Sponsor @sithlordhood
                  last edited by

                  @sithlordhood no probs! glad I could give useful tips :D

                  On my raspberry I also noticed my 1920 background didn’t display correctly, I had black borders around the workspace that cut off some graphics, so I followed this :
                  http://www.opentechguides.com/how-to/article/raspberry-pi/28/raspi-display-setting.html

                  And gained a couple of more pixels :) (ie I got the full 1920 resolution again)

                  1 Reply Last reply Reply Quote 0
                  • cowboysdudeC Offline
                    cowboysdude Module Developer @Cato
                    last edited by

                    @Cato I’ve been looking for a usb extension … I found one once that was round with 2 USB ports but I can’t find it again :( I would have drilled through my case and installed that!!

                    S 1 Reply Last reply Reply Quote 1
                    • schlachtkreuzer6S Offline
                      schlachtkreuzer6 @broberg
                      last edited by

                      @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

                        thank you for sharing so much. so so helpful

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          sithlordhood @cowboysdude
                          last edited by

                          @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

                          cowboysdudeC 1 Reply Last reply Reply Quote 2
                          • cowboysdudeC Offline
                            cowboysdude Module Developer @sithlordhood
                            last edited by

                            @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! :)

                            johnnyboyJ 1 Reply Last reply Reply Quote 0
                            • johnnyboyJ Offline
                              johnnyboy @cowboysdude
                              last edited by johnnyboy

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • R Offline
                                RE_Magic_Mirror
                                last edited by

                                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

                                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                With your input, this post could be even better 💗

                                Register Login
                                • 1
                                • 2
                                • 1 / 2
                                • 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