A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    4 Posts
    1k Views
    S
    @AnotherPersonMM glad you found it
  • Not getting custom.css with Docker

    7
    0 Votes
    7 Posts
    3k Views
    W
    @sdetweil Hi, just wanted to update that the new image that is in MM page reference for Docker installation works well now and I can configure the custom css. Thanks. Sorry took sometime to revert as was busy.
  • Issues running MM in a 32 bits laptop and Debian 12

    Unsolved
    3
    0 Votes
    3 Posts
    393 Views
    S
    @Marcophy or, you can try this yourself download the run-start.sh script into the MagicMirror folder, make it executable change the package.json start script to launch run-start.sh “start”: “./run-start.sh”, then make sure you have chromium or another browser and add the env variable as documented in my script readme(shown as web page for repo on github) then npm start will launch run-start, which will launch MagicMirror server mode and once it’s up, it will launch the browser you select
  • MMM-CalendarExt3Journal not displaying

    Solved
    3
    0 Votes
    3 Posts
    313 Views
    D
    @MMRIZE Updating MagicMirror fixed it thanks!
  • MMM-Buttons to change pages

    Solved
    7
    0 Votes
    7 Posts
    1k 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
    2k 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
    0 Votes
    12 Posts
    4k Views
    S
    @semihbakrac sorry, know nothing about the internals…
  • 0 Votes
    3 Posts
    613 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
    601 Views
    S
    @mumblebaj my script is listed as first alternative
  • Newbie Trying to Get Started

    Solved
    13
    0 Votes
    13 Posts
    4k 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
    0 Votes
    9 Posts
    2k 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
    829 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
    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
    1k 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
    696 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
    821 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.