A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • audio problem

    Solved Troubleshooting
    13
    0 Votes
    13 Posts
    4k Views
    S
    @tommyk glad you got it working As for remote control , open another topic. I’m sure someone can help
  • Electron Error

    Solved Troubleshooting
    15
    0 Votes
    15 Posts
    7k Views
    S
    @FrostByte cool… we try to stay in sync with electron, because there is a scenario for some modules, where mm running npm run server generates one binary version, need node rebuild to match current node binary and npm run start:… requires a different binary , fixed with electron rebuild (which we don’t ship, but I add in the scripted install AND when the module ships from the author, it may have a DIFFERENT binary than BOTH those choices… (SOOOOO much fun) anyhow, we have tried to keep from having that problem rear is head all the time… also, starting with node 24, there are no more 32 bit nodejs pre-compiled binaries… which means it won’t run on older 32 bit (smaller memory footprint) systems…
  • MM clock reverted to UTC

    Solved Troubleshooting
    9
    0 Votes
    9 Posts
    3k Views
    S
    @smegbadger you would have to load the develop branch of MagicMirror, as we don’t distribute less than the full package… see this link https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code
  • 0 Votes
    3 Posts
    2k Views
    S
    @Richard238 generally I recommend sticking with the one that comes w the nodejs version.
  • Upgrade docker from 2.33 to 2.36 failure

    Solved Troubleshooting
    8
    0 Votes
    8 Posts
    3k Views
    karsten13K
    @RonR Thanks for the positive feedback. I found it amusing that you thanked Sam first, since he provides most of the support here — something for which, honestly, I often lack the time and patience… The problem itself seemed familiar to me; I just had to track down the corresponding issue.
  • Install scripts won't install?

    Solved Troubleshooting
    12
    0 Votes
    12 Posts
    4k Views
    S
    @heath1066 awesome.
  • 0 Votes
    14 Posts
    5k Views
    S
    @Phantomkommander this fix is now in 2.36 released today
  • Weather module with openmeteo sends wrong Data

    Solved Troubleshooting
    11
    0 Votes
    11 Posts
    5k Views
    S
    @TiLow awesome! As moderator here, I think my job is to help users make and keep their mirrors running. Watch for trouble and find ways to resolve it. Your clear description of the problem helped identify a good resolution. I didn’t do any of the work. Just connected the dots.
  • JavaScript error

    Solved Troubleshooting
    28
    0 Votes
    28 Posts
    9k Views
    S
    @Lmagenis ok, understood We changed npm start to use the Wayland compositor, instead of x11 because the pi os has that as default now If you used my install script and selected pm2, then my startup script (mm.sh) detects which compositor is running, and issues the appropriate start command
  • MMM-MonthlyCalendar not showing all events

    Solved Troubleshooting
    7
    0 Votes
    7 Posts
    3k Views
    S
    @Drunkenkun yes, calendarweek does need the config, it fetches the events itself too
  • Default Calendar Not Loading Events After New MM Update

    Solved Troubleshooting
    69
    0 Votes
    69 Posts
    20k Views
    S
    @angeliKITTYx awesome. Thanks for the feedback
  • 0 Votes
    71 Posts
    9k Views
    1
    @sdetweil many thanks for your help once again sam!
  • MMM-CalendarExt3Agenda not showing updates

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    2k Views
    S
    @MarNog one thing about the ext3 family of modules. They get the events from the default calendar module. But the events are broadcast by url separately. Some will take longer than others. Ext3 doesn’t want to flash the screen every time it receives a block of events. It doesn’t know when the events will come. So, it has its own refreshInterval time (10 mins default), then it draws whatever it has, and then waits again But, you don’t want to wait 10 minutes for the first display , so it has a second timer waitFetch:5000, 5 second wait before drawing any events If the events arrive after 5 seconds, they dont get displayed til refreshInterval time. So, you can adjust those two to improve your viewing experience Note that longer waitFetch means more time after start before any events are displayed If you use pm2 to launch MagicMirror, it captures the log messages about startup and events being broadcast. You could examine those time stamps to determine how long each cal Might take, and use that as a guide to waitFetch time The longer waitFetch means no events are displayed after startup til waitFetch expires
  • 0 Votes
    9 Posts
    4k Views
    BKeyportB
    @KristjanESPERANTO Finally got time to fix things up and move forward (Complete reinstall, honestly) Everything is working as I desire now.
  • 0 Votes
    13 Posts
    1k Views
    W
    @sdetweil I switched back to X11 in raspi-config, rebooted and added the parameter DISPLAY=:0 npm run start:x11 That works! :-) As it is quite after midnight here, I’ll do these tests with wayland tomorrow and respond here. So far, thank you a lot.
  • 0 Votes
    4 Posts
    750 Views
    S
    @Hepkat awesome. Thx for the feedback
  • Scaling issues with MM 2.35 using NPM Run Start:x11

    Solved Troubleshooting
    7
    0 Votes
    7 Posts
    542 Views
    D
    @sdetweil Great! I’m glad I helped you while you were helping me. :)
  • Default weather module not displaying forecast

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    478 Views
    S
    @DarrenO-0 I understand. You might be able to switch to a different provider on the weather module, depending on where you are. Not all providers are world wide
  • Reverting to previous MM Release

    Solved Troubleshooting
    20
    0 Votes
    20 Posts
    3k Views
    jca2112J
    @sdetweil Yup, it’s working now. Awesome, thank you so much. (The translations/en.json is just a single word change, so easy to fix manually without being stashed.)
  • All modules shown on one page after Update to 2.35

    Solved Troubleshooting
    12
    0 Votes
    12 Posts
    2k Views
    S
    @oskisch we need the browser log, Can’t get without keyboard