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.
  • How to build my photo booth Magic Mirror

    6
    0 Votes
    6 Posts
    6k Views
    N
    @cyberphox ,Can you share it (Post Link) Thanks your sharing
  • Favicon ?

    1
    0 Votes
    1 Posts
    635 Views
    P
    Hey, maybe you can add a simple favicon to the site and forum ? It’s just a little tip but add a lot of :p
  • Humor: LED mirror only $130

    Moved
    1
    0 Votes
    1 Posts
    529 Views
    W
    I don’t know if you all appreciate a little humor here but something I found amusing … I’ve been lurking here and plan to start a project soon-ish, but today I got junk-email advertising an LED mirror for the bathroom for less than I could build a project. They started building up the marketing, talking about it being programmable, etc The description was so similar that I was annoyed my project would be passe before it even started. … nope, $130 for a lighted mirror with a timer on the light.
  • Over clock raspberry pi 3 b+

    6
    0 Votes
    6 Posts
    2k Views
    ?
    Here are some googling of benchmark for alternatives; ATB https://www.geeks3d.com/20180112/tested-asus-tinker-board-vs-raspberry-pi-3-cpu-and-gpu-benchmarks/ RockPi 4 model B https://www.techrepublic.com/article/rock-pi-4-review-is-this-the-raspberry-pi-challenger-youve-been-looking-for/ NanoPi M4 https://forum.armbian.com/topic/8097-nanopi-m4-performance-and-consumption-review/
  • Bullet Proof Mirror aka Watchdog

    1
    0 Votes
    1 Posts
    600 Views
    S
    #Bullet proof mirror and how to enable the pi watch dog. The pi has a watchdog timer circuit built into it that is a prety reasonable means of detecting crashes and forcing an automated reboot. So first we need to enable it. First enable watchdog from /boot/config.txt, adding the following line: dtparam=watchdog=on # Then install watchdog service: sudo apt install watchdog #Uncomment the following line from /etc/watchdog.conf # Uncomment to enable test. Setting one of these values to '0' disables it. # These values will hopefully never reboot your machine during normal use # (if your machine is really hung, the loadavg will go much higher than 25) max-load-1 = 24 max-load-5 = 18 max-load-15 = 12 # ... watchdog-device = /dev/watchdog So basically constant loads and watchdog will kick in not sure what the time base is think its seconds but the above does the job. Then do a reboot and we can check its running by searching the syslog in /var/log for ‘watchdog’ But how do we know its working? We can test with a fork bomb and overload the Pi. If you have done an OC (Over Clock) on your pi do not run this and for anyone this test is your own decision. I have to say that but yeah you know. So what we will do is turn off all the swap so the test ends quicker and it doesn’t thrash your flash. sudo swapoff -a nano pythonbomb.py # import os while(1): os.fork() So we found that watchdog is running in the syslog and now to test. python3 pythonbomb.py Doesn’t take long to swamp the system that one The time base has me confused as its very quick to react on a load test but pretty sure the ping test is a minute. Its good how it is and the default values seem to work well as the highest I have ever seen my pi is just above 3 Ping test I tried this by putting in the IP of my desktop 192.168.1.16 which is local but then I just shut down. And right enough after a minute my computer was no longer available the pi restarted. The only thing I am worried about and I guess this is true that you could enter an IP that may never exist and turn your pi into a rotating boot. Time to put the SD card in a reader and edit your files and remove that watchdog test on another computer I guess. If you don’t have an overzealous internal firewall that putting in your router ip 192.168.1.1 with me would make a good WiFi watchdog Then maybe a internet IP like googles main DNS of 8.8.8.8 might but not sure if you constanty pinging that you may get filtered. 8.8.8.8 is usually what many use just never set up a perm watchdog so honestly can not say bbc.co.uk - 212.58.253.67 did actually take that service down and got bombarded by sysadmins to re-instate and its prob the UK’s unofficial official ping test. etc/watchdog.conf is a standard linux watchdog file http://www.sat.dundee.ac.uk/psc/watchdog/watchdog-configure.html So you can read up on these. https://manpages.debian.org/stretch/watchdog/watchdog.8.en.html As per usual you can all my stuff on https://github.com/StuartIanNaylor/MagicMirror-Install-Guide-Raspberry-0-to-3
  • Module installing problem

    8
    0 Votes
    8 Posts
    2k Views
    3
    @mykle1 The time different is huge like 40 minutes different. i think the issue is due to the summer/sinter time.
  • Just testing. Please ignore.

    3
    0 Votes
    3 Posts
    858 Views
    MichMichM
    @yawns Thanks! 😂
  • Virtual Magic Mirror...is it possible?

    6
    0 Votes
    6 Posts
    3k Views
    A
    I use Pixel Desktop Image inside of virtualbox, which works great for me. AxLED
  • Gruppo MagicMirror TELEGRAM IN ITALIANO

    1
    0 Votes
    1 Posts
    667 Views
    L
    Buonasera a tutti amici ho creato un gruppo telegram riguardante il nostro amato MagicMirror (IN ITALIANO) chiunque sia interessato può unirsi: https://t.me/MIRROR_ITALY vi aspetto!!
  • New Project! I think!

    10
    2
    0 Votes
    10 Posts
    3k Views
    S
    @egnos that is on a different mirror project (github smart-mirror, modules here cannot be used there)… I don’t know of a general purpose voice module here (like MMM-Voice) that uses the google speech api
  • MMM-MovieInfo

    13
    0 Votes
    13 Posts
    5k Views
    S
    Lols it would seem so, as so far much effort but no completed magic mirror, but much fun :) Its been really interesting introduction to nodejs and a whole previously hidden browser console. I am still banging my head with this PiZero as really with any complexity the proc load goes crazy. Great if you keep it relatively simple, but being trying ‘other’ browsers to be lighter and to my surprise chromium is by the the best. Midori & Epiphany even after java problems or bad animation are still no lighter from what I am seeing in Top. Its a tremendous project and I will bung it a donation when I have a bit of cash.
  • 3 different Alexa modules, which one is the best?

    32
    0 Votes
    32 Posts
    26k Views
    M
    @romain I have the exact same problem and can’t seem to find any brief explanation. Did you manage to sort out Alexa yourself ?
  • Touch overly VS. "Smart Glass"

    20
    0 Votes
    20 Posts
    15k Views
    peemoellerP
    @cowboysdude Hi, I have my MM up and running but can’t seem to get my 42” IR Touch Frame to adjust from Landscape mode to Portrait. I swipe up but the cursor moves left. I installed Xinput but not having any luck :( How did you get you IR calibrated? Cheers!
  • Can you call a module multiple times with different parameters?

    5
    0 Votes
    5 Posts
    1k Views
    S
    @sdetweil Yeap works just the same. Starting to get to grips with things Pages just suspends and restarts scripts for each page they are allocated. So it just needs to be referenced once in pages.
  • Mirror Film Directly on Monitor?

    mirror film monitor
    5
    0 Votes
    5 Posts
    3k Views
    M
    It did work fine for the monitor I am using, right up to the point where I let the raspberry pi touch the metal portion of the back of the screen and shorted it (the reaspberry pi) out. What I did learn is the area has to be clean as an operating room when you are cleaning the screen before you add the film or you for sure will get a crappy result. MW
  • Amazon Alexa confusion...

    1
    0 Votes
    1 Posts
    628 Views
    F
    Hey guys, I’ve just started using Amazon Alexa on my magic mirror pi and I’m a little bit confused with different options available. Currently, I’ve set up Alexa using this guide: https://developer.amazon.com/docs/alexa-voice-service/set-up-raspberry-pi.html This gives me a script to run a “sample app” which runs and listens to my voice commands in the background separately from my magic mirror app. To my understanding, this is just an example for developers to get started and to build their own Alexa devices, but should be OK to use for my personal magic mirror long term? Also, there are different options like AlexaPi client or using Alexa magic mirror module. Aside from magic mirror integration (in case of Alexa MM modules), what are benefits of using those over the above sample app? Are there differences to underlying software?
  • Google home any way to get more features

    3
    0 Votes
    3 Posts
    2k Views
    ?
    “Google Assistant SDK for device” is not for Alternative to Google Home itself. Some features are limited or blocked or not implemented yet. It’s main purpose is not making Google Home but giving feature for vocal assistant environment to your device.
  • has anyone used any of the charting tools, like chartjs?

    18
    0 Votes
    18 Posts
    7k Views
    S
    @lavolp3 i do not… there are tons of options, which I guess you would expect.
  • What can YOUR mirror do?

    22
    1 Votes
    22 Posts
    13k Views
    C
    animations looks cool but for my next project i am looking something like “touch” based animations.I am thinking about a coffee table for our living room with a 50" touch screen powered from an old “decapitated” laptop that can show MM plus my Habpanel dashboard of my Openhab home system…Any ideas?
  • Node Serveronly - Internet Connection

    3
    0 Votes
    3 Posts
    2k Views
    bheplerB
    @m-tarek - Technically, only the Pi needs a connection out to the Internet in order to display the modules correctly. Your devices behind your firewall/gateway/router will need to be able to see the Pi in order to display the interface. (Be sure to carefully configure your IP whitelist) We have a similar setup in my office for the superwide mirror in the lobby. The gateway has a bypass set up for the Pi running one of the Magic Mirror installations (the superwide runs two Magic Mirror installations). Everything behind the gateway is forced to our capture portal except the Pi, which is allowed to bypass the gateway and get an internet connection. Anyone behind the gateway can see the data displayed upon the Pi without having an internet connection yet. There is some other trickery that we do that isn’t relevant here.