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

    Posts

    Recent Best Controversial
    • RE: Looking for Austrian Testers

      @strawberry-3-141 OMG! Thank you so much :smile:

      posted in Development
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: The Mystic Mirror: An Alexa-powered Magic Mirror

      pretty nice! how did you set up the RSS-Feed module to show pictures and the text? :)

      posted in Show your Mirror
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: MMM-ImagesPhotos - Show images from a directory

      super cool! :)

      posted in Utilities
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: digital photo frame

      @roramirez Super cool! thanks :)

      posted in Requests
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      @AAPS i did use npm install the module and everything else is working. only pm2 restart mm crashes electron

      posted in System
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Heyo, after updating to 1.1.2, if i restart MM using pm2 i get a white screen and had to reboot the pi. Any idea?

      posted in System
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: layer definition: here MMM-Globe overlaps left panel

      @strawberry-3.141 thats my 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;
      }
      
      .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;
      }
      
      .region.fullscreen {
        position: absolute;
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px;
      }
      

      where should i put ?

       .MMM-Globe {
      z-index: 2;
      position: relative;
      }
      

      everywhere I tried it, it´s not working :see_no_evil:

      posted in Troubleshooting
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: layer definition: here MMM-Globe overlaps left panel

      not working for me too

      posted in Troubleshooting
      schlachtkreuzer6S
      schlachtkreuzer6
    • MMM-Saint-Patrick

      Discription:
      A little different Snow Module inspired by MM-Snow by MichMich and MM-Valentine by morozgrafix with Saint Patricks Day related Icons.

      Screenshot:

      0_1486219174023_screenshot.PNG

      Download:

      [card:schlachtkreuzer6/MMM-Saint-Patrick]

      posted in Fun & Games
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Replacing snow flakes with hearts in the MMM-SNOW module

      Yeah I did it :P
      [card:schlachtkreuzer6/MMM-Saint-Patrick]

      posted in Troubleshooting
      schlachtkreuzer6S
      schlachtkreuzer6
    • 1 / 1