A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Compliments module has stopped working

    Solved
    16
    0 Votes
    16 Posts
    2k Views
    S
    @geekhouri glad you got it fixed
  • googleAPIs for several modules

    Unsolved
    3
    0 Votes
    3 Posts
    655 Views
    K
    @sdetweil Do I understand cerrectly? the two different credentials.json must work with the same OAuth Code? I just restarted the Mirror and now miraculously the Anniversaries are shown as well. I hope it stays like this. Thanks a lot Sam.
  • Calendar Module missing recurring events schedule after 7pm EST

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    A
    @songman there are several issues with recurring dates in the latest release, but good news: there is a pull request with a bunch of fixes in it! Hopefully, if all goes well, these fixes should be in the next MM release. In the meantime, I’d be happy to see if the fixes resolve the issues that you’re seeing. If you could DM me the .ics file (feel free to delete location data and/or event names) and specify which events aren’t properly showing then I can take a look.
  • Calendar FontAwesome Icon not displayed

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    TipponT
    @Rene1695 This is currently working for me: {keyword: 'leave', symbol: 'beer', color: 'yellow'}, {keyword: 'anniversary', symbol: 'beer', color: 'yellow'}, {keyword: 'a/l', symbol: 'brands fa-twitch', color: 'aqua'} ], calendars: [ { symbol: 'brands fa-twitch', url: 'https://my calendar link.ics' }, Notice the ‘brands fa-twitch’ in the last keyword field, and in the symbols field under calendars. You don’t need them in both places, just whichever one you choose. They work for both options individually :)
  • New installation but even default is displayed

    Solved
    23
    0 Votes
    23 Posts
    8k Views
    S
    @kupperma awesome… thanks for the feedback
  • Starting mirror with PM2 on boot

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    E
    @sdetweil Thank you Sam, for all your help. I can close the issue now.
  • MMM-IOBROKER

    Unsolved
    4
    0 Votes
    4 Posts
    771 Views
    M
    i Think i have des correct State ID [image: 1705850518425-f24b929b-214b-4684-82c0-2f435f5402be-image.png]
  • Can I hard code the widths for the top_left and top_right columns?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    BKeyportB
    @sdetweil That being said, you can. .region.left { min-width: 640px; max-width: 640px; } It’s dirty, but it does work. Would be really bad if it wasn’t for the fact that we’re working in a system that has a known single output for the most part.
  • assertion 'GDK_IS_MONITOR (monitor)' failed

    Unsolved
    1
    0 Votes
    1 Posts
    659 Views
    T
    I have this new error in the log and I hope someone can help me. [4124:0120/164010.755290:ERROR:browser_main_loop.cc(276)] Gdk: gdk_monitor_get_scale_factor: assertion 'GDK_IS_MONITOR (monitor)' failed I think it has something to do with the MMM-Pir plugin by Bugsounet, but I’m not sure. Thanks in advance.
  • vkCreateInstance failed with: Found no drivers

    Unsolved
    14
    0 Votes
    14 Posts
    6k Views
    S
    @mumblebaj yes it’s a garbage error. they expect the Vulcan drivers but continue on…
  • How to set screen resolution

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    J
    I solved it, changed the background to bright yellow and disabled the MMM-CalendarExt3 view. That showed the background going to the edges. So I just modified CSS to make it fit.
  • Displaying two calendars in the standard calendar in one list

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    L
    @lif Thanks, that worked.
  • newsfeed ignoreOlderThan different per feed?

    Unsolved
    4
    0 Votes
    4 Posts
    842 Views
    S
    @stephanvdplas yes, I see it… for others https://github.com/MagicMirrorOrg/MagicMirror/issues/3360
  • Shared icloud calendar

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    B
    @sdetweil that worked, thank you very much!
  • Problem after MM-upgrade

    Unsolved
    5
    0 Votes
    5 Posts
    984 Views
    S
    @CLLA1972 said in Problem after MM-upgrade: (I am not an expert on this) no problem… do this stop mm cd ~/MagicMirror npm run install-mm then restart MM
  • Get rid of Screen saver with MM on a RPi 4a Bookworm

    Unsolved screen saver blank screen
    3
    0 Votes
    3 Posts
    1k Views
    R
    @sdetweil Thanks much for the hint! - I´ve applied the script and now cross fingers that it will work. BR Raimund
  • Altering a Module

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    R
    I want to do the exact same thing down the road when I need a new project to tinker with. Love it and thank you for posting the question and thank you to Sam for working through the solution.
  • Could not fetch calendar

    Unsolved
    2
    0 Votes
    2 Posts
    471 Views
    T
    Look in the logs. See what it say. I had the same were it would work some days and not the others. It was down to the paser. Still have no fix but I have stopped wasting time on it. My logs where under pm2\logs
  • Get rid of Screen Saver with Password prompt on RPi 4a / Bookworm

    Unsolved
    2
    0 Votes
    2 Posts
    449 Views
    S
    @RayDoyle did you use my script during install? if not you can run the screensaveroffscript see https://github.com/sdetweil/MagicMirror_scripts see down the page, copy/paste to execute
  • googledocsnotes text dont align

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    S
    @1a2a3a means it was not accidental. it’s not trivial to maintain visual fidelity across multiple rendering platforms and aspect ratio changes. the module author(s) chose not to attempt that