A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Multiple instances of ImagesPhotos module

    Solved
    20
    0 Votes
    20 Posts
    12k Views
    N
    @sdetweil This is amazing! Thank you for all of your hard work. Works perfectly
  • Incorrect Clock module time after update to latest MM

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    bheplerB
    @nschertz No worries. Little errors like that happen to all of us.
  • Weather sunset time shows UTC instead of local time zone

    Unsolved
    1
    1
    0 Votes
    1 Posts
    233 Views
    C
    After the recent update I noticed that the wether module (using Wether Underground server) shows the sunset time in UTC. I am in Atlanta which is 5 hours behind GMT and sunset today is 5:30pm Local time or 10:30pm GMT. The wether module is displaying 10:30. This appears to have just started happening with the latest MM update. My config.JS has the following: { module: 'weather', position: 'top_right', disabled: false, config: { location: 'Atlanta, US', lat: 33.749, lon: -84.388, roundTemp: true, apiKey: '6d6d.........xxxxxx..........8be4b7f' } }, I added the Lat/Lon information while trying to debug but it made no difference. I do not see anywhere to add timezone information. My clock module is showing the current timezone and using “date” in a terminal shows that the system clock is working as expected and us using my local timezone (EST). [image: 1702657986393-screenshot-2023-12-15-at-11.32.47-am.png]
  • MMM-GroveGestures / Python script is terminated

    Solved
    25
    0 Votes
    25 Posts
    6k Views
    E
    Can someone help me? Many thanks
  • Need help building two modules that communicate with each other

    Solved
    9
    0 Votes
    9 Posts
    604 Views
    S
    @DarkwingBuilds both showing (checked needs to be looked at) [image: 1702487314682-screenshot-at-2023-12-13-11-07-43-resized.png]
  • Calendar default

    Unsolved
    4
    0 Votes
    4 Posts
    479 Views
    S
    @chris47803 ok, can you do two things look at the messages where mm starts, npm start if you use pm2, then pm2 logs --lines=50 download the ics data and look at the events curl -sL calendar_url >somefile.txt edit somefile.txt and look for event that should be in the future BEGIN:VEVENT . DTSTART:… . END:VEVENT
  • Monitor not responding to MMM-Remote-Control or MMM-AlexaControl

    Unsolved
    3
    0 Votes
    3 Posts
    573 Views
    G
    @sdetweil sorry for the late reply. for lsb_release -a: No LSB modules are available Release 11 for uname -a Linux raspberrypi 6.1.21-v7+ #1642 Not sure if the other info given was relevant. Got a codename with the lsb and a date with the uname
  • MMM-CalendarExt3Agenda questions.

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    K
    @MMRIZE thanks for the info. I don’t even know how modules get updated or how I know when a module needs to be updated. Do I need to subscribe to the GitHub page or can I turn on auto updates or anything like that?
  • Module isn't staying in its position area

    Solved
    3
    0 Votes
    3 Posts
    402 Views
    K
    @BKeyport Thanks. I’m using the “mywordoftheday” module. I put in a max-width 400px and it seemed to do the trick. Thanks.
  • MMM_CalendarWeek - First few events listed are from years ago

    Unsolved
    4
    1
    0 Votes
    4 Posts
    532 Views
    K
    Oh, I found a note on the page about removing the Position flag so I’ll try that. I’ll start a new thread for my questions about the Ext3Agenda module. Thanks.
  • MMM-CalendarExt2 initial setup

    Unsolved
    4
    0 Votes
    4 Posts
    555 Views
    BKeyportB
    @csongor-varga-0 Course, my answer would be to delete CX2 and go with CX3.
  • MMM-CalendarExt3 Formatting questions follow-up

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    M
    @UncleRoger You can use this; .CX3 .event.fullday.multiday .headline .time { display:none; } (I’ll add this to the next update to be the default.)
  • MMM-Remote-Control

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    J
    @Dennis-010 Thanks for figuring all of this out. I also reverted back to the X11 window driver. For completeness, just add --rotate right to the command: customCommand: { // Optional, See "Using Custom Commands" below monitorOnCommand: 'xrandr -d :0 --output HDMI-1 --auto --rotate right', monitorOffCommand: 'xrandr -d :0 --output HDMI-1 --off' },
  • MMM-ImagesPhotos Help Resizing photos

    Solved
    6
    0 Votes
    6 Posts
    782 Views
    S
    @bebetter14 awesome the error you saw was unexpected token whatever that is the first clue to look for a missing comma on the line before
  • Update for calext3

    Solved
    4
    0 Votes
    4 Posts
    553 Views
    BKeyportB
    @Michelle-H2020 Once you do the update (git pull, NPM install in module directory) then restart your magic mirror and it’ll disappear.
  • OpenWeatherMapForecast

    Unsolved
    1
    0 Votes
    1 Posts
    165 Views
    R
    I installed openweathermapforecast but I am unable to get it working, it just says loading when running. When I look at the log is says error: null. I have used open weather for other modules and they work but not this one. Does anyone have any ideas thanks
  • No weather warnings in OpenWeatherForecast

    Solved
    7
    1
    0 Votes
    7 Posts
    829 Views
    J
    @sdetweil Looks good now! Thank you :-)
  • How do I get Times for events that happen today instead of "in 3 hours"?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    BKeyportB
    looked back in my archives, and found it: // Force Absolute to Absolute all the time, michmich *really* hates solid dates, apparently. timeformat: "absolute", getRelative: 0, urgency: 0,
  • Can I hide the top line from the Weather Module?

    Unsolved
    1
    0 Votes
    1 Posts
    185 Views
    K
    Hi, In the Weather module, the top line is Wind icon, Wind speed, Wind Direction, and then the Sunrise icon and the Sunrise time. I don’t want to see any of those things. I just want to see the Current Temp line and the Feels Like. If I turn on onlyTemp, I lose the top line, but I also lose the Feels Like, which I’d like to keep. There are some individual flags I can set. If I set ShowSun and Show WindDirection to False, I lose most of what I want, but I still have the wind speed and a wind icon showing. I don’t see any config options to turn off the Windspeed and wind icon completely. Does this option exist? Thanks.
  • MMM-BMW-OW and CC UnhandledPromiseRejectionWarning

    Unsolved
    1
    0 Votes
    1 Posts
    118 Views
    J
    I’m new to MM and have installed on a RPi 4b 4gb with Ubuntu. Installing either of these modules causes the following error: (Use `electron --trace-warnings ...` to show where the warning was created) [01.12.2023 21:05.45.311] [ERROR] (node:7249) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) Can anyone help sort this out? Thank you!