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.
  • Integrate MagicMirror with RPiPlay?

    2
    0 Votes
    2 Posts
    1k Views
    S
    @yuvismahi2 it’s open source, use rpiplay to find the window for mm or add a new mm module to enable an API, and call it to minimize mm and restore it when rpiplay stops mirroring
  • 0 Votes
    7 Posts
    1k Views
    S
    @rs for dropbox u need the shared link ( as no user is logged on to dropbox) and u need dl=1 (instead of 0) to enable direct download
  • Tell weather, date & time automatically at a specific time.

    13
    0 Votes
    13 Posts
    5k Views
    uros76U
    @sdmydbr9 perhaps off-topic, perhaps an idea. I have homeassistant which does thse kind of announcememnts daily. It’s connected with my alexa (works also with google). I know it’s not related to MM but still, it works without the need for much coding and it’s quite modular for controlling various elements of my home
  • Auto-start MagicMirror after reboot (Raspberry Pi)

    3
    1 Votes
    3 Posts
    7k Views
    BKeyportB
    Yeah, I’d recommend the PM2 method. In my install, I’ve also got an 18650 battery based UPS in place along with proper cooling… the UPS automatically shuts down the Pi if on battery too long, and will restart it for me. Easy as Pi(e).
  • RASPBERRY OU MAGIC MIRROR OS?

    2
    0 Votes
    2 Posts
    585 Views
    S
    @clezio sim, você pode fazer qualquer um. algumas coisas são mais fáceis de um jeito, outras de outro.
  • Code editor question

    3
    1
    0 Votes
    3 Posts
    784 Views
    ankonaskiff17A
    @mumblebaj Thanks
  • Home Assistant Toggle?

    3
    0 Votes
    3 Posts
    1k Views
    F
    @bendonahue I’ve set it up here with MQTT. I wrote a small guide on the HA forum: https://community.home-assistant.io/t/magicmirror-integration-into-home-assistant-with-mqtt/177246/15
  • voice activated module

    11
    0 Votes
    11 Posts
    3k Views
    A
    I’ll have a better understanding how it works
  • Magic Mirror on Rancher

    13
    0 Votes
    13 Posts
    3k Views
    karsten13K
    I have been using this docker image and setup to create the container, which works. this docker image is not maintained anymore, meanwhile the image build fails so the image is old without containing security fixes. Also this image does not contain the latest mm version v2.16.0. I deployed a service running the Magic Mirror image from that on port 8075. can you show us this service? kubectl get service <service-name> -o yaml I wrote a helm chart for running mm in k8s, you find it here.
  • face recognizes display ON/OFF

    9
    0 Votes
    9 Posts
    2k Views
    S
    @cowboysdude cool. what monitor is that with?
  • Install another Magicmirror

    4
    0 Votes
    4 Posts
    940 Views
    M
    Thanks for that
  • config.js & code formatting

    2
    0 Votes
    2 Posts
    623 Views
    S
    @mayfield I use the bitvise ssh client from my windows machine to edit files on the pi. just double click to edit as always. then I use notepad++, which has auto indent and good formatting . from my Mac, or Linux machines I use sublime-text as the editor and vscode is pretty good here too I don’t edit ON the pi if u don’t want to edit at all, use my MMM-Config module, which presents a form to fill in https://github.com/sdetweil/MMM-Config
  • fullscreen_below and fullscreen_above

    6
    0 Votes
    6 Posts
    2k Views
    BKeyportB
    @ankonaskiff17 ah, yes. that’s likely fullscreen below, or inserted at the same place, Prime example of fullscreen below being used is MMM-BackgroundSlideshow. Fullscreen above, I don’t know of anything using it, other than the built in alert module.
  • Generic Config.js & Module Question

    5
    0 Votes
    5 Posts
    954 Views
    ankonaskiff17A
    @sdetweil @BKeyport just trigggered a question on inheritance. On several occasions when I have Developer Tool up to look at something , I’ll see message text that is roughly “X is inherited from body” or from main. Been a while since I was really poking around in developer tool mode. Think above was in context of CSS. So in event you want to change X, how do you tackle without it having global impact?
  • MMM-JaST Depot

    5
    0 Votes
    5 Posts
    900 Views
    ankonaskiff17A
    @jalibu It’s not a big deal. Once I Googled it and backed out references to Home Depot in my search I found some references that I figured it loosely meant balance as in bank balance or share balance. I follow US stock markets to a certain degree and had never heard the term. One of the thousands of obscure bits of trivia salted away in my brain.
  • Calendar module

    2
    1
    0 Votes
    2 Posts
    608 Views
    B
    @florjanklancar Take a look at MMM-CalendarWeek It can dispaly events from google.
  • An educational project using technology form Magic Mirror and MusiCubes

    3
    0 Votes
    3 Posts
    978 Views
    D
    Of course, it is not easy to make a certain educational project without the help of professionals. After all, for each project you need to write a presentation. And PowerPoint presentations writing service can help with this. The writers of this site help me in this and I am always satisfied with my work. I believe that a properly designed and written presentation is necessary for your project to look good. I hope my project on this topic will also be good.
  • pm2 start

    3
    1
    0 Votes
    3 Posts
    620 Views
    ankonaskiff17A
    @sdetweil Just thinking might be confusing to someone if they forgot that command, went hunting for it, saw pm2 start mm then don’t know why it won’t start. First installation I did was the “official” manual installation. That actually bit me on my second installation which used your installation script. I had the manual installation pm2 start mm set in my head from manual installation. I figured it out pretty promptly but I still like to skim through those first few sections to make sure I didn’t miss/forget a step.
  • Copy existing SD Card

    8
    0 Votes
    8 Posts
    1k Views
    BKeyportB
    @ankonaskiff17 Yes, but I wouldn’t recommend it. I wouldn’t even copy the config.txt file from one to another. Just burn a new card, and install programs fresh, copying over data and modifying config as needed.
  • 0 Votes
    2 Posts
    980 Views
    M
    It is definitely possible to run multiple services on the same pi, as long as the pi is powerful enough. You mentioned the NAS software has its own .iso - if you used that you’d then have to install magicmirror on top. You may come in to some conflicts there and have to tweak, but definitely worth a shot. Or if you start with your magicmirror install it is fairly simple to expose a shared folder to the network and have the pi act as a NAS also. Good luck!