A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Buttons to change pages

    Solved
    7
    0 Votes
    7 Posts
    940 Views
    S
    @captheavenger they sell wires with the GPIO pin sockets, the other end could be male or female, just clip that off and extend with anything… I have a spool of 20ga wire…
  • Openweathermap api works for 2 of my modules but not for Hourly

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    H
    @sdetweil Thanks for your help, will do.
  • Major problems loading new module page...

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    BKeyportB
    @KristjanESPERANTO Of course, now that I’ve reported it, it’s stopped doing it entirely. I’ll chalk it to an issue on my end. Things are a little crazy over here right now.
  • MMM-MyCommute not showing

    Solved
    12
    1
    0 Votes
    12 Posts
    3k Views
    S
    @semihbakrac sorry, know nothing about the internals…
  • 0 Votes
    3 Posts
    475 Views
    S
    @superior_carter it looks like the module uses these classes [image: 1715988428504-1000026023.jpg]
  • The installation instructions are broken.

    Unsolved
    5
    0 Votes
    5 Posts
    527 Views
    S
    @mumblebaj my script is listed as first alternative
  • Newbie Trying to Get Started

    Solved
    13
    0 Votes
    13 Posts
    3k Views
    L
    @sdetweil OK, the issue was that I used this https://aur.archlinux.org/packages/magicmirror It’s 2.22 and I’m not sure how it works. I installed normally from git now and it works, and also the “wallpaper” code works for me. Thank you for your help. Now I will try to configure this.
  • Problem with MMM-ValuesByNotification and MMM-CommandToNotification

    Unsolved
    19
    0 Votes
    19 Posts
    3k Views
    wishmaster270W
    @Jimmy1502 You will need to comment the try, too. Additionally the indention of the code needs to be changed. The file will be look like this then: #!/bin/python3 #Install Dependencies: # pip3 install adafruit-circuitpython-dht # sudo apt-get install libgpiod2 import time import board import adafruit_dht import json import sys gpio_nr = 4 if len(sys.argv) > 1: gpio_nr = int(sys.argv[1]) # Initial the dht device, with data pin connected to: dhtDevice = adafruit_dht.DHT22(getattr(board, "D%d"%gpio_nr)) result = {} result["temperature_c"] = dhtDevice.temperature result["humidity"] = dhtDevice.humidity result["temperature_f"] = (result["temperature_c"]*1.8) + 32 result["error"] = False print(json.dumps(result))
  • MagicMirror Opening after closing cycle

    Solved
    9
    2
    0 Votes
    9 Posts
    1k Views
    S
    @sdetweil I fixed the module issue. thank you for that. I will write if the self-rebooting problem reoccurs. Great master…
  • Internet-Monitor display issue

    Unsolved
    6
    0 Votes
    6 Posts
    720 Views
    R
    yes, for both of them It does throw some warnings that I captured earlier: rich@raspberrypi:~/MagicMirror/modules/internet-monitor $ npm install added 359 packages, and audited 360 packages in 38s 99 packages are looking for funding run npm fund for details 5 vulnerabilities (2 moderate, 3 high) Some issues need review, and may require choosing a different dependency. Run npm audit for details. this happened on both the pi installation and the debian vbox version. I ran the audit on the pi version: npm audit report got <=11.8.3 Severity: high Got allows a redirect to a UNIX socket - https://github.com/advisories/GHSA-pfrx-2q88-qq97 Depends on vulnerable versions of cacheable-request No fix available node_modules/got download >=4.0.0 Depends on vulnerable versions of got node_modules/download @lh2020/speedtest-net * Depends on vulnerable versions of download node_modules/speedtest-net http-cache-semantics <4.1.1 Severity: high http-cache-semantics vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-rc47-6667-2j5j No fix available node_modules/http-cache-semantics cacheable-request 0.1.0 - 2.1.4 Depends on vulnerable versions of http-cache-semantics node_modules/cacheable-request 5 vulnerabilities (2 moderate, 3 high) Some issues need review, and may require choosing a different dependency.
  • My mirror doesnt working

    Unsolved
    8
    1
    0 Votes
    8 Posts
    1k Views
    S
    @semihbakrac ok good, don’t know more. hardware problem
  • MMM-CalendarExt3Agenda no longer works after a certain time.

    Solved
    7
    0 Votes
    7 Posts
    857 Views
    O
    @MMRIZE Hallo, now I tested the Module and it works fantasic. Thank you very much.
  • Need Help with magicmirror

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    W
    Sam, wanted to get back with you and let you know that the re-install worked. Thank you very much for the help, I could not have done it with out you! Will
  • 7May24 - Error EXT-Pages

    Unsolved
    3
    0 Votes
    3 Posts
    651 Views
    S
    @Assassins yes, generally the author prefers issues posted to his own forums.
  • MagicMirror 2.27 Error - modules failing - not displaying output - 7May2024

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    S
    @nkc thx. I deleted the duplicate post. all posts from users with reputation below 2 are reviewed before being posted on the forum. I review every post, so patience this stops all the spam, and porn posts
  • MagicMirror (vers:2.27) : split Error - 07May2024

    Solved
    6
    0 Votes
    6 Posts
    749 Views
    N
    @sdetweil - Hi - I have re-installed a clean version of MM ver 2.27 again (the third time) - And the modules have worked. Thank you for your time. I will press on to install other modules and test them. Thanks.
  • erreur : MMM-Face-Reco-DNN

    Unsolved
    6
    -1 Votes
    6 Posts
    308 Views
    S
    @admin you must run a program to create those. that is the screenshot I provided from the module instructions
  • Trello gives a 403 error

    Solved
    4
    0 Votes
    4 Posts
    770 Views
    KristjanESPERANTOK
    You can also try this fork https://github.com/benjaminflessner/MMM-Trello.
  • Modul CalendarExt3Agenda

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    O
    @MMRIZE Thank you very much, it works now!
  • Googlr Photos not syncing with MagicMirror

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    S
    @synint yes, the example in the module doc uses null. and I never set the sizes