Installed MM on an RPi3 and am using the default Current Weather module. Everything was good for a couple of days but after the latest reboot the Current Weather has switched to Kelvin and the sunset time is off.
I’ve tried adding units: ‘imperial’ to the current weather portion of config.js and it made no difference. If I switch config.units to metric it still displays Kelvin. Weather Forecast displays correctly.
Odd right?
Using the MagicMirror-sonos-module (https://github.com/CFenner/MagicMirror-Sonos-Module)
Does anyone know how to only show specific sonos speakers, rather than the module displaying them all?
For anyone that wonders across this, this ended up happening because I was using one of the family acconts for my nest developer account. Nest doesn’t consider this as having a device associated to it. Problem was solved by creating a developer account with the ‘main’ account.
I am fairly new to javascript. The original code of the drawing board run smoothly on the webrowser I test with on my mac, but after I re-edit to fit the mirror, action of drawing does not seem to be working
Is there an easy way to change the measurement system, without hacking up the code and missing out on future updates? I have my config’s units set to imperial if that matters.
That doesnt help much sorry
Im unsure how to even add modules or anything as it does nothing now
P.S. im starting with android mirror since the rasp pi would be to hard to do
Hey everybody! i have a problem with my Trello Boards, i installed the module - MMM-Trello - i have the right API, Token and ListID for the Board, but my Mirror shows only “Loading…” Can anybody help me? i think its not a big problem! Thank you very much
Got it. OK. I left it as is and per your note, changed the icons which works well.
Now if I can figure out the color thing, it will be “magic”.
Brendon
I have two calendars in one calendar module as well. I use different icons for both calendar.
With this in mind, you could do some fancy css like:
tr:has(.fa-icon1) td .bright{
color: red;
}
tr:has(.fa-icon2) td .bright{
color: green;
}
I did not try it out, but It might work.
@jeremy
I got stuck on something like that too…
a) read the thread https://forum.magicmirror.builders/topic/254/sachin-s-mirror/25
b) try a module @KirAsh4 wrote for me (and that I changed in a miniscule way)
https://forum.magicmirror.builders/topic/373/alternating-modules-to-save-on-real-estate
Good luck!
@strawberry-3.141
Thanks!
The problem was that the module folder had the name “MMM-TrainConnections” but in the config was “module: ‘trainconnections’”.
I renamed the module folder to 'trainconnections.
That worked.
I have this same issue, not sure how to get it to sort correctly. Luckily its not that important because its only showing whats for dinner the current week and my data has Monday - , Tuesday - in front of it so I can still see its just out of order most of the time.