A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MM Restarts on Pi4

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    T
    @sdetweil pi@raspberrypi:~ $ node -v v16.13.2
  • Issue Calendar CustomEvents color

    Solved
    6
    1
    0 Votes
    6 Posts
    2k Views
    S
    @mboss each module does its own thing…
  • mmm-amazon-photos - slideshow not working

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    K
    I cannot see any errors relating to the module in the console… I have raised it as issue on the GitHub repo. Many thanks for your help. Regards KD
  • Module not found error

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    mumblebajM
    @Johanba said in Module not found error: Error: Cannot find module ‘request’ This is your error. See below post to resolve. https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later?page=1
  • Compliments.json absolute or relative and proper path

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    AssassinsA
    @kayakbabe you Can put you file in to default/compliments And insert this to config.js { module: ‘compliments’, position: ‘bottom_bar’, config: { remoteFile: ‘youfiles.compliments.json’ } },
  • Calendar events showing on wrong day.

    Unsolved
    66
    0 Votes
    66 Posts
    32k Views
    S
    @flyedge great info, thank you… I see the issue, but don’t yet know why it is behaving this way (compared to previous releases) and don’t know how to fix it yet. luxon (which returns the dates matching a repeating rule RRULE) might have fixed their bad behavior… where they jammed the non UTC date onto the UTC time in this old case it would have been 2022-02-5-10T01:00:00Z where I was correcting the mangled event date
  • MMM-Strava Auth Fail

    10
    0 Votes
    10 Posts
    2k Views
    BerkSmash1984B
    @MaXi-XCeL Hello, I am getting client id not authorized, despite having my client ID and client secret correct (from Strava API page). I also have the whitelist setup correctly and can access my MM from my local browser (the MM itself is on a RPI4). I receive the link within the magic mirror and am redirected to the authorization page on Strava, but after clicking authorize and restarting MM, I am still getting the same client ID not authorized. Any help would be greatly appreciated. Thanks!
  • "Line 110 column 1: Parsing error: Unexpected token if" i dont know what to do

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    A
    @sdetweil thank you , it’s working
  • Problems to get Instagram profile visible on MagicMirror

    Moved
    6
    1
    0 Votes
    6 Posts
    714 Views
    R
    @mumblebaj said in Problems to get Instagram profile visible on MagicMirror: @ruffneck2 SO clearly something went wrong with the auth request. There is no detail in the screenshot you provided. in node_helper.js can you uncomment this line to get the error body? should be line no 193. You may want to add it after the else as well. If this forum is unable to assist then you may want to open an issue in the Gitlab page for the module. Thank you for your suggestion. I will give it another try at the weekend. I have already tried it on Github, with similar success ;)
  • Trouble playing audio file

    Unsolved
    15
    0 Votes
    15 Posts
    5k Views
    bugsounetB
    @mZuil It’s better to add MagicMirror forum and not me, Thanks :) because my signature says : I am not a reference in this forum In all case i’m glade that works for you. Happy use, @bugsounet
  • Completely lost

    Unsolved
    15
    0 Votes
    15 Posts
    5k Views
    bugsounetB
    but … who is this guy !? :beaming_face_with_smiling_eyes: an anonymous maybe ! :face_with_tears_of_joy:
  • MMM- Google Photos error install

    Unsolved
    7
    1
    0 Votes
    7 Posts
    1k Views
    D
    @MMRIZE look please… [image: 1650901865531-screenshot-from-2022-04-25-18-50-26.png]
  • Problem with Google generated .ics link

    Unsolved
    30
    0 Votes
    30 Posts
    10k Views
    ankonaskiff17A
    @sdetweil Sent you an email
  • Avoidance of Troubleshooting Q

    Unsolved
    11
    0 Votes
    11 Posts
    3k Views
    S
    @ankonaskiff17 same here, oops… just snap the cover on…
  • MMM-ModuleToggleButton install error

    Solved
    3
    0 Votes
    3 Posts
    953 Views
    M
    @bugsounet Gday mate Thanks heaps that works
  • Redux: Screen roation again

    Unsolved
    4
    0 Votes
    4 Posts
    802 Views
    S
    @N6NG usually debian has a display app for rotation pi not yet
  • MMM-GroveGestures -> ShellExec "Python script"

    3
    0 Votes
    3 Posts
    1k Views
    Robert_KR
    So after some thinkering with the hint I got, I’ve got the code working: "UP": { shellExec: "python /home/pi/ws2801_inschakelen.py", }, "DOWN": { shellExec: "python /home/pi/ws2801_uitschakelen.py", } Thanks for the help!
  • Default calendar and recurring events: edited single events not working

    Unsolved
    2
    0 Votes
    2 Posts
    384 Views
    S
    @Alcedema this is likely a bug in the library we use to parse the ics file, node-ical
  • Shrink font size or limit column width to preserve spacing

    Solved
    3
    0 Votes
    3 Posts
    756 Views
    A
    @sdetweil Got what I needed out of that, thanks!
  • MMM-Scheduler - Optimize schedule

    Unsolved
    2
    0 Votes
    2 Posts
    458 Views
    S
    Hello everyone, I use the MMM-Scheduler to display/hide some modules. I need 3 programmations 6:00 to 9:00 from monday to friday {from: '0 6 * * 1-5', to: '0 9 * * 1-5'} All day of the week end {from: '* 0 * * SAT', to: '59 23 * * SUN'}, And “others” (so monday to friday between 0:00 and 9:00 and between 9:00 and 0:00) {from: '0 9 * * 1-5', to: '59 23 * * 1-5'}, {from: '* 0 * * 1-5', to: '59 5 * * 1-5'} but I think it’s not very optimized… How would you do ? Thank you for your help ! :)