VERY late to the party but Thank you so much for this…works like a charm!!!
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Sonos - To show what your SONOS is playing.
-
RE: Show Module based on date
@soldado48 Just about anything is possible. You can add config entries to show or hide a module based on day/date … time would be a bit more difficult but doable.
-
RE: Getting module's URL from node_helper before socket connected
@sdetweil Yes I send my config to node_helper in my weather module :)
-
RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror
This goes into your custom.css file in the css directory.
You can change size, color, font weight and line height. You may need to make changes to these depending on how you want it to look.
Remember when you change the font size you’ll need to change line-height size as well… Line height should be bigger then font size ;).MMM-HomeAssistant-Sensors .ha-small { font-size: 22px; line-height: 18px; font-weight: bold; color: #fff } .MMM-HomeAssistant-Sensors .ha-normal { font-size: 30px; line-height: 25px; color: #fff } .MMM-HomeAssistant-Sensors .ha-big { font-size: 42px; line-height: 26px; color: #fff } -
RE: Star Trek TNG
@jasvanek Awesome job on the CSS! Why don’t you share it? I see others are interested in your work!
-
RE: Completely lost
@bugsounet But you gotta admit the PIR module ‘the guy’ made is damn good! LOL
-
RE: Completely lost
@ankonaskiff17 I agree!!! Once you get it, you get it but that can take a bit to understand.
I’m hoping things are getting easier for you!
My suggestion is this.Once you have the mirror running and working make a copy of your config.js file that way if you add something and it breaks the mirror you have your backup that you know works.
Problems persist as they always will. Make backups :)
Once you have a running mirror with all the modules you want/need then backup the entire thing and you’ll always have a fresh copy already setup in case you need it :)
I’ve been here almost from the beginning so setting this up and getting things running is just a matter of how long it takes the pi to move so I can get it done LOL.
My mirror is setup up with quite a few of my own modules running that I’ve built for my use.
Weather module
[with hourly and daily forecast]
My version of Holiday module
I’m using someone else’s PIR module [Name cannot mention he gets mad]
Sams config module
My own clock module
Background module
Sniles HA module [to get sensors from Home Assistant on my mirror]That’s about it.
-
RE: Module Refresh Time
@mumblebaj in some modules at the top of the main js file you may see this ->
updateInterval: 50 * 60 * 1000,Or you could add it to a module if need be.
-
RE: Display Alexa or Google timers set by other devices?
@Alcedema It probably wouldn’t work… I’m positive it would lag and never be accurate.
-
RE: mykle1 / MMM-EARTH-Live
@N6NG You gotta read the repo. :adult_medium-light_skin_tone:
During "loss of signal" periods, viewers will see a blue screen. Since the station orbits the Earth once every 90 minutes, it experiences a sunrise or a sunset about every 45 minutes. When the station is in darkness, external camera video may appear black, but can sometimes provide spectacular views of lightning or city lights below. -
RE: Completely lost
@notacomputerguy I would look for the lastest weather module that still uses an api key and try that. :) Even the one I wrote is obsolete… as many providers as there were they are no more so that, as Sams says, breaks things.
The ONLY reason I have free weather api is because I have a weather station so 2 services provide me with keys as long as I provide them with data…
The state of how things are… ugh… it’s weather for God’s sake … but data is $$ to companies… the little guy be damned.
If that’s what’s holding you up skip the weather for now and start with stock modules and build up :) We’re here to help… it doesn’t have to be a full time job!
-
RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror
Been working great for me! I had to change some entities today and it’s still chuggin along :)
-
RE: Magic Mirror with touchscreen Display/Monitor
I have a 24" one that after I bought it found out that it will not work in Linux so my only option is to install MM on Windows … ugh. So when I can come across a NUC or something small I will until then …
-
RE: MMM-NOAA3
@mumblebaj Sorry it’s not you, you are 100% right it wasn’t there and I cannot explain why either… SO I put it back up the other day. :) You aren’t losing your mind.
-
RE: MMM-NOAA3
@mumblebaj Sure it does
it’s right here -> https://github.com/cowboysdude/MMM-NOAA3
-
RE: How do you get modules to communicate with each other?
@adrien00 I have two modules that relay info back and forth to each other. They are weather modules and I get info and send it over to the other module.
I do this because I needed/wanted some weather info to show up in a specific place so I send my ‘payload’ from the 1st module to the 2nd module…