A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-AlarmClock popup not appearing when alarm goes off

    Solved
    2
    0 Votes
    2 Posts
    152 Views
    J
    I eventually figured this out: I hadn’t had alert listed in the modules list. More details here: https://github.com/fewieden/MMM-AlarmClock/issues/48
  • Calendar absolute and time format not changing

    4
    1
    1 Votes
    4 Posts
    575 Views
    S
    @jackieandgil13 also, there are two different format strings… one for events with time dateFormat one for full day events, (without time) fullDayEventDateFormat the ones you showed look like full day events
  • js als Tabelle darstellen

    Moved
    2
    0 Votes
    2 Posts
    136 Views
    C
    In the following script I would like to output id:, icon: and suffix: as a table.
  • MagicMirror compliments for specific days at specific times

    Unsolved
    4
    0 Votes
    4 Posts
    553 Views
    S
    @Horyzon my update to compliments to support cron type entries was accepted and will be published in the next release (Oct 1) you can try it today by using the the develop branch of the MagicMirror repo see the troubleshooting section topic on how to get the develop branch https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code my MMM-Config module has support for this approach today you can use this page to generate the cron expression https://crontab-generator.org/ use some dummy command to complete their config operation, and only take the first 5 space separated fields of the result… minute hour day month day_of_week
  • MMM-ModuleToggleButton suddenly broken?

    Solved
    15
    0 Votes
    15 Posts
    1k Views
    S
    @philie in general for MM there is NEVER a need for sudo… it will cause problems and LATER you will need to user sudo AGAIN… the SYSTEM commands may need to use sudo… apt update, upgrade, editing files in the /etc folder because THOSE are owned by the system and should NOT be editable by a user (they are protected on purpose) the fact that the postinstall script failed is probably because you did sudo before and now the npm files are owned by root instead of user… (see line 1 above)
  • deleting and re cloning doesn't fix my module

    Unsolved
    2
    0 Votes
    2 Posts
    125 Views
    mumblebajM
    @danfagerburg What errors do you see? Are there errors in the pm2 logs or on the console? Also, check the Dev Window for any errors.
  • Problem with MMM-PhoneDetect

    Unsolved
    6
    0 Votes
    6 Posts
    360 Views
    S
    @plainbroke maybe, add hiddenOnStartup:true, after module: [image: 1720479260407-1000026643.jpg]
  • MMM-Fritz-Box-Callmonitor: Notification formatting

    Unsolved
    31
    0 Votes
    31 Posts
    18k Views
    S
    @rabbit83ka I also see this for background https://arshovon.com/blog/python-background/
  • Apple calendar & server only mode

    Solved
    7
    0 Votes
    7 Posts
    589 Views
    D
    @sdetweil Thanks for the explanation and the help!
  • MMM-Pir bugsounet doesn't switch the screen off!

    Unsolved
    2
    2 Votes
    2 Posts
    246 Views
    bugsounetB
    @Sceetch Hi, just see mode feature in ReadMe File [image: 1720153145977-b90d7c2a-4e53-4073-9f09-70ca9650e8ee-image.png] it depends on the OS used and Raspberry pi version
  • MMM-OpenWeatherMapForecast stopped loading

    Solved
    8
    0 Votes
    8 Posts
    616 Views
    S
    @james1787 fantastic! 2fer… fixes and like more
  • MyScoreboard won't show scores

    Solved
    3
    0 Votes
    3 Posts
    418 Views
    L
    @sdetweil Thank you!
  • MMM-MercedesMe

    Unsolved
    3
    0 Votes
    3 Posts
    129 Views
    B
    @sdetweil said in MMM-MercedesMe: Developer.MercedesMe. Follow below steps: hi Sam, it is the Developer.MercedesMe. Follow below steps: bit that is the problem. when i go into the site won’t let you create the api
  • openweatherforcast (Tom Hirschberger)

    Unsolved
    2
    1
    0 Votes
    2 Posts
    139 Views
    S
    @Sceetch I do not know exactly… BUT you can find it yourself via the developers window see this post for how to do that … it probably is marked align right… https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues/2?_=1719760745113
  • loading MMM-OpenWeatherForecast

    Unsolved
    8
    0 Votes
    8 Posts
    320 Views
    S
    @Sceetch then I am confused too
  • MMM-MealieMenu Fetch Error

    Solved
    30
    0 Votes
    30 Posts
    5k Views
    zanixZ
    @WallysWellies Are you running MM and Mealie on the same computer? And do you have the MMM-Mealie URL set as localhost? If so, try changing the MMM-Mealie URL to the IP address of the computer it’s running on.
  • Calendarext3

    Solved
    3
    0 Votes
    3 Posts
    195 Views
    S
    thx for solving the problem :). Remove positon works . thank u
  • MMM-CalendarExt2 not working

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    V
    @BKeyport Hello. Thank you very much for the hint about the module. I installed it and am using it. Please tell me how I can increase the font size in the name of the month and numbers. Thank you in advance!
  • Difficulty getting MMM-Transitfeed working

    Solved
    31
    0 Votes
    31 Posts
    2k Views
    UncleRogerU
    How to get MMM-transitfeed working on a new installation of MagicMirror (based on @sdetweil’s assistance) These are the steps I went through to get the module working after encountering version mismatch errors: Note that I was starting with a clean install of Raspberry PiOS. I made no changes prior to the steps outlined below: First, I installed MagicMirror using Sam Detweil’s script: bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)" Next, I installed the transitfeed module: { cd ~/MagicMirror/modules git clone https://github.com/bnitkin/MMM-transitfeed.git } Then this reset the libraries: { cd ~/MagicMirror rm -rf node_modules git checkout package.json git checkout package-lock.json npm run install-mm } I installed the electron rebuild package: npm install @electron/rebuild Next, I reset the module info: { cd ~/MagicMirror/modules/MMM-transitfeed rm -rf node_modules git checkout package.json git checkout package-lock.json npm install } At this point, I installed gtfs: { cd ~/MagicMirror/modules/MMM-transitfeed npm install gtfs } And lastly, I rebuilt sqlite3: { cd ~/MagicMirror/modules/MMM-transitfeed ../../node_modules/.bin/electron-rebuild } Here I added the default config from the module’s github page to my config.js and started the mirror. It worked! Many thanks to Sam for his patience, knowledge, and caring assistance.
  • move module

    Unsolved
    2
    0 Votes
    2 Posts
    168 Views
    S
    @benoit73 magic mirror has a border defined around the screen it is defined in css/main.css --gap-body-top: 60px; --gap-body-right: 60px; --gap-body-bottom: 60px; --gap-body-left: 60px; you can override this in custom.css see https://forum.magicmirror.builders/post/2053