A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-ModuleScheduler only refreshing modules after restart

    3
    0 Votes
    3 Posts
    1k Views
    S
    @kasperb do I have the rest of the log? Did imagesphotos get the suspend/hide message?
  • Requested network interface wlan0 not found!

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    StoffbeuteluweS
    @sdetweil for me it is WiFi
  • Cant get the access token from todoist

    Unsolved
    1
    0 Votes
    1 Posts
    356 Views
    H
    When I try to create an access token I am met with a blank page on the todoist (see images attached) i was just wondering if any of you experienced similar issues [image: jagXc1O]
  • Blank mm after update

    Unsolved
    48
    0 Votes
    48 Posts
    20k Views
    S
    @kvicksson can u mark your issue resolved?
  • Need help please MMM-dropbox error

    Solved
    15
    0 Votes
    15 Posts
    4k Views
    StoffbeuteluweS
    @sdetweil I will try a new token…thanks Sam
  • Using Smartthings motion sensor to turn on/off monitor

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    brobergB
    Can also be done with mmm-syslog if you don’t need all the bells and whistles of the remote control module. And if you are using the Hubitat Elevation it’s basically the same. but you don’t need custom device handlers. It’s all built in to Hubitat (virtual device, button and then rules to send http get).
  • Autoplay different module not working

    Unsolved
    11
    0 Votes
    11 Posts
    3k Views
    C
    pm2 logs Failed to create permanent mapping for memfd region with ID = 207878710 0|mm | Failed to regester memfd mempool. Reason: could not attach memfd SHM ID to pipe 0|mm | mmap() failed: Cannot allocate memory 0|mm | Failed to create permanent mapping for memfd region with ID = 1648210477 0|mm | mmap() failed: Cannot allocate memory 0|mm | Failed to create permanent mapping for memfd region with ID = 1088771516 0|mm | Ignoring received block reference with non-registered memfd ID = 1088771516 0|mm | mmap() failed: Cannot allocate memory 0|mm | Failed to create permanent mapping for memfd region with ID = 3067665855 0|mm | Failed to regester memfd mempool. Reason: could not attach memfd SHM ID to pipe 0|mm | mmap() failed: Cannot allocate memory 0|mm | Failed to create permanent mapping for memfd region with ID = 1648210477 0|mm | mmap() failed: Cannot allocate memory 0|mm | Failed to create permanent mapping for memfd region with ID = 3337011850 0|mm | Ignoring received block reference with non-registered memfd ID = 3337011850
  • MMM-RTSPstream not displaying video

    Solved
    2
    0 Votes
    2 Posts
    774 Views
    buzzkcB
    I found the issue was a conflict between MMM-RTSPstream and the Google Traffic maps module as reported here: https://github.com/shbatm/MMM-RTSPStream/issues/33 I haven’t had a chance to try the fix, have just disabled the maps module for now. However, the video is now displaying. Now if I can just get those 12 hours back used I OCD’ing over this. :-)
  • Magic Mirror wont fill whole Screen!

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    buzzkcB
    I assume you’re talking about the black border around the display, it’s usually caused by the overscan setting being on… https://www.techcoil.com/blog/how-to-make-your-raspberry-pi-fill-up-your-entire-monitor-screen-by-disabling-overscan-in-raspbian-stretch/
  • Calendar excludedEvents behavior not as expected?

    Unsolved
    1
    0 Votes
    1 Posts
    506 Views
    O
    I am having trouble with the excludedEvents parameter in the calendar module. I can get some words to filter but not others. For instance I if I have the following two events on the calendar: School Early Dismissal Roger’s Special - Art If I enter ‘Early’ in the excludedEvents array then as expected the School Early Dismissal goes away. If I enter ‘Roger’ or ‘Art’ or ‘Special’ then I can’t get the second event to filter out. I have 3 calendars. I tried eliminating all but the one that pulls the “Roger’s Special - Art” event and still no luck. I am starting to think that there is something about that calendar ics that prevents events from being filtered? Is this possible? module: "calendar", header: "Calendar", position: "top_left", config: { maxTitleLength: "30", timeFormat: "absolute", nextDaysRelative: true, titleReplace: {'SPECIAL MEETING':'meeting'}, displaySymbol: false, //maximumNumberOfDays: "62", fade: false, excludedEvents: ['Special'], calendars: [ { // symbol: "calendar-check-o ", url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics", maxTitleLength: "17" },
  • Issues with MM freezing and RPI3 running Hot

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
    D
    It was a memory issue, but watchdog did not solve it. my swap space of 100MB ran full within an hour or so, so i made it bigger to 150MB. The MM ran for a week, and it froze again… Made the swap space 2 GB ( twice the memory size of my Pi 3B), and it did not crash or freeze since i made that adjustment. swapfile is around 220 MB at this moment, so 2 GB is a little overkill i guess The pi does a scheduled reboot every morning. (As it has always done)
  • Screen switching to blank

    Unsolved
    13
    0 Votes
    13 Posts
    4k Views
    S
    @micksel ok, run pm2 stop 0 then cd ~/MagicMirror npm start now you might see the full errors
  • Weekly changing modules

    Unsolved
    2
    0 Votes
    2 Posts
    551 Views
    R
    https://github.com/ianperrin/MMM-ModuleScheduler seems to do exactly this. Haven’t tested it myself though.
  • Google Assistant isn't response the information to the end

    Unsolved
    3
    0 Votes
    3 Posts
    690 Views
    J
    @Sean Thanks to you, I’ve solved the problem.
  • I am givning up.. new install

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @otto said in I am givning up.. new install: cannot load mixer controls: Ogiltigt argument Did you tried the command I gave you? Thoses a just to validate that your mic is working, after you can work on alsamixer. The basic command are great tools to make sure stuff is working as you want. Maybe a long shot but did you tried the following solution provided here? https://askubuntu.com/questions/765396/alsamixer-cannot-open-mixer-invalid-argument It seems alsamixer can be tricky to config and some files need to be created manually (sound is muted by default at install).
  • Word wrap Module?

    Unsolved
    2
    0 Votes
    2 Posts
    934 Views
    brobergB
    @ooom416354 Hi, yes it’s possible but you would have to define the size for the module for it to contain the text. (Otherwise it just fills the available space in the bottom_left region) so in the custom.css add something like this : .MMM_modulename { width : 400px; } Replace the “MMM_modulename” with the name of the module and adjust the width accordingly.
  • Magic Mirror Black Screen after "pm2 start mm"

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    S
    Had the same problem, change directory to MagicMirror and execute npm start. Hope it help
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    47 Views
  • MMM-Reddit: Can't use with only one subreddit

    Unsolved
    1
    0 Votes
    1 Posts
    704 Views
    V
    Hello, I’m very new to magic mirrors, and so maybe my issue is obvious, and in that case I’m sorry. I’m trying to use the mmm-reddit module to pull from just one subreddit, but it’ll only work for me, if I set it to multiple subreddits. Here’s the setup that doesn’t work for me: { module: "MMM-Reddit", position: "top_right", config: { subreddit: ["showerthoughts"], showHeader: false, headerType: "sentence", displayType: "headlines", count: 4, show: 4, width: 360, showRank: false, showScore: false, showSubreddit: false, showNumComments: false, colorText: false, showThumbnail: false, showGilded: false, } }, Here’s the setup that does work for me: { module: "MMM-Reddit", position: "top_right", config: { subreddit: ["NintendoSwitch", "Showerthoughts", "Denmark"], showHeader: false, headerType: "sentence", displayType: "headlines", count: 4, show: 4, width: 360, showRank: false, showScore: false, showSubreddit: false, showNumComments: false, colorText: false, showThumbnail: false, showGilded: false, } }, Any good suggestions? I’m kind of lost 😕. Thank you very much!
  • Is there a way to store secrets in the environment?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    T
    I’ve added a feature request to GitHub here.