A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Electron error? js error? Javascrpt error?

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

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

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    133 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
    1k 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
    336 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
    133 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
    2k 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
    200 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
    2k 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
    56
    0 Votes
    56 Posts
    7k Views
    S
    @Scott-M woohoo… thanks…
  • Standard Weather Module showing unwanted header

    Solved Troubleshooting
    11
    0 Votes
    11 Posts
    579 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
    3k 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
    258 Views
    S
    @mumblebaj but that is effectively what display:none does
  • Default Weather Updates not working

    Solved Troubleshooting
    8
    0 Votes
    8 Posts
    365 Views
    S
    @Freddy_boy there is an open issue about similar problems https://github.com/MagicMirrorOrg/MagicMirror/issues/3687
  • [ERROR] _ is not defined

    Solved Troubleshooting
    36
    0 Votes
    36 Posts
    3k Views
    S
    @nowayto there is a better fix, coming in the next release…
  • CalendarExt3 custom css not working?

    Solved Troubleshooting
    3
    1
    0 Votes
    3 Posts
    207 Views
    S
    Thank you,
  • 0 Votes
    7 Posts
    582 Views
    E
    @bobbylx Thanks for your help. I did not use your config.js recommendation because it just looks like you are converting celsius to fahrenheit. I did use the custom.css lines and it worked great. Thanks again.
  • Location display of weather module is incorrect

    Solved Troubleshooting
    4
    2
    0 Votes
    4 Posts
    185 Views
    S
    @EngrAg81 always look at the pinned topics in the troubleshooting section, as i post topics that most users might experience as each release rolls in
  • Cannot get MMM-Carousel 'positional' to work

    Solved Troubleshooting
    4
    1
    0 Votes
    4 Posts
    137 Views
    S
    @khrusher awesome… weird tho…
  • 0 Votes
    5 Posts
    193 Views
    K
    @sdetweil nice. how do I mark item as ‘Resolved’? I found it!