A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-OpenWeatherForecast bigger fonts and icons

    Unsolved
    5
    0 Votes
    5 Posts
    475 Views
    S
    @briantogo see the second link in my signature below on how to use the developers window elements tab to discover and test css styles
  • Where did the sandbox fix go?

    Solved
    3
    0 Votes
    3 Posts
    286 Views
    J
    @sdetweil thank you so much!
  • v2.22.0 | default calendar: no symbols with customEvents

    Solved
    29
    0 Votes
    29 Posts
    13k Views
    J
    Just an fyi if anyone is trying to use customEvents to alter symbols and color for a pay day event in your calendar… ask your wife not to use “$$$” as the title of the event for it. After hours of messing with the config I figured out that will alter the symbol and color for ALL events… Hopefully someone sees this and it saves them hours of frustration, especially for those of us less “coding-capable”.
  • MMM-calenderext3

    Solved
    11
    2
    0 Votes
    11 Posts
    1k Views
    T
    @sdetweil I got it all figured out thank you. I went back to just the basics. So now I’ll go back in adding one thing at a time.
  • MMM-AccuWeatherForecast

    Unsolved
    3
    2
    0 Votes
    3 Posts
    227 Views
    T
    @sdetweil I don’t recall I would have to pull up the original config. I might have added it trying to fix the temps.
  • Update Master Branch

    Unsolved
    19
    0 Votes
    19 Posts
    1k Views
    R
    @sdetweil :-) Dear Sam, for all of your effort and all of your deep knowledge, all the kindness you are constantly showing for me you ARE the Master Mind! THANKS for all of this! Ralf
  • Issue with MMM-Config

    Unsolved
    7
    0 Votes
    7 Posts
    457 Views
    S
    @Johanba did you get this resolved?
  • 0 Votes
    15 Posts
    10k Views
    D
    @sdetweil In case for some reason it’s helpful, I’ve reviewed the contents of /boot/config.txt from my two devices (4B gets errors, 2B does not). In 2B, not in 4B: #dtoverlay=vc4-kms-v3d # see https://forums.raspberrypi.com/viewtopic.php?p=1507622#p1507247 dtoverlay=vc4-fkms-v3d In 4B, not in 2B: dtoverlay=vc4-kms-v3d # Run in 64-bit mode arm_64bit=1 [cm5] dtoverlay=dwc2,dr_mode=host
  • Electron error: Cannot find module 'envsub'

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    S
    @hecaru yes, and IF you use my upgrade script, it will handle that for you… same place as the install script
  • How to display both Celsius and Fahrenheit

    Unsolved
    4
    0 Votes
    4 Posts
    388 Views
    S
    @digimunky awesome, i don’t think you had to make a duplicate copy, just set the language in config.js on each instance all of the default modules support multi instance
  • MMM-ioBroker - it will not show

    Unsolved
    34
    0 Votes
    34 Posts
    3k Views
    kusselinK
    @sdetweil what i just don’t understand is… i have installed the MM in the LXC several times and never received these messages…why now? I have to create a new user with ‘adduser’ and then what do I have to do Sam?
  • cron job hdmi on and off

    Solved
    29
    1
    0 Votes
    29 Posts
    4k Views
    S
    @Sam-0 yes it works very well thank you for your patience with me I hope others can now set it up more easily thanks again for the effort
  • MMM-Universal-Pir - Desparately seeking right command

    Solved
    4
    0 Votes
    4 Posts
    475 Views
    R
    @atwist said in MMM-Universal-Pir - Desparately seeking right command: DISPLAY=0.0 xrandr --output HDMI-2 --off Dear @atwist, guessing from the distance is quite hard. You didn’t provide system information. From your told story you can try to check two things which came in my mind: PIR sensor: does this work correctly / is it adjustd correctly (on my sensor there are two screws to adjust distance and sensitivity. I had SERIOUS truble with theses settings and motion detection as my Pi5 gettih hot (caused by insufficient cooling) Screen/Monitor itself: Does some energy setting is causing the monitor to come back by itself? Good luck, Ralf
  • Electron.js error

    Unsolved
    3
    0 Votes
    3 Posts
    167 Views
    S
    @anonymous321 can you do this cd ~/MagicMirror/vendor npm install cd ../fonts npm install and restart MagicMirror
  • How to install Guide for beginners

    Unsolved
    2
    0 Votes
    2 Posts
    238 Views
    S
    @Bobba86 flash the SD card, use the installer script, listed as alternative
  • magic mirror wont start

    Unsolved
    2
    0 Votes
    2 Posts
    183 Views
    S
    @tink8909 whatever you are starting needs to get to the MagicMirror folder before doing npm start you are in the user home folder
  • After a power failure, the config.js file disappeared

    Unsolved
    3
    0 Votes
    3 Posts
    229 Views
    S
    @sdetweil ok, thx
  • I cannot disable screen blanking with MagicMirrorOS

    Solved
    27
    0 Votes
    27 Posts
    5k Views
    karsten13K
    @smegbadger said in I cannot disable screen blanking with MagicMirrorOS: @karsten13 thank you for all the effort you are putting into this issue. Well, it is a pleasure to have such a good tester as you I agree, let’s go back to the version that will kill and restart the container if the display doesn’t respond to wlr-randr (and then waits for a MMM-Universal-Pir cycle to sleep it again). for now I did exactly this, but this issue is still working in my brain … So to revert all the changes done before: cd /opt/mm git switch master git pull Change the images back to latest in .env: MM_IMAGE="karsten13/magicmirror:latest" LABWC_IMAGE="karsten13/labwc:latest" Get new images and restart: cd /opt/mm/run docker compose pull docker compose up -d Last point: You should add the --transform 90 to the onCommand of the MMM-Universal-Pir config: { module: "MMM-Universal-Pir", position: "top_right", config: { deactivateDelay: 30000, onCommand: "wlr-randr --output HDMI-A-1 --transform 90 --on", } }
  • openweathermap not working

    Unsolved
    11
    0 Votes
    11 Posts
    1k Views
    S
    @Sam-0 you finally got it as your native language is not english, have the browser translate the page
  • Version 2.31.0 Error With Upgrade Scripts

    Solved
    5
    0 Votes
    5 Posts
    378 Views
    S
    @atwist awesome!