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: digital photo frame

      @Labzz I´m interested and i pulled a similar request days ago :P

      posted in Requests
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Magic Mirror With Amazon Alexa

      @bartalluyn nice!

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

      @in_a_days Funny I also got that bug on the previous remote version, after updating to MM v2.1 . If I´m rebooting the MM or Power Off and starting it later, all changes of visible Modules are gone. So basically i tested some modules and later hide them cause i don´t want to delete them from the config, or just show them when i need some of them. It´s not a big deal, just saying.

      posted in System
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: mmm-wu-moon-phases - Moonphases from Weather Underground

      @kurt yeah, you are right! all module specific changes and settings are in the main config ~/MagicMirror/config/

      posted in Utilities
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: mmm-wu-moon-phases - Moonphases from Weather Underground

      @kurt and in the config:

      {
      	module: 'mmm-wu-moonphase',
      	header: 'Aktuelle Mondphase',   // optionally you can add a header to this block
      	position: 'top_right',  // this can be any of the regions.   
      		config: {
      			// See 'Configuration options' for more information.
      			apikey: 'your api',
      			country: 'Austria',
      		city: 'Vienna',
      		apiLang: 'DL',
      	}
      },
      
      posted in Utilities
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: mmm-wu-moon-phases - Moonphases from Weather Underground

      @kurt Hey Kurt :) or servus! yeah sure i will help you!

      1. go to this site: https://www.wunderground.com/weather/api/
      2. klick on the explore my options button
      3. it doesn´t matter what package you´re choosing all 3 are free, only if you need more data requests as 500 a day (10 per minute)
      4. register to the site with your email etc.
        0_1485594273789_weatherundergroundapi.PNG
      posted in Utilities
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Amazon cloud drive photo album

      @schmucke oh thanks, would be great! :)

      posted in Requests
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Amazon cloud drive photo album

      @schmucke https://developer.amazon.com/amazon-drive

      posted in Requests
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Camera intigration in your Mirror

      @lolobyte ah okay thats V1 so :) Thank you :)

      posted in General Discussion
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Camera intigration in your Mirror

      @lolobyte WOW! that is great thank you very much! That helps me immensely :D

      which camera version are you using? the Pi Noir v2? and which transmision has the mirror?

      posted in General Discussion
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Paul's frameless MM- finally done :)

      @lolobyte Awehh Damn! May bad, how is it happend?

      posted in Show your Mirror
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Paul's frameless MM- finally done :)

      @PaulB WoW nice work! :) i like the frameless thing! somehow it looks broken in the left bottom corner!? or is it just an illusion?

      posted in Show your Mirror
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Camera intigration in your Mirror

      @lolobyte I´m also interested to see the difference between the camera mounted in the frame or mounted behind the glass :) Is it possilbe to share some pics of the camera feed? :)

      posted in General Discussion
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: ESP8266 + DHT22 + Thingspeak in magic mirror

      @tosti007 Why Thingspeak and not FHEM?

      posted in Requests
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: The screen doesn't have the right size

      go to: ~/MagicMirror/css/main.css and change the content of main.css to this:

      /*****************************************************
       * 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 change margin px, hight and width px and be careful to set the same margin px at fullscreen ;)

      posted in Troubleshooting
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: MagicMirrorApp

      @aschulz90 So it´s like the MMM-Remote control module but in an android app :) sounds nice! great work :D

      posted in System
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Asus Thinker Board is here!

      http://hackaday.com/2017/01/21/a-motherboard-manufacturers-take-on-a-raspberry-pi-competitor/

      posted in Hardware
      schlachtkreuzer6S
      schlachtkreuzer6
    • Asus Thinker Board is here!

      http://cpc.farnell.com/asus/90mb0qy1-m0eay0/tinker-board-2gb-1-8ghz-4k-gb/dp/SC14363

      posted in Hardware
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: My 1st MagicMirror2

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

      posted in Show your Mirror
      schlachtkreuzer6S
      schlachtkreuzer6
    • RE: Video messages

      @broberg the mirror should record the video :) but sending massages to the MM would also be a great feature!

      posted in Requests
      schlachtkreuzer6S
      schlachtkreuzer6
    • 1 / 1