A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • problem updating events to mmm-monthlycalendar

    Unsolved
    1
    1
    0 Votes
    1 Posts
    293 Views
    K
    Re: Monthly Calendar Hello, i am having an issue, i have 3 calendar modules working with diff. cals. but monthly calendar only shows me the events from the last one that update… there is a way to make monthly calendar shows the events from the 3 calendars? tks module: "MMM-MonthlyCalendar", position: "top_left", config: { updatesEvery: 30, weeksInFuture: 5, } }, { module: "calendar", header: "Calendario Flori", position: "top_left", config: { colored: true, calendars: [ { symbol: "heart", url: "https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxxxx.ics", color: "#5fd700"}, ] } }, { module: "calendar", header: "Feriados AR", position: "top_left", config: { colored: true, calendars: [ { symbol: "guitar", url: "https://calendar.google.com/calendar/ical/psnmblmbogte9ohfhij0kjiebc%40group.calendar.google.com/public/basic.ics", color: "#ffd700"}, ] } }, { module: "calendar", header: "Feriados US, CA", position: "top_left", config: { colored: true, calendars: [ { symbol: "hat-cowboy", url: "webcal://www.calendarlabs.com/ical-calendar/ics/39/Canada_Holidays.ics", color: "#3b83bd"}, { symbol: "cannabis", url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics", color: "#e30613"}, ] } }, code_text [image: 1634682634101-a016c028-be05-4b41-b365-3ed8a32496ba-image.png]
  • Output MMM-Buienradar disappears on display after 90 minutes

    Unsolved
    1
    0 Votes
    1 Posts
    356 Views
    veldjeV
    My MagicMirror on Raspbeery Pi 4b has been running satisfactorily for some time now, including the following modules: MMM-Remote-Control, MMM-MyDutchWeather; MMM-RandomBibleVerse; birthday list; MM-SimpleLogo and defaults-modules. The output of all modules is (use to be) visible on the Dell display and also via VNC (via remote control). Currently there is the problem that the output of the module MM-Buienradar (github.com/StefanNienhuis) disappears from the display after 90 minutes. After a reboot it comes back for another 90 minutes. In the absence of the output on the display, the output can be seen via reboot-control in VNC. A git pull for MMM-Buienradar doesn’t help. What could be the problem here and how can it be solved?
  • MMM-Fuel

    Solved
    3
    0 Votes
    3 Posts
    881 Views
    T
    @mymirror Hi the problem lies in the new root certificate from Letsencrypt (the old one expired as planned) and has to be fixed by an update on MagicMirror.
  • MMM-Parcel

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    J
    @karsten13 Great, fixed it, cheers
  • Calendar (native) Profiles option

    Unsolved
    2
    0 Votes
    2 Posts
    520 Views
    J
    Never mind, I just tried creating two module configs with different classes and that worked (can have more than one calendar module defined).
  • MMM-Face-Recon-DNN not getting past the opening video stream

    Unsolved
    3
    0 Votes
    3 Posts
    643 Views
    J
    @kicifans Enabled debug and after closing the MMM-Faces module I tried to run, I can see the DNN module startup and the last thing it shows it opening camera stream. Nothing after that and no errors. It causes MM to stop updating any screens but shows only the modules rendered up to that point. If I press CTRL-C it stops and shows captured xx FPS so it is doing something, but the way the module is launching the python script, it isn’t allowing the main Magic mirror to process anymore (like it isn’t spawned in a thread or something but blocking instead). I figured I would try the MMM-Faces module again since it at least looked promising but when I open the management interface and click the camera icon for a preview, it only shows one image and doesn’t update in real time so I guess I need to troubleshoot that one instead unless there are any thoughts on the DNN module. I tried the python command from the command prompt and it said it was opening the input stream and creating output stream with no errors, just seems to block all processes if launched within the magic mirror setup.
  • MMM-weatherchart sdetweil fork

    18
    0 Votes
    18 Posts
    6k Views
    M
    @sdetweil I see. Well, I opened an issue on GitHub, maybe something happend.
  • MMM-GoogleDocs-Notes

    Unsolved
    8
    0 Votes
    8 Posts
    852 Views
    S
    @pierre666 weird
  • Compliments with remote file doesnt work.

    Unsolved
    13
    0 Votes
    13 Posts
    4k Views
    S
    @codac good… htaccess is on the server side… this error is server generated, client should NOT be able to 'get around ’ it
  • JARVIS DOSENT ANSWER

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    D
    Post MMM-detetors config please link Sensitivity: Override default sensitivity value for applied model defined in Model. (see below) Value could be within a range from 0.0 to 1.0. null will set default sensitivity.
  • 0 Votes
    4 Posts
    788 Views
    S
    @jawz_44 looks like the py script writes to that file. sort of like registering a user I think. not a lot of doc there
  • MMM-PIR-Sensor error

    Solved
    4
    0 Votes
    4 Posts
    967 Views
    C
    @sdetweil I have the same error, tried your commands but running into another issue: ⠼ Building module: epoll, Completed: 0make: Verzeichnis „/home/pi/MagicMirror/mo dules/MMM-PIR-Sensor/node_modules/epoll/build“ wird betreten CXX(target) Release/obj.target/epoll/src/epoll.o ⠴ Building module: epoll, Completed: 0In file included from ../../nan/nan.h:288 , from ../src/epoll.cc:15: ../../nan/nan_typedarray_contents.h: In constructor ‘Nan::TypedArrayContents<T>: :TypedArrayContents(v8::Local<v8::Value>)’: ../../nan/nan_typedarray_contents.h:34:43: error: ‘class v8::ArrayBuffer’ has no member named ‘GetContents’; did you mean ‘IsContext’? data = static_cast<char*>(buffer->GetContents().Data()) + byte_offset; ^~~~~~~~~~~ IsContext ⠏ Building module: epoll, Completed: 0make: *** [epoll.target.mk:117: Release/ob j.target/epoll/src/epoll.o] Fehler 1 make: Verzeichnis „/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epol l/build“ wird verlassen ✖ Rebuild Failed An unhandled error occurred inside electron-rebuild node-gyp failed to rebuild '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_mod ules/epoll'. For more information, rerun with the DEBUG environment variable set to "electron -rebuild". Error: `make` failed with exit code: 2 Error: node-gyp failed to rebuild '/home/pi/MagicMirror/modules/MMM-PIR-Sensor/n ode_modules/epoll'. For more information, rerun with the DEBUG environment variable set to "electron -rebuild". Error: `make` failed with exit code: 2 at NodeGyp.rebuildModule (/home/pi/MagicMirror/node_modules/electron-rebuild /lib/src/module-type/node-gyp.js:109:19) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async ModuleRebuilder.rebuildNodeGypModule (/home/pi/MagicMirror/node_mod ules/electron-rebuild/lib/src/module-rebuilder.js:94:9) at async Rebuilder.rebuildModuleAt (/home/pi/MagicMirror/node_modules/electr on-rebuild/lib/src/rebuild.js:226:9) at async Rebuilder.rebuild (/home/pi/MagicMirror/node_modules/electron-rebui ld/lib/src/rebuild.js:184:17) at async /home/pi/MagicMirror/node_modules/electron-rebuild/lib/src/cli.js:1 54:9 Do you have an idea how to solve it? //edit: Just removed the MMM-PIR-Sensor directory, cloned it again from GitHub and made a fresh installation worked. Seems like I messed up the node_modules folder.
  • GoogleAssistant v3

    Unsolved
    14
    0 Votes
    14 Posts
    5k Views
    J
    @ray man your hot word is great ahahah, keep up the work, it would be awesome if you could take ur magic mirror to next level and use Jarvis for everything !
  • MMM-Face-Reco-DNN username display mapping problem

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    K
    @sdetweil Thank you very much! Exactly what I needed :)
  • MMM-Soccer problem after update

    Unsolved
    4
    0 Votes
    4 Posts
    998 Views
    J
    This is shown in PM2 log 0|MagicMir | [08.10.2021 15:17.14.799] [ERROR] Getting league table: 400 Bad Request 0|MagicMir | [08.10.2021 15:22.14.868] [ERROR] Getting league table: 400 Bad Request 0|MagicMir | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT 0|MagicMir | [08.10.2021 15:27.07.097] [ERROR] Getting league table: 400 Bad Request 0|MagicMir | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
  • Connecting Modules to Each Other

    Solved
    16
    0 Votes
    16 Posts
    6k Views
    S
    @tonkxy glad you are making progress. not a JS problem. any language would have the same problem…
  • MMM-CalendarExt2 Site can't be reached

    8
    0 Votes
    8 Posts
    1k Views
    S
    @robwaddell localhost means on this machine… none of your urls should point to localhost can u show us the calendars definition from this module… u can change some of the characters in the mangled name, try not to leave out any lines…
  • Black screen after adding modules.

    Solved
    13
    -1 Votes
    13 Posts
    2k Views
    L
    @sdetweil thank you! I know I’ve been an absolute pain but just know that I really appreciate experience users offering assistance to simple folk like myself. Have a brilliant day.
  • I have a question about the default alert

    Unsolved
    2
    0 Votes
    2 Posts
    806 Views
    M
    @ray https://docs.magicmirror.builders/modules/alert.html#developer-notes
  • ElectronOptions?

    Unsolved
    2
    1
    0 Votes
    2 Posts
    959 Views
    M
    @bert269 Those configurations have to be located in config. You put them outside config.