All, not sure if this was just me but after upgrading my Pi 5B to OS 13.6 my fan stopped working. The fix was to add the following line in /boot/firmware/config.txt. I put it near the top.
dtoverlay=cooling_fan
All, not sure if this was just me but after upgrading my Pi 5B to OS 13.6 my fan stopped working. The fix was to add the following line in /boot/firmware/config.txt. I put it near the top.
dtoverlay=cooling_fan
New module MMM-BracketEngine displays a mirrored knockout tournament bracket for any sport.
I took the MMM-FIFAWorldCup module and generalized it for any Bracket style Tournament. Providers fetch data from external APIs and normalize it into a common format; the engine renders it with a CSS Grid layout. You can also use a static bracket that you edit so you can display a tournament that has no online data (chess club, little league, etc.) . Providers for FIFA World Cup and Wimbledon are included.
This may be a little late but that’s what I get when you only use the free AI subscription. This module will put the FIFA World Cup Bracket on your Magic Mirror. Looks nice so far.
https://github.com/msimon360/MMM-FIFAWorldCup
MMM-PWSWeather is a module that displays real-time weather data from your Personal Weather Station at Weather Underground.
The provider can be used by the default weather module and other weather modules that support the weatherProvider configuration option.
Re: Fifa World Cup overview
I started looking into ways to display the 2026 World Cup and found this to work great. I used {MMM-WebView} (https://github.com/Iketaki/MMM-WebView ) and loaded native-stats.org [World Cup page](link url) (https://native-stats.org/competition/WC/) page.
A provider for the US Open Tennis Tournament has been added to the MMM-BracketEngine module. You can select any of the draws (MS, WS, MD, WD, XD, BS, or GS).
MMM-BracketEngine now has providers for (fifa, usopen, wimbledon, static). Let me know if there is a provider you want.
@KristjanESPERANTO Thanks I edited my post. Also it is now in the 3rd Party Modules page.
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
So I made a new module for this MMM-iCloudPhotos. That is me and Claude. It downloads any new photos from the iCloud Album you specify and deletes any photos that are no longer in the album. I am using it with MMM-ImagesPhotos but you can specify any directory to put the images in and use any display module.
I have updated the MMM-PWSWeather provider v2.0 for MM v2.35.0+. The provider pws now runs as a server-side provider API. If you are running an older version of MM you can download the initial release.
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”.
Here is a shot of my MagicMirror layout. I wanted to get as much daily info into one screen as I could but also display photos at a size that was nice. Here is my module list;
calendars - directory for iCloud calendar sync
MMM-AirQuality
MMM-DailyBibleVerse
MMM-iCloudPhotos - syncs iCloud Photos Album to my Pi
MMM-ImagesPhotos
MMM-MoonPhase
MMM-Pinfo
MMM-PWSWeather - Provider for default weather module
MMM-UpliftingNews - An RSS reader with links to positive news. (Not in the list of 3rd Party Modules)
MMM-WordOfTheDay
Simon’s Simple
Well this is not quite working yet. I hope to have it soon.
I have a new module MMM-iCloudPhotos That will sync an Album from your Apple iCloud to your Magic Mirror. The Album does NOT need to be public and can be Personal or Shared.
With a Shared Album you and anyone you invite can add or remove photos from any Apple Device and they will appear on your mirror.
Got it working. MMM-iCloudPhotos Still testing with MMM-ImagesPhotos to see what update interval works for me.