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?

    102 Topics
    704 Posts
    S
    @mumblebaj so much fun! everybody is sliding into paywalls.
  • 2 sessions of MM on one pi 4

    2
    0 Votes
    2 Posts
    498 Views
    S
    @TimGV it depends on the configuration options for the two HDMI outputs… if they are always one big screen (xwindows DISPLAY=:0) then you will have to se the size/location of each MM config to position the output on each display, instead of across the single view space if they can be configured as individual (DISPLAY=:0 AND DISPLAY=:1) then you just need to adjust the startup script (installers/mm.sh) to select the DISPLAY value
  • Google assistant segmentation fault

    1
    0 Votes
    1 Posts
    544 Views
    T
    Has anyone found a fix for google assistant segmentation fault. I’ve set up the assistant and it works fine with googlesamples-assistant-pushtotalk When I try googlesamples-assistant-hotword it throws up a segmentation fault. Is there a work around for this
  • PIR Sensor

    7
    0 Votes
    7 Posts
    2k Views
    T
    Thank you, that got rid of that error. Still no joy with the PIR sensor though unfortunately. The strange thing is if i change my monitor_on and monitor_off sh files to vcgencmd display_power 0 vcgencmd display_power 1 the pir works fine and shuts off / turns on my monitor. these are my scrips #!/usr/bin/env python import sys import time import RPi.GPIO as io import subprocess io.setmode(io.BCM) SHUTOFF_DELAY = 30 # in seconds, how long the monitor will be on until next button press or PIR detection PIR_PIN = 22 # 15 on the board (this needn’t to be a PIR. Can be a button also) LED_PIN = 16 # optional, don’t use as Relay-PIN. It just shows detection time of the PIR without delay time def main(): io.setup(PIR_PIN, io.IN) io.setup(LED_PIN, io.OUT) turned_off = False last_motion_time = time.time() while True: if io.input(PIR_PIN): last_motion_time = time.time() io.output(LED_PIN, io.LOW) print ".", sys.stdout.flush() if turned_off: turned_off = False turn_on() else: if not turned_off and time.time() > (last_motion_time + SHUTOFF_DELAY): turned_off = True turn_off() if not turned_off and time.time() > (last_motion_time + 1): io.output(LED_PIN, io.HIGH) time.sleep(.1) def turn_on(): subprocess.call(“sh /home/pi/monitor_on.sh”, shell=True) def turn_off(): subprocess.call(“sh /home/pi/monitor_off.sh”, shell=True) if name == ‘main’: try: main() except KeyboardInterrupt: io.cleanup() monitor on script DISPLAY=:0 xscreensaver-command -deactivate monitor off script DISPLAY=:0 xscreensaver-command -activate
  • Looking for someone to create a smart mirror (Israel)

    3
    0 Votes
    3 Posts
    721 Views
    F
    What does he want, exactly? Just the basic configuration of adding a clock, weather, calendar/ default modules, or does he have any specifics in mind? I built my mirror not too long ago, but have been wanting to build another… I reside in the U.S. by the way…
  • ESPN bottom line

    2
    0 Votes
    2 Posts
    537 Views
    brobergB
    @myteach32 There are several Sporting stats/score modules over at : https://forum.magicmirror.builders/category/32/sport If none of them do what you want you could start a thread in the “requests” forum
  • SmartThings

    Locked
    28
    1 Votes
    28 Posts
    10k Views
    cowboysdudeC
    Someone please close this topic … It has moved here: https://forum.magicmirror.builders/topic/11270/mmm-smartthings Thank you all!! :)
  • Automatic Docker Build

    3
    0 Votes
    3 Posts
    2k Views
    D
    @bastilimbach, is this still the case? Mine is now showing that it is 2715 commits behind. I’m on Synology NAS using https://hub.docker.com/r/bastilimbach/docker-magicmirror/ and selected latest as the tag.
  • V 2.9.0 update

    1
    1 Votes
    1 Posts
    487 Views
    S
    try the updater script… lets get it tested https://forum.magicmirror.builders/topic/10859/new-update-upgrade-script-ready-for-testing
  • Hi its jimbo95 Magic Mrror

    2
    0 Votes
    2 Posts
    436 Views
    S
    @videogame95 I have a script in test that sets up pm2 to autostart on boot See https://forum.magicmirror.builders/topic/10907/new-script-to-install-fix-pm2-config-for-start-on-boot
  • System Temperature

    7
    0 Votes
    7 Posts
    1k Views
    D
    81 up is when it starts to throttle but can still clock full speed at 81 for a couple of seconds when I was bench testing my Pi4
  • Possible to auto-update MM and modules?

    3
    1 Votes
    3 Posts
    1k Views
    C
    @sdetweil Thanks! I’ll definitely take a look.
  • USB IR touch screen frames on a Pi 4

    8
    0 Votes
    8 Posts
    1k Views
    R
    thanks for all your feed back
  • Portrait TV

    5
    0 Votes
    5 Posts
    1k Views
    Y
    @broberg Thanks for the info. I will see what I am able to fine about this. if you have any links about this subject please send them my way.
  • How to set European Timeformat on MMM MyScoreboard

    4
    0 Votes
    4 Posts
    725 Views
    S
    @Stoffbeuteluwe looks like its not configurable, in the providers/???.js file (looking at ESPN.js) status.push(moment(game.competitions[0].date).tz(localTZ).format("h:mm a")); u could enhance the module and offer it back to the author with this option configurable
  • MM abvdd

    1
    0 Votes
    1 Posts
    555 Views
    S
    Hi, I built a MM running on Win10 for the kids showing agenda, weather, and news headlines. Now my wife would like one in the kitchen. Not a MIrror, but an information screen to replace our paper calendar. What she’s asking for ideally is a calendar display, with a touch interface to show the daily agenda. If it could also somehow display a recipe on request that would be awesome. Is something like this possible with MM on a PI, and what kind of hardware would I need? Tks!
  • PIR Sensor + facial recognition

    1
    0 Votes
    1 Posts
    368 Views
    S
    When PIR sensor detect the presence then it will activate the facial recognition module till then the facial recognition module must be sleep. i want to code like this what should i do ? need help thanks in advance. :) Sorry i am new to this.
  • MagicMirror (80x50) inkl. Rahmen zu verschenken, München

    6
    0 Votes
    6 Posts
    3k Views
    M
    So, alles weg.
  • Hi is there a easy way to see the modulenumber?

    7
    0 Votes
    7 Posts
    1k Views
    S
    @Stoffbeuteluwe select the elements tab in the developers window… but looking at it, they are numeric starting at 1, top down in config.js module_number_moduleName
  • New User Photo Question?

    2
    0 Votes
    2 Posts
    578 Views
    R
    Is the URL for the image possible to generate based on year and month?
  • Secret Modules?

    Moved
    4
    0 Votes
    4 Posts
    895 Views
    Mykle1M
    @Fr8Trayne Hmm, I thought I added all the ones I thought were worth offering. Thank you for your kind words. You absolutely should give it a go. I came to this forum with no knowledge of coding, none, zilch. There are some great online resources and there are some fantastic people here that can lend you a hand. It is tremendously rewarding and fun, at least for this old man.