@lolobyte Awehh Damn! May bad, how is it happend?
Read the statement by Michael Teeuw here.
Posts
-
RE: Paul's frameless MM- finally done :)
-
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?
-
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? :)
-
RE: ESP8266 + DHT22 + Thingspeak in magic mirror
@tosti007 Why Thingspeak and not FHEM?
-
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 ;)
-
RE: MagicMirrorApp
@aschulz90 So it´s like the MMM-Remote control module but in an android app :) sounds nice! great work :D
-
RE: My 1st MagicMirror2
@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 :)
-
RE: Video messages
@broberg the mirror should record the video :) but sending massages to the MM would also be a great feature!