A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Error in the calendar module check logs for more details

    Solved Troubleshooting
    14
    0 Votes
    14 Posts
    1k Views
    S
    @nowayto if the network is busy, all kinds of problems
  • iPad 2 IOS 9.3.5 - missing modules

    Solved Troubleshooting
    8
    0 Votes
    8 Posts
    2k Views
    F
    @khrusher Great to see it helps others :)
  • MMM-Pinfo problem on Rpi5

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    742 Views
    R
    @sdetweil thanks. Regards, Ralf
  • Issues with MMM-Button

    Solved Troubleshooting
    7
    0 Votes
    7 Posts
    646 Views
    S
    @schlomm said in Issues with MMM-Button: @sdetweil You’ve said that I only need to change some settings in the rasp-config. Do you have any additional information what needs to be changed? I updated my post, I was incorrect
  • MMM-CalendarEXT3 and Default Calendar Display

    Solved Troubleshooting
    7
    0 Votes
    7 Posts
    568 Views
    S
    @jesseyz when you get that snazzier pi/sbc, you can use my backup/restore to move MM config and modules between devices… (and os’s…) https://github.com/sdetweil/MagicMirror-backup-restore
  • MMM-Wallpaper notification and MMM-ModuleScheduler

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    358 Views
    S
    Thanks Sam. I had it as schedules but it has to be notification_schedule. This works now.
  • Electron error? js error? Javascrpt error?

    Solved Troubleshooting
    7
    0 Votes
    7 Posts
    491 Views
    S
    @Dayzwell awesome!!
  • Wayland question

    Solved Troubleshooting
    10
    0 Votes
    10 Posts
    745 Views
    S
    @schlomm awesome, thanks for the feedback
  • MMM-Wallpaper - wrong path

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    444 Views
    S
    Thanks for the replies. I did make a spelling error in config.js;, MMM-WallPaper where it should have been MMM-Wallpaper. Thanks.
  • Calvin and Hobbs

    Solved Troubleshooting
    18
    0 Votes
    18 Posts
    2k Views
    plainbrokeP
    @karsten13 Done, Thank you. Working like it should now.
  • MM Windows 11 install - 3rd party modules won't work

    Solved Troubleshooting
    9
    0 Votes
    9 Posts
    719 Views
    S
    @lvolkjr the default weather module, using the OpenWeather provider uses the same api url…
  • MMM-ImmichSlideShow not showing within MMM-Carousel

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    337 Views
    M
    Not convinced it’s the right solution yet, but I have it working how I want it, at last. I store my photos in Immich on an NFS mount. I applied storage template that stores by album, then created another NFS export for that folder which I then mounted into the ./uploads folder within the MMM-ImagesPhotos module. Because I’m running MM within an unprivileged LXC container, NFS mounts from inside the container directly are not possible, but this worked for me: I’m a link (essentially mounting to the Proxmox server, then using a bind mode to expose to the container) Everything seems to working OK so far.
  • Module to Display JSON data from a FILE

    Solved Requests
    21
    0 Votes
    21 Posts
    4k Views
    S
    @timdows you should add a git pre-commit hook to run prettier for whoever… here is mine .pre-commit #!/bin/sh FILES=$(git diff --cached --name-only --diff-filter=ACMR "*.js" "*.jsx *.json" | sed 's| |\\ |g') [ -z "$FILES" ] && exit 0 # Prettify all selected files echo "$FILES" | xargs ./node_modules/.bin/prettier --write # Add back the modified/prettified files to staging echo "$FILES" | xargs git add exit 0 and an npm postinstall script to copy to the git folder #!/bin/bash #echo copying git pre-commit hook cp .pre-commit .git/hooks package.json "scripts": { "postinstall":"whatever you call it"
  • three mm processes. How to delete one?

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    371 Views
    E
    @sdetweil I was able to successfully use “pm2 delete 2” and save my efforts. The mirror seems to be responding faster now. Thanks for your help.
  • default calendar fetching issues

    Solved Troubleshooting
    21
    0 Votes
    21 Posts
    4k Views
    S
    @nowayto if pm2 is being used, its JOB is to keep the app running so the pm2 restart seems odd as if the app was ended , ctrl-q pm2 would do restart already
  • MMM-CalendarExt3 and MMM-MonthlyCalendar blank

    Solved Troubleshooting
    59
    0 Votes
    59 Posts
    13k Views
    O
    @sdetweil Thanks for the quick response. I ended up wiping and reinstalling the 64 bit version so I lost the log. I will try and get that version to work.
  • Standard Weather Module showing unwanted header

    Solved Troubleshooting
    11
    0 Votes
    11 Posts
    1k Views
    R
    @sdetweil said appendLocationNameToHeader: false, Yeah. OK, already found this… Regards, Ralf
  • I cannot disable screen blanking with MagicMirrorOS

    Solved Troubleshooting
    27
    0 Votes
    27 Posts
    6k 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", } }
  • 0 Votes
    6 Posts
    531 Views
    S
    @mumblebaj but that is effectively what display:none does
  • Default Weather Updates not working

    Solved Troubleshooting
    8
    0 Votes
    8 Posts
    822 Views
    S
    @Freddy_boy there is an open issue about similar problems https://github.com/MagicMirrorOrg/MagicMirror/issues/3687