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

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    366 Views
    F
    @sdetweil Sorry for the delay. Yes I did. Thank you.
  • Update breaks MM

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    428 Views
    S
    @ReD1470 dont use force unless i tell you. it skips some checks that are useful. its not documented intentionally.
  • Upgrade error on upgrade to 2.32.0

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    589 Views
    F
    @sdetweil It works :-) Thnx Sam!
  • https://github.com/njwilliams/MMM-PlaceInfo not loading

    Solved Troubleshooting
    10
    0 Votes
    10 Posts
    1k Views
    Z
    @sdetweil @lmhmm I finally managed to get the module running. I used the following fork https://github.com/magicmirror-sdmy/MMM-PlaceInfo Thanks once again for the help from you both
  • DS18b20 issues

    Solved Troubleshooting
    3
    -1 Votes
    3 Posts
    318 Views
    B
    I used a work through from Sam called “module not found error loading module in MagicMirror” dated Oct. 22/ 2021
  • Error in the calendar module check logs for more details

    Solved Troubleshooting
    14
    0 Votes
    14 Posts
    2k 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
    866 Views
    R
    @sdetweil thanks. Regards, Ralf
  • Issues with MMM-Button

    Solved Troubleshooting
    7
    0 Votes
    7 Posts
    859 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
    735 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
    492 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
    646 Views
    S
    @Dayzwell awesome!!
  • Wayland question

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

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    556 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
    3k 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
    1k 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
    420 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
    5k 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
    472 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
    5k 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