@dcazman said in MMM-OpenWeatherForecast Error 401:
I think this is the fork I used.
According to your first post (output of git remote -v
) you use the repository of jclarke0000.
@dcazman said in MMM-OpenWeatherForecast Error 401:
I think this is the fork I used.
According to your first post (output of git remote -v
) you use the repository of jclarke0000.
@MZ-BER How did you do the update?
cd ~/MagicMirror/modules/MMM-PublicTransportHafas
git pull
npm ci
@bworch git status
and git diff
may help you 🙂
@Chloe282 Nice job! 👏 Thanks for sharing 😀
@mart11 This should be fixed since we released version 3.0.0 😀 Please update and check.
barnabycolby did’t update the module since 5 years. I recommend to use a newer fork. Like this one: https://github.com/shbatm/MMM-Carousel/
The following config should work with the new fork:
{
module: 'MMM-Carousel',
config: {
transitionInterval: 40000,
ignoreModules: ['clock', 'alert', 'MMM-Tools', 'MMM-OpenmapWeather', 'MMM-PublicTransportHafas', 'weatherforecast', 'calendar', 'newsfeed', 'MMM-Remote-Control', 'MMM-Traffic', 'MMM-Fuel'],
mode: 'slides',
slides: {
"Slide 1": ['MMM-SoccerLiveScore'],
"Slide 2": ['MMM-Formula1', 'MMM-COVID19-AMPEL']
}
}
}
@goldyfruit Very cool! 🚀Don’t forget to add MMM-ShareToMirror to the module list 🙂
@sletrabf With your config and the changes to the custom.css file, the module works on my system.
Please show us the system information provided in the terminal when you start MM. It looks like this:
[2025-05-18 11:54:32.378] [INFO] System information:
### SYSTEM: manufacturer: Notebook; model: N650DU; virtual: false
### OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: x64; kernel: 5.10.0-20-amd64
### VERSIONS: electron: 35.1.2; used node: 24.0.1; installed node: 24.0.1; npm: 10.9.0; pm2: 5.4.3
### OTHER: timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined
@kusselin said in Carousel is not working:
another question I have: udn namely when the modules change it can be that these are very “WIDE” at once…at the repeated change then again normal in the width become…woran lies this? can that be?
Does this also happen with the new fork I recommended?