A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-pihole-stats refuses to update

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    A
    @zanix The update worked perfectly… Would not have found it myself, so anyone else looking to correct the issue follow the link above.
  • What is your backup and restore method?

    18
    0 Votes
    18 Posts
    8k Views
    cowboysdudeC
    @swvalenti Yes but this ONLY works for an RPI4… So I KNOW someone is going to see this and try it on a 3 and come back with ‘it doesn’t work’… it does. You can also do it on a 3 but it’s different… https://thepi.io/how-to-boot-your-raspberry-pi-from-a-usb-mass-storage-device/ Just replying here so I can save myself trouble when someone tries it LOL
  • Calendar - only all day events showing - moment timezone issue

    11
    0 Votes
    11 Posts
    4k Views
    S
    @magicinme those are Microsoft-isms. I put code in node-ical and mm to handle, but the definitions aren’t parsed. the supporting nodejs libs don’t understand custom timezones, so I convert to iana tz.
  • Calendar Color

    Solved
    27
    0 Votes
    27 Posts
    19k Views
    P
    how do you change the schedule time color and font? Mine seems to be gray even after sending the fade to false.
  • eaddress in use

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    B
    @bkeyport As the new system is running, I did change the port ! Thx !
  • MagicMirror Doesn't Start

    Unsolved
    4
    0 Votes
    4 Posts
    790 Views
    S
    @droidus IF it was needed, the install script would have changed package.json "start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js", to "start": "./run-start.sh $1",
  • was i can begin my magic mirror?

    Unsolved
    2
    0 Votes
    2 Posts
    630 Views
    S
    @clezio read the instructions here https://www.raspberrypi.org/software/operating-systems/ translate page to your language need micro sd card image imager use image -> imager -> sd card install sd card in pi power on
  • Mmm-calendarext

    8
    0 Votes
    8 Posts
    983 Views
    S
    @pastormingle valid-url was removed in 2.16, and the module didn’t do ument using it. so, if the module has a package.json file do, in the module folder npm install valid-url if no package.json, then in the module folder do npm init -y npm install valid-url there are 3 libs we know of valid-url request rrule-alt
  • Lunartic not working without "request"

    Unsolved
    3
    0 Votes
    3 Posts
    461 Views
    cowboysdudeC
    @hango go here…until his pull request is complete but this is the fix. Just delete yours and reinstall this one. git clone https://github.com/cowboysdude/MMM-Lunartic into the ~/MagicMirror/modules directory. go to modules/MMM-Lunartic folder and type in npm install
  • Cursor shown in v2.16.0

    Unsolved
    18
    0 Votes
    18 Posts
    5k Views
    karsten13K
    @majorc o.k., then I will provide a PR for this in the mm repo
  • several ds18b20 connected separately to gpio Maggic mirror

    Unsolved
    2
    2
    0 Votes
    2 Posts
    869 Views
    S
    @majsoft looks like is the sandal library that is only returning one sensor
  • How can I ensure I get regular update notifications?

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    R
    @sdetweil Done! :thumbs_up: https://github.com/MichMich/MagicMirror/issues/2644
  • Netatmo - no connection

    15
    0 Votes
    15 Posts
    5k Views
    M
    I am using this one, and it is working nicely. https://github.com/RaymondMolenaar/MMM-Netatmo
  • Currentweather and compliments

    Unsolved
    1
    0 Votes
    1 Posts
    246 Views
    K
    Hello, I wanted to use the weather compliments, is just using currentweather enough? Or does something have to be done? Thank you
  • dateFormat and getRelative

    Unsolved
    1
    2
    0 Votes
    1 Posts
    284 Views
    ankonaskiff17A
    I have two of the default calendar modules, one above the other both visually and in config.js. module_1_calendarand module_2_calendar. I have both modules with dateFormat set to MM/DD/YY. I also have getRelative: 0, which in the configure options description says will force the calendar event to stay absolute vs at a configured time (0 - 48) with default being 6. My understanding could be way off the mark but I translate that as saying right up to and including the day of the event it will stay in 'MM/DD/YY' rather than what is shown in attached picture of my config.js file. The default 6 hours isn’t really the issue either as the circled Wednesday at 12:AM is way out beyond 6 hours. In the end I do not want either calendar to show anything but 'MM/DD/YY' and I thought the combination of the date format and forcing the getRelative would accomplish that. [image: 1630176840682-getrelative.jpg] [image: 1630176754141-relative-vs-absolute.jpg]
  • Screen shifts position after page refresh

    Unsolved
    4
    2
    0 Votes
    4 Posts
    675 Views
    J
    @swvalenti MMM-Carousel seems to be the culprit. Will have to look at this modules behaviour. @sdetweil I am using netatmo-module, which stops updating its data sooner or later. I used MMM-auto-refresh to reload the page and get the netatmo module updating again. It looks like there are new forks to this original netatmo-module, so maybe I could try if they are more stable, and page refresh is not needed anymore.
  • Background is white?

    Unsolved
    18
    0 Votes
    18 Posts
    4k Views
    M
    @sdetweil Thanks for that script! I started from fresh Raspian, ran you script, and now this looks like it’s working far better.
  • MagicMirror dual monitor configuration

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    P
    @sdetweil I found it and it’s working great thanks for the help… Now just need to get to start with pm2 and should be good to go…
  • weird problem with mm and motion(noob inside)

    Unsolved
    12
    0 Votes
    12 Posts
    5k Views
    S
    @phario or 0 to disable that function in motion
  • MMM-Dropboxwallpaper not showing pictures

    Unsolved
    2
    0 Votes
    2 Posts
    441 Views
    S
    @maddmurph looks like u have another copy of MagicMirror running. if using pm2, do pm2 stop all then pm2 status to get the app name and pm2 start name