A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-AirQuality - Additional Details?

    Unsolved
    1
    0 Votes
    1 Posts
    127 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
  • Wallberry theme: disable unsplash

    Solved
    3
    0 Votes
    3 Posts
    246 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
    394 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
    268 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
    15k 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
    992 Views
    S
    @Scott-M awesome!
  • [MMM-Remote-Control] Cannot GET /remote.html

    Unsolved
    13
    0 Votes
    13 Posts
    5k 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
    4k 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
    988 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
    1k 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
    4k 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)
  • MMM-Tado - Tado API Login no longer working (403 error) — any fix?

    Unsolved
    17
    0 Votes
    17 Posts
    2k Views
    M
    This is my solution. Just install the https://github.com/daydy16/MMM-Tado In the config file: { module: 'MMM-Tado', position: 'bottom_left', // This can be any of the regions. config: { updateInterval: 900000 // miliseconds-15minutes-96times per day < 100 } }, After you launch your Mirror with “node --run start”, you receive in the terminal this: MMM-Tado: Device authentication required. Please visit the following URL: https://login.tado.com/oauth2/device?user_code=XXXXXX You put that URL in your browser and submit the code. That’s it. Hope it helps!
  • Embed Grafana Charts - xframe issue

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    R
    @hs said in Embed Grafana Charts - xframe issue: allow_embedding=true For future me and of course anyone else looking for this, the setting is in the [Security] section of /etc/grafana/grafana.ini (Assumes Grafana is hosted on a Pi or other Linux distro)
  • mm watching disabled?

    Solved
    4
    3
    0 Votes
    4 Posts
    4k Views
    S
    @Periz another thing I didnt mention that could lead you from the pm2 status output The column Uptime tells you how long the app has been running 0 is a bad sign The column to the right of Uptime Shows the count of restarts for the app large numbers are not good
  • Reoccurring events wrong time MyCalendar

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    S
    @rnieto18 thanks for the feedback