A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • [MMM-pages] what to say for changing page?

    Unsolved
    2
    0 Votes
    2 Posts
    316 Views
    S
    @Gmel297 I don’t think there is a page number option see here https://forum.bugsounet.fr/topic/333/ga-recipe-mmm-pages/5
  • I NEED HELP

    Solved
    4
    0 Votes
    4 Posts
    520 Views
    A
    @sdetweil It worked thank you so much
  • How to update MMM-Jast

    Unsolved
    2
    0 Votes
    2 Posts
    493 Views
    S
    @RIKKO14 updating ALL addon modules is the same stop MagicMirror cd ~/MagicMirror/modules/modulename git pull if the module has a package.json file, then npm install restart MagicMirror
  • set 'X-Frame-Options' to 'sameorigin'.

    6
    0 Votes
    6 Posts
    2k Views
    karsten13K
    @hedmondjohn see https://github.com/MichMich/MagicMirror/pull/2850
  • Incompatible modules using chart.js

    Unsolved
    4
    2
    0 Votes
    4 Posts
    622 Views
    S
    @jhillairet the modules will have to agree on the chartjs version used. pick one and change the others version number in package.json then npm install that one again after the change
  • MMM-Podcast2 just shows undefined

    Unsolved
    8
    2
    0 Votes
    8 Posts
    1k Views
    O
    @sdetweil Thank you very much for your effort! The commands of the youtube video didn’t help in my case.
  • Solution for Nextcloud Calender Integration

    Solved
    1
    1 Votes
    1 Posts
    380 Views
    N
    Re: Default calendar and Nextcloud CalDav Hello together, I have tried different ways and now found one that is not quite perfect but works. Unfortunately, the NC user and password must be used in plain text, so I have generated for this purpose a special user on the NC that has no permissions but gets my calendar shared by me. This is certainly not the most elegant solution but it works and is relatively “safe”. Here is the copy of my working ``` code_text { module: "calendar", header: "Calender", position: "top_left", config: { calendars: [ { symbol: "calendar", url: "https://<USERNAME>:<PASSWORD>@<EXAMPLEnextcloud.org>/remote.php/dav/calendars/<USERNAME>/<NAMEofCALENDER>/?export", auth: { user: "USERNAME", pass: "PASSWORD", method: "basic", } }, ], } },
  • MMM GooglePhoto not Loading

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    S
    @millis I just did it again without issues… the error shown seems to indicate that you picked the wrong app type the credentials.json (that you downloaded from google) should look like this { "installed": { "client_id": "cccccc", "project_id": "ccccc", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_secret": "ccccc", "redirect_uris": [ "http://localhost" ] } } the code is looking for the “installed” item
  • MMM-MyDutchWeather

    Unsolved
    4
    1
    0 Votes
    4 Posts
    854 Views
    S
    @lodevries black screen see https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later
  • NPM Vulnerabilities Alert.

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    S
    @ankonaskiff17 yes just delete the node modules folder in the module folder and redo the npm install no guarantee it will change the results best just to ignore the messages
  • Update script not updating

    Solved
    13
    0 Votes
    13 Posts
    3k Views
    S
    @strawberry-3-141 but thats not true on intel I get one version on arm (32bit) I get a diffferent version on arm (64bit) I get a different version on aarch64 i get a different version especially if there is a binary… and who knows what is buried under there
  • MM Restarts on Pi4

    Unsolved
    7
    0 Votes
    7 Posts
    803 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
    1k 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
    22k 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
    821 Views
    A
    @sdetweil thank you , it’s working
  • Problems to get Instagram profile visible on MagicMirror

    Moved
    6
    1
    0 Votes
    6 Posts
    503 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 ;)