MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mumblebaj
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 6
    • Topics 33
    • Posts 762
    • Groups 2

    Posts

    Recent Best Controversial
    • 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.

      posted in General Discussion
      mumblebajM
      mumblebaj
    • 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.

      posted in General Discussion
      mumblebajM
      mumblebaj
    • 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'],

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 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.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 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/11

      Your error Error: Cannot find module 'xml2js'

      posted in Development
      mumblebajM
      mumblebaj
    • 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.git

      You could also try MMM-NewsFeed by @bugsounet .
      https://github.com/bugsounet/MMM-NewsFeed.git

      posted in System
      mumblebajM
      mumblebaj
    • 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:

      posted in General Discussion
      mumblebajM
      mumblebaj
    • RE: Voice assistant

      @sdetweil All the best Sam. Get well soon.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 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:

      7120d3bc-00c1-42a1-ad16-70ee822268e5-image.png

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Help with updateDom

      @sdetweil Thanks Sam. Managed to resolve this. Everything works fine now and plays well with the other modules.

      posted in Development
      mumblebajM
      mumblebaj
    • 1
    • 2
    • 3
    • 4
    • 5
    • 11
    • 12
    • 3 / 12