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.
  • Looking for cool ideas :)

    3
    0 Votes
    3 Posts
    662 Views
    M
    @sdetweil thanks a lot! I’ll have a look onto that site!
  • Can I execute shell script from MQTT?

    1
    0 Votes
    1 Posts
    406 Views
    F
    Hi All I have the MQTTBridge module set up, and it works very very well. I can restart MM, reboot, turn the HDMI on and off and everything. What I would like was to add a way to run a shell script. I looked into the Remote Control module, and it has some customcommands, but I think that is just for already defined commands. So what else can I do? The ideal would be to just set a MQTT topic, and it starts a shell script I’ve made.
  • Dakboard LOOOOOL

    2
    1
    0 Votes
    2 Posts
    728 Views
    J
    I have a feeling that they just stop working or fire their support because I cannot find any activity on the Dakboard during this period. But yes, this is too funny a situation.
  • Worry about Ubuntu Frame, maybe

    1
    0 Votes
    1 Posts
    311 Views
    M
    Has anyone else seen this: https://www.zdnet.com/article/say-hello-to-ubuntu-frame/ I’m wondering if it might apply to MagicMirror, and if so, how?
  • Multiple ics files to 1 calender support requested

    3
    0 Votes
    3 Posts
    617 Views
    JohanbaJ
    @sdetweil Thanks, worked
  • Rotating IR-Frame

    8
    2
    1 Votes
    8 Posts
    2k Views
    E
    @bender352 late reply but whenever I try to make it executable it tells me chmod: cannot access ‘/home/pi/startup_scripts/portrait.sh’ : No such file or directory I completed all the steps but wondering if I’m missing something
  • awesome alexa mmm voice control to understand

    5
    0 Votes
    5 Posts
    852 Views
    S
    @andyckp yes, I did an implementation on another platform. dialog handling is a challenge
  • 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
    604 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
    805 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
    962 Views
    M
    Thanks for that
  • config.js & code formatting

    2
    0 Votes
    2 Posts
    657 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.