Glad you liked it, @open_book !
Just one question to your proof-picture: I know, from previous chats with you, that you are Norwegian speaking but not coming from Norway (?). Is the time on purpose to be shown as 12 hour clock instead of 24 hour?
Glad you liked it, @open_book !
Just one question to your proof-picture: I know, from previous chats with you, that you are Norwegian speaking but not coming from Norway (?). Is the time on purpose to be shown as 12 hour clock instead of 24 hour?
@djbenny07 Try to add "DISPLAY=:0’ in front of your command. Do you really need “sudo”?
@ianperrin Btw, where did you find this information? I searched for “NodeBB GitHub card” but it didn’t find anything interesting.
I try to update a post (within the 2,5 hours time window), but I get:
“You’re not allowed to create a poll”
… when I save it.
Why…?
[card:CatoAntonsen/MMM-Ruter]
The ‘MMM-Ruter’ is a module for displaying public transport information for Oslo and Akershus in Norway on Magic Mirror 2. It’s using data from Ruter.no

Let me know if you have any bugs, suggestions or feature request!
I’m totally unable to find or remember how I added a GitHub card to a post.
It’s really embarrassing since I did it 3 months ago…
Announcement for new module is waiting for this…! ;-)
I really like the look of this mirror - both front and back!
Would you say that this mirror is reflecting like a “normal” mirror? I had problem with mine that felt too dark compared to normal…
Cato
Hi,
Here is my mirror:
Here is my build blogpost with information how it’s made and many more pictures: https://catoantonsen.wordpress.com/2016/09/24/magic-mirror-version-1
Hope you like it!
Looks very nice, but maybe it would have been more practical if the USB go in on the other side…?
@4Flat4Life Have you looked Spotify Connect UI made by myself at https://forum.magicmirror.builders/topic/468/mmm-spotifyconnectui?
It doesn’t have any touch UI, but instead let’s you connect Spotify on mobile/PC to your magic mirror…
Aaaarghhh! F**king stupid page - I managed to vote for the wrong project! :-(
Did you try to search? Then you’ve found this: https://forum.magicmirror.builders/topic/213/wunderlist-your-todos-on-the-mirror/1
@strawberry-3.141 Yes, that seems like a much better idea! I tried to think simple, but it was not simple enough… :-)
Have you considered using a 50% transparent black DIV that is laying on top of everything?
The DIV has to be added to the DOM with absolute position, like this:
div.nightmode {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: Black;
opacity: 0.5;
}