https://youtu.be/O8uL1oS-6Jg Researchtime :)
Read the statement by Michael Teeuw here.
Posts
-
RE: Proximity sensor "switch" behind mirror?
Something like this? https://www.youtube.com/watch?v=iswUSatSe9E
I´m working on a solution :P cause I want that too!An other solution is the ZX Distance sensor from sparksfun: https://www.sparkfun.com/products/13162 underneath the frame
-
RE: Electron CPU usage
FYI:
with the latest system update (yesterday) and upgrade (yesterday) and latest update of MM its better than before ^^ but still running way to high. My pi is not showing up the overheating symbol (: animations still are crap,… -
RE: ipWhitelist - still not working
@Mykle1 THAAANKS! ;) run in the same issue after the latest update
-
RE: Screen's Brightness Pisses Me Off
What mirror are using? Especially the transmission seem quite high
-
RE: MMM-MyCommute
@j.e.f.f ok! Thanks I will try this as fast as possible, after my holiday ;)
FYI: I work at two destinations, Mon -Fri at W1 and Mon evening and Tuesday evening at W2 with about 1,5-2h at home ^^ only traveling with the car, so for me it’s necessary to know if my usual route is busy or not to calculate when I should left for work but I not really need to know the other route ;) traffic on route W2 varies +/- 1h… (terrible!)
But if this mini schedule thing inside this module works: WOW! What an absolutely overkill of an module for me!
-
RE: Troubleshooting: Changing z-index of different modules
@j.e.f.f ah thanks! Okay, yeah finally the entry above works fine, in my setup there isn’t much space to play with the sizes (portrait)… But anyway thanks for your time to explain some things about css, that’s great! :)
-
RE: MMM-MyCommute
@strawberry-3.141 nope. I didn’t though about it because the module itself got that options but they don’t work at the same time.
-
RE: My config.js file is messed up. someone want to help? :P
@KMH0 check for missing { } one is missing @ soccer live score
{ module: 'MMM-SoccerLiveScore', position: 'top_left', header: 'Live-Scores', config: { leagues: [17, 17, 17], showNames: true, showLogos: true, displayTime: 60 * 1000, showTables: true } }, -
RE: MMM-MyCommute
Great Module thanks for developing! :)
I got a question or more a request?
Is there any way to enable start/endtime and hide days at the same time? So general the module is not shown weekends [0,6] and than starting Mondays with the destination A1 from 0715 to 0900 and B1 16:00 to 18:00 [2,3,4,5] . And tuesday A1 same (0717-0900) and B2 13:00 to 14:00 [1,3,4,5] Wed-Fri A1 continues.
Many thanks for your help!
-
RE: Troubleshooting: Changing z-index of different modules
@strawberry-3.141 Ah if I don´t mix left over right than every thing works (I think I should drink more coffee or go to bed earlier^^) . But I don´t understand why z-index in top center does not work for me… anyway many many many many maaaany thanks strawberry :D
.region.left { z-index: 2; position: absolute; } -
Troubleshooting: Changing z-index of different modules
Hi! I got some troubles with my custom.css that the z-index does not work . So my problem is, that the MMM-Globe (.region.top.center) overlaps the text of my calendar module (or anything else depending where i set the globe). So i tried some things (https://forum.magicmirror.builders/topic/1393/layer-definition-here-mmm-globe-overlaps-left-panel/22)
Here is 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; } .region.top.center { z-index: -2; position: absolute; } .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; } -
RE: layer definition: here MMM-Globe overlaps left panel
@Niggich nope :( does not work either
-
RE: layer definition: here MMM-Globe overlaps left panel
@Niggich nope does not work for me… strange! i changed the location of the globe (lower third), without any success.
-
RE: layer definition: here MMM-Globe overlaps left panel
@strawberry-3.141 @Niggich
Hi guys! I crashed my sd card and now this :
.region.top.center { z-index: -2 position: absolute; }
work anymore!?! If I c+p this in my custom.css the globe disappears!?