A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calvin and Hobbs - Adjust screen size?

    Unsolved
    2
    0 Votes
    2 Posts
    200 Views
    plainbrokeP
    @guitartoys Try these settings. You will probably have to adjust the sizes… It fits my 42" TV full screen all directions… Custom.css: .MMM-CalvinAndHobbes .module-content { Margin-top: 10px; Margin-left: 10px; max-width: 1810px; max-height: 1025px; width: 1810px; height: 1025px; overflow: hidden; } #cahcomiccontent { width: 1810px; height: 1025px; } Config.js: { module: "MMM-CalvinAndHobbes", position: "middle_center", config: { invertColors: false, grayScale: false, updateInterval: 7200000, limitComicHeight: -1, maxHeight: "98%" } },
  • MMM-SPOTIFY I cannot for the life of me get this to run propperly

    Unsolved
    2
    0 Votes
    2 Posts
    256 Views
    S
    @spistachio the Spotify module needs a premium account and you must follow the redirect url rules exactly Then the module will attempt to call your redirect, which doesn’t exist, but the token is in the url shown on the not found page So you copy that out for the value in config
  • MMM-Carousel extra text

    Solved
    2
    0 Votes
    2 Posts
    422 Views
    msimon360M
    I found the simple fix. I removed the position option from the Carousel module in the config.js file. Doh! I thought it said required but it said “NOT Required”.
  • MMM-AlarmClock popup not appearing when alarm goes off

    Solved
    3
    0 Votes
    3 Posts
    483 Views
    B
    Hey, I ran into a similar issue before — the popup didn’t appear even though the alarm triggered. In my case, it turned out to be a config issue with the notification settings in the module. Try checking if the showPopup option is enabled and that you don’t have another module overlapping it on the screen. Also, while testing your setup, you can use something like onlinealarm.co to verify your alarm times are correct before syncing it with MagicMirror — makes debugging way easier.
  • News Feed Source Title and Publish Date missing a character

    Unsolved
    6
    1 Votes
    6 Posts
    527 Views
    jca2112J
    @karsten13 Thank you for the update.
  • Calendar shows all day events shifted by a day

    Solved
    3
    0 Votes
    3 Posts
    421 Views
    S
    Quick update: it was the Pi clock not set to the same time zone. once calendar and PI time zones matched, it works perfectly.
  • use bottom bar better

    Unsolved
    6
    0 Votes
    6 Posts
    651 Views
    S
    @dcazman yes, fontsize is a brain twister many of the html elements do not inherit settings from things above them imagine if fontsize 50 worked on the top level of a printed page, suddenly everything would be 50…, even when you meant on this paragraph and some other paragraph already said 20, oops… SO, you need to find the element in the dev window elements tab and see where it got its size from (right column after you select that html element) and fix that…
  • AutoDimmer not dimming completely

    Unsolved
    1
    0 Votes
    1 Posts
    228 Views
    _
    Hey again folks So I set the dimming to 1.0 ( even tried a higher number ) but thr screen is still pretty bright in the hallway. The dimming function works in general but like said, its not completely black like mentioned in the doc. I also reduced brightness of my screen just to double check, but that wasnt it. Any ideas or is it just not possible to darken the screen to the “off” level?
  • MMM-Jast - Loading and no data SOLVED

    Solved
    1
    1 Votes
    1 Posts
    394 Views
    msimon360M
    I installed MMM-Jast v2.9.5 on a fresh Install of MagicMirror2 on my Raspberry Pi 5. All I was getting was the word “Loading”. The problem was fixed when I downgraded yahoo-finance2 from 2.14.0 to 2.11.3 as in the Jast package.json. cd ~/MagicMirror/modules/MMM-Jast rm -rf node_modules package-lock.json npm install yahoo-finance2@2.11.3 --save-exact
  • MMM-AirQuality - Additional Details?

    Unsolved
    1
    0 Votes
    1 Posts
    183 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
    402 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
    555 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
    430 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
    19k 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
    2k Views
    S
    @Scott-M awesome!
  • Issue with Outlook recurring events

    Solved
    26
    1
    0 Votes
    26 Posts
    5k 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
    1k 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
    5k 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.