A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Subcategories

  • Any suggestions or wishes for the forum?

    105 Topics
    727 Posts
    J
    @sdetweil Thanks, I made the changes ad it works perfectly. Thank you for your prompt response.
  • Quick question guys!

    2
    0 Votes
    2 Posts
    354 Views
    K
    I just tried with the mirror I took off my MM, it doesn’t make much difference if it’s stuck against the display or if there’s a gap, you can go for it ;) And honestly, I prefer without mirror :D
  • Update available 2997 commits behind

    4
    0 Votes
    4 Posts
    1k Views
    S
    @Canguingo to update from my scripts is a 2 step process, right? upgrade-script.sh will do the git pull and npm install, and refresh npm setup for any modules that might need it it should handle all the work… and give you a trial run of all that… only applying changes if u request them give it a try this works on Mac as well, cut/paste this line into the terminal window on your device bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" ------> no changes are made to the local repo or the working copy < --------- if you WANT to actually apply the changes, cut/paste this line into the terminal window on your device bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply there is a log file (upgrade.log) in the MagicMirror/installers folder…
  • User Friendly Magic Mirror?

    magic mirror
    10
    0 Votes
    10 Posts
    3k Views
    SergeS
    @tripalreno4 here is how to make the user-friendly web interface to connect you RPi to WiFi network. https://lemariva.com/blog/2019/02/raspberry-pi-cups-printer-server-using-docker. Follow until CUPS installation. After installation, your RPi will create its own wifi access point (AP) if no known wifi identified by RPi. When AP created, User connects to it, goes to http://192.168.27.1 and enter his wifi credentials using simple web interface (scan->select->enter password). Worked for me. I have made some visual adjustment and it looks like: [image: IMG-20200715-223628.jpg]
  • Using voice to wake up mirror from sleep

    voice control google assistant onoff screen
    10
    0 Votes
    10 Posts
    3k Views
    A
    Ahh well thank you for saving me the trouble of looking into it. Figured it wouldnt be as good just based on the adoption
  • Clientonly mode vs just a browser

    7
    0 Votes
    7 Posts
    2k Views
    A
    Hah well that didnt take long… Chromium crashed on me a few times today with the classic “Aw, Snap!” page… but that might be more of an indication that I have an issue with one of the modules and not with how it is displayed. But as far as I know pm2 can be setup to auto-restart so if the “Aw, Snap!” page I’m seeing would cause the node process to crash, pm2 would auto-restart it. tl;dr one difference between the two ways. Chromium doesnt auto-restart on crashes. pm2 would autorestart but might hide the underlying issues if you are not monitoring logs/restarts.
  • Opening python file

    1
    0 Votes
    1 Posts
    258 Views
    U
    Can i open a few python scripts with MagicMirror. The python scripts must be opened at autostart.
  • Japanese Style frame

    frame
    1
    0 Votes
    1 Posts
    513 Views
    W
    Several years back I built a MagicMirror, Just the Display anyway. Using a 30" LCD TV. Anyway back then I was following the authors general directions. I never got around to encasing it. It was a Japanese Style Frame he built. I did save it to my Hard Drives, but through the years of drive failures and not doing such a good back of it I have been searching for about a week and have found nothing resembling this frame. The frame was somewhat interlocking in the pieces, they were somewhat ornamental, but all done by saw and a lot of sanding. I am not having the time to get back to this wonderful project and of course would update it for the software. If anyone can point me to this frame patterns/ design I can take it from there. Thanks in advance. Ben ARS W4QED
  • Dynamic Configuration for Modules

    question config touch clock weather
    2
    0 Votes
    2 Posts
    1k Views
    S
    @jvanderen1 this module supports moving modules on notification https://github.com/Toreke/MMM-Dynamic-Modules
  • Please use the search function.

    1
    1
    2 Votes
    1 Posts
    262 Views
    Piranha1605P
    Please use the search function. At the moment questions are being asked time and again that have probably already been answered a hundred times by the search at the top right. The problem is that there are 50 solutions to a problem and newcomers are getting more and more confused. [image: 1593356124642-unbenannt.png]
  • HBO GO

    2
    0 Votes
    2 Posts
    633 Views
    L
    I’m also looking module for my mobdro app?
  • Customized frames for MM

    6
    0 Votes
    6 Posts
    2k Views
    thgmirrorT
    Hi, another idea may be to look at a kitchen-store. Maybe they have a used kitchen-unit with a glas-window you can take as a front-frame. The frame behind is much easier to built because you need no miter. Just buy the wood for the back-frame in a hardware-store, ask them to cut it into pieces. Paint it as you like, should not be so expensive.
  • SSH Tutorial

    15
    0 Votes
    15 Posts
    8k Views
    BKeyportB
    There’s also lots of other ways to get remote access to the Pi so you can edit with normal editors and save there. SAMBA (easy, IMO), or other tools to create a share… Just search and ye shall find.
  • Weather Module

    1
    0 Votes
    1 Posts
    273 Views
    A
    I was looking for a neat and clean weather module for a magic mirror. I really loved the Dark sky module but now dark sky does not give you new API’s. Does anybody know of any good modules similar to dark sky?
  • Variables - central?

    3
    0 Votes
    3 Posts
    668 Views
    BKeyportB
    Would be nice to have centrally located variables. I’d suggest posting on github as an issue.
  • Multi tasking mirror

    4
    0 Votes
    4 Posts
    2k Views
    S
    @waladd I have it running with facial recognition, voice control, plex media server, pi hope, mopidy server, Raspotify, and a tons of magic mirror modules, and my rpi4 b 2gb handles quite well… it occasionally hangs during the activation of google assistant but other than that it works just fine…
  • weather forecast and current weather modules

    Unsolved
    22
    0 Votes
    22 Posts
    11k Views
    lavolp3L
    @hango this way you’ll always have problems updating the respective modules. You would have to reset all of your local changes and fill them in after an update. How do you deal with that?
  • which voice control to choose ?

    5
    0 Votes
    5 Posts
    821 Views
    R
    Super, merci !
  • CSS Font size and Color

    4
    0 Votes
    4 Posts
    1k Views
    johnnyboyJ
    @sdetweil Ahhhh… right… I will defo be giving that a look. As you say, saves me playing around trying things in CSS and reloading mirror each time before I see if CSS worked or not… very time consuming! Thanks again Sam… appreciate all your help.
  • Fresh Install

    49
    0 Votes
    49 Posts
    21k Views
    R
    @sdetweil said in Fresh Install: https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners?_=1592186111922 Many thanks!
  • Minimal depth of a frame for the magic mirror

    12
    0 Votes
    12 Posts
    5k Views
    BKeyportB
    @stepan I got lucky, I guess. The circuit boards don’t take up so much room, and they’re in a case that’s way too big for them. If I move the boards a bit, I can get it down to the depth of the monitor itself… of course, that’s playing with stuff that’s at line voltage, and you might not not want to do that.