A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • PSA: DarkSky shuts down Jan 1st. expect broken weather

    Pinned Unsolved
    14
    1 Votes
    14 Posts
    7k Views
    karsten13K
    @FlatPepsi openweathermap is already a provider of the default weather module. Pirate Weather will come as replacement for Dark Sky with next mm release.
  • Default Calendar & Nextcloud Calendar - CERT_HAS_EXPIRED

    Pinned Unsolved
    19
    0 Votes
    19 Posts
    8k Views
    S
    @ldwvii https uses encryption to protect your data while traveling across the internet. to do this, the receiving host must have registered to support that encryption. it does this by recording it’s url and encryption type with a certificate authority ( not just anybody can be an authority), they give back a file with a key, with a specific lifetime. ( so u can’t have old sites with bad security hanging around forever) well the authorities also have expiring rights. in this case the authority’s certificate expired. (it’s a chain ) … and there was a bug in electron that didn’t handle it correctly now, in your case u use an unprotected url ( no longer allowed as a standard) http://kalender.link/ical/best no ‘s’ on http and it was redirected to secure (https)… maybe the redirect sent to the wrong place…
  • Next release arm32 users, need your help

    Unsolved
    2
    1 Votes
    2 Posts
    21 Views
    R
    Dear Sam, @sdetweil yes — my MMM-PresenceScreenControl module is one of those. It uses node-libgpiod (native C addon for GPIO/PIR sensor access), which requires @electron/rebuild to match Electron’s Node ABI. That said, the module has had an automatic fallback since v1.1.0: if node-libgpiod fails to compile or rebuild, it transparently falls back to Python/gpiozero for PIR sensor access. So it will work without a successful electron-rebuild — just via a different code path. The dependency setup (as of v1.3.1): node-libgpiod is an optionalDependency (npm continues if it fails) @electron/rebuild is not listed as a dependency — it’s installed on-demand by the postinstall script only when node-libgpiod is actually present If either fails, the module falls back to Python gracefully So for your testing: this module would be a good candidate to verify if electron-rebuild still works, but it won’t break if it doesn’t. My other modules (MMM-Globe, MMM-Best-Weather, MMM-My-Actual-Weather, etc.) are pure JavaScript — no native addons, no electron-rebuild needed. Hope this helps. Warmest regards, Ralf
  • MMM-BackgroundSlideshow remove imageInfo header

    Unsolved
    6
    1
    0 Votes
    6 Posts
    41 Views
    R
    @sdetweil YES, you are SO right! Sorry! so { module: 'MMM-BackgroundSlideshow', position: 'fullscreen_below', header: "", //<- this should work config: { imagePaths: ['/mnt/nas/'], recursiveSubDirectories: true, transitionImages: false, randomizeImageOrder: true, showImageInfo: true, imageInfoLocation: "bottomRight", imageInfo: "date", showProgressBar: false, imageInfoNoFileExt: true, showAllImagesBeforeRestart: true, slideshowSpeed: 600000 } }, should work… Ralf
  • MMM-BackgroundSlideshowInfo

    Unsolved
    3
    0 Votes
    3 Posts
    65 Views
    M
    @sdetweil Thanks Sam Tried that with no luck. 7 years since there’s been any activity on the GitHub for it: I guess I’ll have to try something else instead!
  • pages

    Solved
    10
    0 Votes
    10 Posts
    163 Views
    S
    @videogame95 here is a link to the topic here with link to GitHub https://forum.magicmirror.builders/post/130057
  • MagicMirror OS - Modules`

    Solved
    5
    0 Votes
    5 Posts
    38 Views
    S
    @wildbi111 good work! AND it depends on how the docker implementation wants to place it
  • MMM-Avstock Graph is not displayed

    Unsolved
    6
    0 Votes
    6 Posts
    58 Views
    S
    @JeanMichelC also, please use the code block around config or logs Paste the text into the editor, blank line above and below Select the text just pasted Hit the </> button above the editor I have fixed the prior two
  • MMM-RAIN-MAP

    Solved
    15
    0 Votes
    15 Posts
    606 Views
    J
    @KristjanESPERANTO Thanks for your quick response. Yeah, I figured it out and it’s working beautifully, thanks. It looks great!!!
  • Can't find "scripts" field in /MagicMirror/modules/MMM-Todoist/package.json

    Unsolved
    9
    0 Votes
    9 Posts
    96 Views
    S
    @DarthWerner but I think you may have messed up MagicMirror Use my upgrade script with force instead of apply as the parm See https://github.com/sdetweil/MagicMirror_scripts
  • MMM-MyGarbage trash icons no color

    Unsolved
    8
    1
    0 Votes
    8 Posts
    256 Views
    htilburgsH
    @JerryP Nice to see that everything works again. I did an update of the original version where you also can choose to use and iCal Calender. See https://github.com/htilburgs/MMM-MyGarbage for the complete explanation of the config options. I’m currently working on an update where you can choose how many garbage bins you like, the name and the color. But as with everything, it’s a hobby and I don’t have time every day, so slowly by slowly Goed om te horen dat alles weer werkt. Ik heb een update van de 1e originele versie gemaakt, waar je ook een iCal kalender kunt gebruiken. Zie https://github.com/htilburgs/MMM-MyGarbage voor de complete mogelijkheden van de configuratie opties. Ik ben momenteel bezig met een update, waarbij je zelf het aantal bakken, de naam en de kleuren kunt kiezen. Maar zoals met veel dingen, het blijft een hobby en ik heb helaas niet alle tijd van de wereld.
  • [MMM-Remote-Control] Cannot GET /remote.html

    Solved
    17
    0 Votes
    17 Posts
    5k Views
    S
    @Ypsimm ok, please make sure NOT to use sudo with any MagicMirror commands
  • page-indicator css line

    Unsolved
    4
    1
    0 Votes
    4 Posts
    128 Views
    KristjanESPERANTOK
    @malvinas Someone had this problem once because they were using an old version of MagicMirror. Which version do you have?
  • Default Weather Module Stuck on loading.

    Solved
    28
    0 Votes
    28 Posts
    716 Views
    F
    @sdetweil fantastic. Thanks again for all the help!!
  • modules

    Unsolved
    24
    2
    0 Votes
    24 Posts
    746 Views
    S
    @pat59 no problem leaving it open. Come back when you can.
  • MMM-windy not displaying correctly

    Unsolved
    4
    0 Votes
    4 Posts
    663 Views
    O
    @james3xyx3 said in MMM-windy not displaying correctly: @sdetweil Thank you for your very swift reply. I will try that as soon as I can get the chance to get back to my mirror and report back. Many thanks. Did you solve this? (I have the same issue)
  • Probleme mit wiederkehrenden Terminen

    Unsolved
    15
    0 Votes
    15 Posts
    371 Views
    S
    @sdetweil Kalender wir auf der synology bereitgestellt, MM auf einen Raspberry Zeitzone auf den Pi passt (sonst wären die andere kalendereibträge ja auch falsch )
  • Line breaks in Compliments using MMM-Remote-Control

    Unsolved
    9
    0 Votes
    9 Posts
    283 Views
    S
    @alfi153 if you add one via the config.js does it work? I am traveling today, cannot test til I setup my system As a side request. Can you explain what with remote control means? I don’t see any notifications that compliments accepts to change the data. Only a remote file is supported with a refresh time. And I don’t see any mention of compliments in the remote control Module doc Ps I wrote the code for line break with \n and the remote file function in the compliments module
  • Troublesshooting config

    Unsolved
    9
    0 Votes
    9 Posts
    196 Views
    S
    @videogame95 change the update time in pages to 20 seconds to test 20000 ( milliseconds)
  • Problem default calendar module

    Unsolved
    3
    0 Votes
    3 Posts
    147 Views
    E
    This is a known warning related to Moment Timezone data, not a breaking error. Since your calendars are displaying correctly, it’s mostly harmless. Updating or reinstalling moment-timezone, or switching the calendar config to use a standard timezone like Europe/Paris instead of GMT+0100, usually clears it.