MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Cato
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 3
    • Topics 14
    • Posts 163
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MMM-Ruter (for Oslo and Akershus in Norway)

      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?

      posted in Transport
      CatoC
      Cato
    • RE: SSH startup

      @djbenny07 Try to add "DISPLAY=:0’ in front of your command. Do you really need “sudo”?

      posted in Troubleshooting
      CatoC
      Cato
    • RE: MMM-Ruter (for Oslo and Akershus in Norway)

      [1.0.1] - 2016-10-24

      • Fixed stupid this/self-bug in the refresh-code that I managed to introduce just before initial commit
      posted in Transport
      CatoC
      Cato
    • RE: How to insert a GitHub card in a post?

      @ianperrin Btw, where did you find this information? I searched for “NodeBB GitHub card” but it didn’t find anything interesting.

      posted in Forum
      CatoC
      Cato
    • When updating post I get "You're not allowed to create a poll"

      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…?

      posted in Forum
      CatoC
      Cato
    • RE: How to insert a GitHub card in a post?

      @ianperrin Thanks!

      posted in Forum
      CatoC
      Cato
    • MMM-Ruter (for Oslo and Akershus in Norway)

      [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

      0_1477240730716_MMM-Ruter_Simple.png

      Let me know if you have any bugs, suggestions or feature request!

      posted in Transport
      CatoC
      Cato
    • How to insert a GitHub card in a post?

      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…! ;-)

      posted in Forum
      CatoC
      Cato
    • RE: Where are you from?

      Oslo, Norway

      posted in General Discussion
      CatoC
      Cato
    • RE: diy-guys Mirror

      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

      posted in Show your Mirror
      CatoC
      Cato
    • Cato's mirror

      Hi,

      Here is my mirror:

      Nr2

      Nr2

      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!

      posted in Show your Mirror
      CatoC
      Cato
    • RE: PIR sensor behind glass?

      @dmcinnes Would you mind share some code? :)

      posted in Hardware
      CatoC
      Cato
    • RE: SHUTDOWN SWITCH

      Looks very nice, but maybe it would have been more practical if the USB go in on the other side…?

      posted in Hardware
      CatoC
      Cato
    • RE: Got everything today... Now about Touch...

      @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…

      posted in General Discussion
      CatoC
      Cato
    • RE: Magic Mirror is nominated by MagPi as top Pi Project.

      Aaaarghhh! F**king stupid page - I managed to vote for the wrong project! :-(

      posted in General Discussion
      CatoC
      Cato
    • RE: PIR sensor behind glass?

      @RedNax Can you share a picture? 😊

      posted in Hardware
      CatoC
      Cato
    • RE: Wunderlist-?

      Did you try to search? Then you’ve found this: https://forum.magicmirror.builders/topic/213/wunderlist-your-todos-on-the-mirror/1

      posted in Troubleshooting
      CatoC
      Cato
    • RE: Adjust brightness of the screen in the night

      @strawberry-3.141 Yes, that seems like a much better idea! I tried to think simple, but it was not simple enough… :-)

      posted in Troubleshooting
      CatoC
      Cato
    • RE: Adjust brightness of the screen in the night

      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;
      }
      
      posted in Troubleshooting
      CatoC
      Cato
    • 1 / 1