MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. number1dan
    3. Topics
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 10
    • Best 5
    • Controversial 0
    • Groups 0

    Topics created by number1dan

    • N

      Small Mirror, 12''x12'' borderless mirror with 8 inch lcd
      Show your Mirror • • number1dan

      1
      0
      Votes
      1
      Posts
      2872
      Views

      N

      I’ve completed the constuction of my mirror now, so here it is!
      As the title says its 12x12 inch with a small screen inside. How I made it was i bought a cheap 12x12 mirror frame with a viewable area of 9 inches then removed the glass and put my 2 way acrylic on top. this makes an essentially borderless mirror with a “pen” to house my pi and screen with supports. I with struggling with visibility of the modules so i pretty much changed the custom css to have nearly everything bold and bright. Unfortunately as you can I have some wobbly mirror goodnesss at the due to the floppy acrylic. I promised myself when i started that i’d keep the back super neat and tidy which i clearly did not do!
      The entire thing weighs less that 1.5 kilos, but cant remember exactly, pretty sure its closer to 1.2.2_1485549516834_16326195_10154299322681732_203552796_o.jpg 1_1485549516834_16326309_10154299322466732_1582842900_o.jpg 0_1485549516833_16357787_10154299322446732_1511699904_o.jpg

      Modules going counter clockwise starting at clock

      -default clock
      MMM-Wunderground
      MMM-Todoist (menu for the week)
      default news feed
      default calendar (League of Legends matches)
      default news feed (edited to be a twitter feed of our trainline)
      MMM-voice (error cos i dont have a mic plugged it)

      Secret bonus modules
      MMM-movieinfo (starts hidden, appears in center when i voice command it to)
      Lastfm Scrobbler in bottom right
      I must have about 10 or so modules commented out in my config.js and I ended up just picking the ones I’d actually look at. But it’s fun to play with them.

    • N

      Anyone experience an issue with white walls and the mirror reflection?
      General Discussion • • number1dan

      1
      0
      Votes
      1
      Posts
      727
      Views

      N

      Hi all,
      So I’m towards the end of my mirror build, I have all the modules setup how i want them on my pi which was super quick because I’d been using a ubuntu vm for testing and then just SCP the config.js over.
      Im at the point where I can put a tablet screen with a teamviewer session behind my Two-way acrylic to see how it looks size-wise and I’ve noticed that however bright i make the screen it’s not very clear because my walls are WHITE! So unless I’m standing directly in the front of the module i want to look at all i see is faint text amidst a reflection of a white wall LOL. I’ve tried changing the colour of the text to stand out more but it doesnt seem to do all that much. Has anyone else had to work around apartment decor and what helped you if anything?

    • N

      Moving modules around screen
      Troubleshooting • • number1dan

      3
      0
      Votes
      3
      Posts
      1727
      Views

      ?

      It would be handy, if there was a module built that allowed you to drag and re-order them in real-time on screen 🙂

    • N

      Modules starting hidden.
      Troubleshooting • • number1dan

      2
      2
      Votes
      2
      Posts
      2111
      Views

      Cato

      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.

    • N

      Easy Twitter feed
      General Discussion • • number1dan

      8
      2
      Votes
      8
      Posts
      3325
      Views

      C

      @vimsi trying to use this to display tweets from a specific account, but not sure where to start. any suggestions or advice?

    • 1 / 1