@ge You can possibly raise a new feature request on the modules Github page. Module was last updated 2 years ago though. You can clone the module and make the additions yourself as well. 😉
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MailMessage feature
-
RE: new Raspi OS release
@sdetweil So, I have not seen any issues thus far other than having to figure out the screen blanking for me on Labwc, I have to test the
wlopm, but for now I have switched back to Wayfire. No other issues in logs etc. -
RE: small outburst - opencv
@monark Maybe just my pennies worth as well, a lot of the module developers develop modules for own use and they choose to share it with community. A lot of the plugins that get used are not made by the module developers, OpenCV being case-in-point. It is a plugin and it has its own complexities.
As Sam mentioned earlier, MM is a learning platform and users of the platform get to learn as they go along.
I can understand the pain you having but the learning is what makes it fun, solving problems is what keeps most users going with the platform.
-
RE: Exclude certain events from Calendar
@theaddies said in Exclude certain events from Calendar:
excludedEvents [ ‘Workout’],
I might be wrong but I think you might be missing a colon. It should read like this:
excludedEvents: [ 'Workout'], -
RE: Error in DNews (copy of PNews)
@johans Have a look at this thread.
https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later/11Your error
Error: Cannot find module 'xml2js' -
RE: Any plan to replace "request" and "moment"?
@sdetweil I have now found it in the
/node_modules/luxon/build/globalI should have searched some more. :beaming_face_with_smiling_eyes:
But, yes, you are correct. You can just point to that location. -
RE: RSS newsfeed ‘en français’
@earnestrichards You could try my MMM-NewsAPI and selet country fr to get all French news.
https://github.com/mumblebaj/MMM-NewsAPI.gitYou could also try MMM-NewsFeed by @bugsounet .
https://github.com/bugsounet/MMM-NewsFeed.git -
RE: So I have a question about backup
@sdetweil Right now, not. MM runs perfect as is. I’ll leave it for now. :beaming_face_with_smiling_eyes:
-
RE: Help with updateDom
@sdetweil Thanks Sam. Managed to resolve this. Everything works fine now and plays well with the other modules.