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-MotionEye - surveillance video stream on your mirror!

      Have you installed Motion Eye on a different Raspberry Pi than the one you are running Magic Mirror on?

      The motion trigger URL should not use same port as the video feed URL like it seems you have in your config. The last URL seems most correct. What happen when you open that in any browser?

      posted in Utilities
      CatoC
      Cato
    • RE: A magic mirror with touchinterface made from noble oak.

      @berlincount Oh I think it WAS exiting because I thought the ir frame would be more visible. It’s hard to see on your mirror. Beautifull! :-)

      posted in Show your Mirror
      CatoC
      Cato
    • RE: A magic mirror with touchinterface made from noble oak.

      @ij0n Is it the black frame? Wow, hard to see!

      Where did you order it? Do you have any movie of the touch functions?

      posted in Show your Mirror
      CatoC
      Cato
    • RE: A magic mirror with touchinterface made from noble oak.

      @ij0n Is the touch frame on your picture?

      posted in Show your Mirror
      CatoC
      Cato
    • RE: A magic mirror with touchinterface made from noble oak.

      REALLY nice!!!

      What’s those yellow stickers for? 😉

      posted in Show your Mirror
      CatoC
      Cato
    • RE: Currency Exchange Rates?

      Great module - works perfectly!

      I’m not sure if this is just me, but for some currencies I like to switch the base currency because that makes more sence to me.

      Suggestion: make an array of base/currencies, like this:

      currencies: [
            { base: 'NOK', symbol 'THB' },
            { base: 'EUD', symbol 'NOK' },
            { base: 'USD', symbol 'NOK' }
      ]
      

      A little harder to configure, but much more flexible.

      Again - not sure if this is for everyone… (?)

      posted in Requests
      CatoC
      Cato
    • RE: Modules starting hidden.

      I struggled with the same until I came up with the pattern I’m using in my MotionEye module (see link to GitHub in my signature).

      In the module I configure a global variable ‘motionDetected’ (could be named 'visible’) that I set to false. In the ‘getDom’ function I return only a DOM element if that is true.

      In the node _ helper I send SHOW notification to the module whenever I want the module to be visible. I do this initially in ‘start’ function too because the user can configure the module to be visible at start. This is not necessary if it always should start hidden.

      Back in the module, I receive the notification and updates the ‘visible’ variable and call updateDom that now will return something.

      posted in Troubleshooting
      CatoC
      Cato
    • RE: Passing Variables Around

      @jeremytripp

      Is this what you really want:

      var myName = "Cato";
      var myModule = { module: 'MyModule', position: 'top_left', config: { name: myName }};
      console.log(myModule);
      

      Output:

      { module: 'MyModule',
        position: 'top_left',
        config: { name: 'Cato' } }
      
      
      posted in Development
      CatoC
      Cato
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @Goldjunge_Chriz I owe you a second apology, because I calculated your price for my size of my existing mirror wrongly the first time (price pr m² divided by actual m², when I should have multiplied). Rookie mistake!

      I paid 1300 for my mirror. You’re price would have been kr 1320. Soooo close! ☺

      posted in Hardware
      CatoC
      Cato
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @Goldjunge_Chriz Sorry, my bad! I just partly recalled an earlier discussion above about this mirror doesn’t have the foil inside like most one way mirrors of glas do. I wrongly assumed it was acrylic which is very normal for less scratch resistant mirrors with the “foil” on the outside.

      posted in Hardware
      CatoC
      Cato
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 16
    • 17
    • 9 / 17