A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Update - General Question

    Unsolved
    2
    0 Votes
    2 Posts
    335 Views
    S
    @TomOMaley you would have to check the updates to know if there is something your mirror needs. i suggest disabling the updatenotification module, to remove the notices we update MagicMirror every 90 days, its release page is in section Announcements/MagicMirror for example https://forum.magicmirror.builders/topic/19268/v2-30-0 modules are more ‘as needed’
  • MMM My Garbage module

    Solved
    3
    0 Votes
    3 Posts
    288 Views
    S
    @milo69 can you mark this resolved go to the message that contains the best answer, click the 3dots lower right and pick the option
  • MMM-MyWeather module - Need help

    Solved
    6
    0 Votes
    6 Posts
    627 Views
    K
    @sdetweil - Thanks for your feedback. I have signed up for Open Weather with the credit card for 3.0 API and forked using https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecast. I now have the weather module back online. Thanks for your support.
  • MMM-CalendarExt3 appear with "undefined"

    Solved
    3
    0 Votes
    3 Posts
    301 Views
    N
    @sdetweil after some tries, this afternoon, ext3 started showing. But honestly I didn’t install the clipping flix so I did it now
  • Again -- MMM-Navigate can't get installed.

    Solved
    20
    0 Votes
    20 Posts
    2k Views
    R
    @sdetweil said in Again -- MMM-Navigate can't get installed.: the compiled module code must match the engine version OK, sounds plausible. Thanks. Learned a lot, today :-) Regards, Ralf
  • MMM-NearCompliments and HC-SR04

    Unsolved
    1
    0 Votes
    1 Posts
    222 Views
    R
    Long story short: I had my MagicMirror working until the SD card got corrupted. After rebuilding the mirror, I cannot use my HC-SR04 sensor to display the hidden compliments. I have verified that the HC-SR04 is in fact working by using a python script: pi@MagicPicture:~ $python3 ultrasonic_distance.py Measured Distance = 124.3 cm Measured Distance = 122.6 cm Measured Distance = 0.4 cm Measured Distance = 122.6 cm Measured Distance = 122.1 cm Measured Distance = 123.0 cm ^CMeasurement stopped by User MMM-NearCompliments hides the compliments upon mirror restart but interacting with the sensor does nothing. I have been unsuccessful in configuring it to directly access the sensor, trying multiple iterations of its configuration settings. This is how I left its config: config: { echoPin: 4, triggerPin: 17, delay: 20, autoStart: true, usePIR: false, calibrate: false, position: 'bottom_left' } I also have tried (separately) using both MMM-Pir and MMM-GPIO-Notifications in order to use their USER_PRESENCE notifications for sensor interaction… When I set the MMM-NearCompliments config to usePIR:true when using MMM-Pir the sensor does not work, plus I cannot stop the monitor from shutting down…from which I am unable to recover. When I use MMM-GPIO-Notifications with MMM-NearCompliments. I get complaints that the usePIR:true config setting requires MMM-PIR. I would like to know if anyone has MMM-NearCompliments working directly with an HC-SR04 sensor (i.e. without using MMM-Pir), and request that you share your configuration settings. Barring that, any information or assistance would be appreciated. Take care. rrslssr
  • Face recognition

    Unsolved
    6
    0 Votes
    6 Posts
    561 Views
    S
    @notgood looks like he changed the ocv interface to ONLY use pi camera if you look at the older version (1.0.5) you can see the code for other cameras, usepicamera:true was an option then
  • MMM-NetworkScanner (spitzlbergerj)

    7
    0 Votes
    7 Posts
    2k Views
    S
    Hello, i use this Module an im very Happy with it. The Problem is i run for my firsttime MM under Ubunt. In the Start Script from MM i had to type in my Passwort otherwise the module will not start and the list will remain empty. I think the arp-scan needs Sudo Rights which are not passed through, is my guess.
  • Voice assistant

    Solved voice control troubleshoot
    8
    0 Votes
    8 Posts
    765 Views
    S
    @notgood there is chat, under a users profile
  • MMM-KeyBindings install error

    Unsolved
    4
    0 Votes
    4 Posts
    460 Views
    S
    @lovedatsnow you should post this as an issue to the module github page
  • MMM-DWD-Pollen and MMM-pollen remain in status "loading"

    Solved
    3
    0 Votes
    3 Posts
    379 Views
    K
    @sdetweil Thank you again. I thought, that default will display all pollen. It seems not. But now it is running.
  • how to control magic mirror with python

    Unsolved
    3
    1
    0 Votes
    3 Posts
    250 Views
    S
    @kpplnNP you can also use something like my PythonPrint module to interface python scripts with MagicMirror https://github.com/sdetweil/MMM-PythonPrint.git
  • I am looking for a working PIR Modul/function

    Solved
    9
    0 Votes
    9 Posts
    944 Views
    G
    @Klinge If you find you need an alterantive- https://github.com/Tom-Hirschberger/MMM-GPIO-Notifications/blob/master/examples/HC-SR501/HC-SR501-GPIO4-README-EN.md
  • I need help building a modern look for mirror

    Unsolved
    1
    0 Votes
    1 Posts
    132 Views
    I
    help me for all code config and all link git link
  • MMM-CalendarExt3 only one calendar not updating

    Unsolved
    35
    0 Votes
    35 Posts
    14k Views
    S
    ok, that didnt help
  • MMM-GooglePhotos Image loading fails

    Unsolved
    1
    0 Votes
    1 Posts
    232 Views
    C
    Good evening. I’ve been trying for a while to get this module to work and I’m stuck now. I’m getting the following information in the terminal as it tries to pull in and display the photos. I’m transcribing from the pi and only including the relevant information. [INFO] Start Album scanning [INFO] Getting album list [INFO] Finish Album scanning. Properly scanned : 1 [INFO] Albums: MagicMirror [INFO] getAlbumList done [INFO] Total indexed photos: 55 [ERORR] [GPHOTO] hidden.onerror { event: { isTrusted: true }, source: undefined, lineno: undefined, colno: undefined } [ERORR] Image loading fails. Check your network.: https://lh3.googleusercontent.com/…(long url) Please let me know if any other information would help
  • I need Help. my shopping list is not clickable

    Solved
    9
    0 Votes
    9 Posts
    501 Views
    C
    @lucifer6669 Hi, I’ve just fixed that issue in general. I’ve added wrapper.style.pointerEvents = "none"; and p.canvas.style.pointerEvents = "none"; in the module file. This allows pointer events to pass to modules underneath! So also the CalExt3 can be used again with the pop-up windows. I’m also very happy now :-) Cheers Chris!
  • triggering a module

    Solved
    8
    0 Votes
    8 Posts
    572 Views
    L
    @chrisfr1976 yes! it definitely helps! my kid is going to love it. i linked it to a chore list so when he successfully completes all his chores through out the week the fireworks will set off and give him a little party.
  • MMM-FRITZ-Box-Callmonitor-py3 unknown_error

    Solved
    15
    1
    0 Votes
    15 Posts
    3k Views
    R
    @wuermchen Great, congratulations. Ralf
  • Weather Module

    Solved
    7
    0 Votes
    7 Posts
    627 Views
    S
    i julaughingst . Youre Right!Thanks. Little Misstakes