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
    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-BackgroundSlideShow cutting off top of pics

    Solved
    8
    0 Votes
    8 Posts
    60 Views
    S
    @msimon360 and how is the configured in carousel?
  • Weather.gov problem in default weather module.

    Unsolved
    3
    0 Votes
    3 Posts
    49 Views
    ankonaskiff17A
    @sdetweil I’ve done that. I intend to follow-up with those folks tomorrow. There are a few NWS API pages that indicate what options are available and while they show various iterations of Forecast, Current is not in the list. They have the api set where you can plug in GPS coordinates, the NWS office that manages those GPS coordinates and it will generate the https address so you just plug it into the module. That is what I did a few years ago when I first built that MM. I am going to look at Observations options at bottom of the picture to see if the have changed the format. [image: 1763336508417-api-picture.jpg]
  • MMM-Mplayer video issues

    Unsolved
    11
    0 Votes
    11 Posts
    445 Views
    G
    @evroom Perfect timing. Just sat down think of options to try next. And the first one I was going to try was setting the cache and see what happens. So that is where I will start, and go from there. I’m also going to dig more into the options for Mplayer I can see the command to start mplayer is mplayer rtsp://admin/camadmin@172.16.0.37:554/cam/realmonitor?channel=1&subtype=0 -vf rotate=-1 monitoraspect 0 -noborder -geometry 471:20 -x 990 -y 557 -rtsp-stream-over-tcp -prefer-ipv4 -vo xv,gl,gl_nosw,vdpau, -nosound Does not appear to be a memory issue. Starts at 74m, 24 hours later 80m. CPU averages from 12-25%, with a short jump to 40% for 1-2 seconds every 10 seconds on the Pi5. Much lower usage from the 4…so I expect there may be more going on with the 4. This 5 I setup from scratch, so no carryover from the 4. And maybe it is the camera. It got along with the omxplayer, but maybe there is something Omxplayer that it didn’t care about, and now Mplayer does. Thanks for the thoughts. I’ll continue to update this thread as I come across anything.
  • MMM-temp-ds18b20 temp font size

    Unsolved
    4
    0 Votes
    4 Posts
    92 Views
    S
    @briantogo change the refreshInterval property See the module doc
  • Disable header in MMM-MieleAtHome and MMM-Homeconnect

    Unsolved
    14
    1
    0 Votes
    14 Posts
    556 Views
    O
    @sdetweil Sorry. Both ways did´nt work. Only the “display: none !important;” did the trick. Thank you for you support…as always!
  • Modules météo bloqués sur "chargement..." ?

    Unsolved
    1
    0 Votes
    1 Posts
    33 Views
    R
    Bonjour à tous, Je reprends mon projet Magic Mirror en stand bye depuis un certain temps :) Aujourd’hui, je rencontre un problème avec les modules : MMM MarineWeather MMM OneCallWeather Ces deux modules ne se lancent pas et sont bloqués sur “Chargement…” Je mes suis bien inscris sur https://home.openweathermap.org/api_keys afin d’obtenir une nouvelle clé One Call API 3.0 Si vous avez des pistes… MERCI par avance :)
  • Calvin and Hobbs - Adjust screen size?

    Unsolved
    2
    0 Votes
    2 Posts
    70 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
    70 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
    139 Views
    M
    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
    252 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
    174 Views
    jca2112J
    @karsten13 Thank you for the update.
  • Calendar shows all day events shifted by a day

    Solved
    3
    0 Votes
    3 Posts
    163 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
    223 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
    90 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
    124 Views
    M
    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
    96 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
    175 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
    340 Views
    A
    Hi @sdetweil , Sorry for the delay and thanks for this info. We’ll test this module.