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
    6k 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
    7k 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…
  • MMM-AirQuality - Additional Details?

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    G
    Hi, I loaded up the MMM-AirQuality module, and it’s now working fine. I get the general Air Quality index. If you hit the aqucn.org site, it will also show PM2.5, CO2, R.H (Relative Humidity), Press (Barometric Pressure) and Temp. Is it possible for the module to also display at lease the PM2.5 and CO2? Thanks. Michael
  • MMM-Mplayer video issues

    Unsolved
    5
    0 Votes
    5 Posts
    52 Views
    R
    @sdetweil Thanks for letting me know something I should have know. I will do better in the future.
  • Calendar shows all day events shifted by a day

    Unsolved
    2
    0 Votes
    2 Posts
    40 Views
    S
    @S374n there is another rework of calendar in the next release Along with a new version of the parser that should fix this once and for all You have to install the dev branch to test it before then See https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code
  • Wallberry theme: disable unsplash

    Solved
    3
    0 Votes
    3 Posts
    84 Views
    M
    Managed to figure it out: just bracketed out the position line in the Wallberry CSS and it’s suppressed [image: 1761328809981-css.png]
  • Need help to install MMM-Face-Multi-User-Recognition-SMAI

    Solved
    3
    0 Votes
    3 Posts
    261 Views
    A
    Hi @sdetweil , Sorry for the delay and thanks for this info. We’ll test this module.
  • MMM-PlexNowPlaying

    Unsolved
    3
    0 Votes
    3 Posts
    117 Views
    N
    @karsten13 yes. thank you. it’s commented out. I am seeing that people are using Tautulli in addition to the module. Do I need that?
  • MMM-CalendarExt3 and MMM-MonthlyCalendar blank

    Solved
    59
    0 Votes
    59 Posts
    13k Views
    O
    @sdetweil Thanks for the quick response. I ended up wiping and reinstalling the 64 bit version so I lost the log. I will try and get that version to work.
  • My module stops MMM-Pages working

    Unsolved
    13
    0 Votes
    13 Posts
    516 Views
    S
    @Scott-M awesome!
  • [MMM-Remote-Control] Cannot GET /remote.html

    Unsolved
    13
    0 Votes
    13 Posts
    4k Views
    K
    @sdetweil Yup, that’s what I have - sample of config here: let config = { address: "0.0.0.0", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080, basePath: "/", // The URL path where MagicMirror² is hosted. If you are using a Reverse proxy // you must set the sub path here. basePath must end with a / ipWhitelist: [], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
  • Issue with Outlook recurring events

    Solved
    26
    1
    0 Votes
    26 Posts
    3k Views
    W
    @sdetweil Thanks for the help. I’ll have a play around when I get a chance and see if I can figure out what’s going on.
  • MMM-Config update due to changed 3rd part module list data format

    Solved
    1
    1 Votes
    1 Posts
    864 Views
    S
    anyone using my MMM-Config for module install, the data format changed, To update git pull in the module folder then npm install and restart MagicMirror
  • MMM-Spotify

    Unsolved
    6
    0 Votes
    6 Posts
    992 Views
    R
    @MMRIZE said in MMM-Spotify: @J2k3000 said in MMM-Spotify: http://ip:port//api/notification/SPOTIFY_PlAY?context_uri=spotify:track:4iV5W9uYEdYUVa79Axb7Rh this translates in : “notification”:“SPOTIFY_PlAY”,“payload”:{“context_uri”:“spotify:track:4iV5W9uYEdYUVa79Axb7Rh” Maybe “SPOTIFY_PLAY”, not “spotify premium apk_PIAY”? thank
  • MMM-NOAAAlerts

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    S
    @Cono can you show the config for the module from config.js
  • Cal EXT3 - Symbols and colors

    Solved
    14
    0 Votes
    14 Posts
    3k Views
    _
    Sam, nevermind the problem; I found a sentence in a different question on git, in which it is mentioned shortly; also its kind of written in a config, believe it was the ext3 config. Still a bit annoying that you have to make an entry for the color and on another spot/file you have to set the custom event up. Thanks for your continuous help mate.
  • Default Weather Module Time Incorrect

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    M
    Thanks! It works!
  • MMM-Todoist

    Solved
    9
    1
    0 Votes
    9 Posts
    3k Views
    A
    @OwenLars I was able to get the proper project ID by running this command in the terminal. I just set it the module yesterday. curl -s \ -H "Authorization: Bearer xxxxyourapikeyxxxx" \ https://api.todoist.com/rest/v2/projects
  • Newsfeed Show Article Displays Captcha

    Unsolved
    7
    0 Votes
    7 Posts
    4k Views
    S
    I added the NY times feed to my test MM, and don’t see any problems
  • Default Clock SunTimes icon - color change?

    Solved
    4
    1
    1 Votes
    4 Posts
    6k Views
    S
    @brgracer you are welcome… I am the moderator here, and I feel my job is to help, and teach you how to solve problems on your own as much as I can. and as I see recurring problems, try to document them, and find solutions, my install/upgrade scripts, my backup/restore scripts, my MMM-Config module that does form based MM and module config, and module install (MMM-Config allows you to disable a module, effectively same as uninstall)