@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.
Read the statement by Michael Teeuw here.

Posts
-
RE: new Raspi OS release
-
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: MMM-NOAA3 not working since last update
The issue was that I had to specify the lon and lat manually in the config.js.
-
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: 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: module not found error loading module in MagicMirror
Maybe this can help some users.
The following will search all *.js files in the modules folder for the reference of request. You can then just enter the module folders and install as per @sdetweil suggestion above. The same can be done for the other missing modules.
grep -r -E '('request')' ~/MagicMirror/modules/*/*.js
or search for multiple problem modules
grep -r -E '('request') | ('valid-url')' ~/MagicMirror/modules/*/*.js
Produces the following:
-
RE: Help with updateDom
@sdetweil Thanks Sam. Managed to resolve this. Everything works fine now and plays well with the other modules.