@bworch git status and git diff may help you 🙂
Read the statement by Michael Teeuw here.
Posts
-
RE: Magicmirror won’t update
-
RE: [MMM-MailMessage] Send messages to your MagicMirror via e-mail
@UncleRoger Nice. Do you want to add it to the list of modules?
https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules
edited to fix url
-
RE: Module list updates since the beginning of November
@mumblebaj Sure :slightly_smiling_face: I have included a brief explanation of this in the README.
If there are several images in your repository, one image is selected according to the following logic: First search for an image that contains 'screenshot' or 'example' in it's name and if none is found, take the first image that is found. -
RE: Cannot find module 'node-fetch' error with MMM-SoccerLiveScore
@sdetweil Sure. But my PR removes node-fetch, so
npm installis no longer necessary for this module. -
RE: Carousel is not working
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'] } } } -
RE: Module list updates since the middle of December
@mumblebaj Thanks for the hint! I’ve just updated the state description. But unfortunately it is still abandoned. The maintainer no longer responds to issues and PRs.
-
RE: MMM-Remote-Control is NOT able to restart Magic Mirror
I’ve created a PR to fix this :-)
-
RE: MMM-CalendarExt - Startup problem
@Bimtronic Try MMM-CalendarExt3 instead of MMM-CalendarExt. MMM-CalendarExt is no longer maintained.
-
RE: MMM-Chores - Manage and keep track of your household Chores
Looks really nice, especially the admin interface!