A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • openweatherforcast (Tom Hirschberger)

    Unsolved
    2
    1
    0 Votes
    2 Posts
    208 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
    603 Views
    S
    @Sceetch then I am confused too
  • MMM-MealieMenu Fetch Error

    Solved
    30
    0 Votes
    30 Posts
    7k 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
    279 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
    4k 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
    282 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
  • ERROR 404 Telegrambot EXT

    Unsolved
    4
    0 Votes
    4 Posts
    314 Views
    S
    @sdetweil I understand that but I made a post over 20 hours ago with no response so I came to this forum looking for help. Has anyone else encountered a similar issue to this one stated above?
  • Weather module only show current temperature and Feels like

    Unsolved
    1
    1
    0 Votes
    1 Posts
    118 Views
    J
    Is there any way to set up the weather module so it only shows the current temperature and “Feels like”? See the attached. Thanks! I got close but I still see “Wind speed”. [image: 1719323507300-screenshot-2024-06-25-at-08.47.10.png]
  • Trying to hide EXT-Spotify from showing

    Unsolved
    3
    0 Votes
    3 Posts
    189 Views
    S
    @BKeyport thank you
  • MMM-GoogleMapsTraffic failing

    Solved
    3
    0 Votes
    3 Posts
    350 Views
    L
    I’ve resolved it. Google wanted my credit card number :) for API. It works now
  • module weather

    Unsolved
    4
    0 Votes
    4 Posts
    401 Views
    S
    @KristjanESPERANTO good catch!
  • MMM-CalendarExt3 and MMM-CalendarExt3Agenda => Symbol increase

    Solved
    3
    0 Votes
    3 Posts
    368 Views
    V
    @MMRIZE Thanks a lot Works perfect
  • problem with module MMM-Pollen-FR on github

    Unsolved
    7
    0 Votes
    7 Posts
    605 Views
    B
    @sdetweil thank you it’s ok
  • MMM-Navigate cannot be installed

    Solved
    26
    0 Votes
    26 Posts
    3k Views
    S
    @Klaleu you do. find the message which gives the best answer, click the 3 dots in the lower right and select the option Mark this post …
  • MMM-CalendarExt3 show description instead of title in event

    Solved
    4
    0 Votes
    4 Posts
    342 Views
    M
    Perfect, works excellent! Thanks
  • Having issues with MMM-MktIndex, again

    Unsolved
    4
    0 Votes
    4 Posts
    457 Views
    L
    @KristjanESPERANTO Yes, I have
  • MMM-MyScoreboard Is it possible to change the font size of the Game Time?

    Unsolved
    1
    0 Votes
    1 Posts
    389 Views
    W
    I would like to make the game time font larger but keeping everything else the same. I’m using Large Logos.
  • MMM-WetterOnline does not load

    Unsolved
    4
    0 Votes
    4 Posts
    748 Views
    S
    @lavolp3 I have a question about the module: until yesterday everything was working without any problems, but since this morning nothing is displayed to me (the screen area where the module is placed remains black) - I did an MM update to the latest version 5 minutes ago, too That didn’t bring any improvement. Has anything changed in the meantime? 16.06: now run the module - thx
  • MMM-Pages - possible to change module config?

    Solved
    7
    0 Votes
    7 Posts
    789 Views
    S
    @WallysWellies good work! changing code is always an option in an open source world. most users don’t have that skill.