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.
    mumblebajM Offline
    • Profile
    • Following 0
    • Followers 6
    • Topics 33
    • Posts 785
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: mumblebaj MMM-WOTD fonts

      @plainbroke You can target the selectors specifically in your custom.css like this:

      #wotd-we {
        color: orange;
        font-size: 50px;
      }
      
      posted in Custom CSS
      mumblebajM
      mumblebaj
    • 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: My first, slim mirror at home

      @uros76 Looks very nice and clean. Like the “no wires” idea. Well done.

      posted in Show your Mirror
      mumblebajM
      mumblebaj
    • MMM-OpeningHours

      I have been using the MMM-OpeningHours module for a few years now and it has always been working great and probably still works for all users of the modules by @Menturan . Thanks for an awesome module.

      Google has replaced the library @google/maps with a newer library @googlemaps/google-maps-services-js. I must mention that the old library still works.

      I have updated the module to use the latest library from google and have refactored the node_helper.js code a bit. I have also update the package.json and the README and have opened a PR. As the module has been last updated about 3 years ago I am not sure if it is still maintained.

      If anybody want to switch to the newer version you are welcome to use my fork. I just love this module as I can track all my fav places.

      You can find the fork here: MMM-OpeningHours

      posted in Utilities
      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
    • MMM-CovidStats

      I have had an issue with the MMM-COVID19 module as it has stopped pulling stats since the 2nd March 2022. I decided t0 make my own from a different source. No API keys required. :clinking_glasses:

      See Github module page:
      MMM-CovidStats
      In order to get the module you need to follow these steps:

      Module includes a country flag for the selected countries to display.
      Module is best positioned in position middle_center

      cd ~/MagicMirror/modules
      git clone https://github.com/mumblebaj/MMM-CovidStats.git
      cd MMM-CovidStats
      npm install
      

      Options:

      • Include multiple countries

      • Include World Stats

      Screenshots
      CovidStats .png

      posted in Health
      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: Any plan to replace "request" and "moment"?

      @sdetweil I have now found it in the /node_modules/luxon/build/global

      I should have searched some more. :beaming_face_with_smiling_eyes:
      But, yes, you are correct. You can just point to that location.

      posted in Feature Requests
      mumblebajM
      mumblebaj
    • MMM-SweepClock

      Created a module based on a classic railway clock using code from manuelmeister

      74c2433d-85d6-40a2-afae-650551911b04-image.png

      Installation

      cd ~/MagicMirror/modules/
      git clone https://github.com/mumblebaj/MMM-SweepClock.git
      

      Add to config.js

      {
      	module: "MMM-SweepClock",
      	position: "top_left", //can use top_right as well or top_center
        },
      

      Updates
      V1.1.2
      Add timezone feature which allows a user to specify a timezone. This will override the timezone of the system MM is running on.

      posted in Utilities
      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: 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: MMM-PGA

      @swvalenti The issue is in the ESPN.js at line 49 or so. It is looking for defendingChampion.athlete but there isn’t one and it fails. I see you have created an issue on GitHub but sometimes the guys abandon their modules. Maybe the developer responds to you issue. You could change line 49 to the below and it should work.

      I would have done it this way:

      tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.athlete.displayName : ""
      

      94340480-6e5a-488b-be15-6a18dc792f4d-image.png

      posted in Sport
      mumblebajM
      mumblebaj
    • RE: Voice assistant

      @sdetweil All the best Sam. Get well soon.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-Hue

      @Mitchfarino What a pity though. The module works perfectly for me though. There are some instructions missing though but I managed to get it up and running when I first implemented it a few months ago. Great module.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: Merry Christmas and Happy New Year!

      @cowboysdude Same to you too from South Africa.

      posted in General Discussion
      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
    • RE: MMM-PGA Not Working

      @Notas1 You can get a working fork of the module here. I have recently made loads of changes to bring it to the new age. :-)

      You can have a try with it.

      posted in Sport
      mumblebajM
      mumblebaj
    • RE: MMM-Strava stopped updating

      @levon That message just says that the module will not work on an older version of the mirror. It is not an error. Are there any other errors in NPM? Can you check the developer window for any errors, Do a Ctrl + i which should open the developer window. MMM-Strava seems to be working fine for me.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • MMM-EskomSePush

      Overview
      Apologies for only showing this here now. Module has been around for almost 8 months now.

      For those who do not know what this is, the state power utility operator describes it as follows:

      Load shedding is a controlled process that responds to unplanned events in order to protect the electricity power system from a total blackout.

      For those who know what this is… You know the feeling… :-)

      So, we have a rotational system whereby the local municipality will switch off your power for a period of 2.5hrs depending on the stage we are on at that given time. There are instances where we go without 4.5hrs of power when we are at stage 6 or above. Most often we can be without power for up to 12hrs per day.

      I have created this module for users to monitor their load shedding schedule and help them plan accordingly.

      Link to module:
      EskomSePush

      Some pics:
      No loadshedding:
      f3c8504e-2ce0-4445-904d-d778b57f13d4-image.png

      With loadshedding:
      1d71e12b-b4c7-4434-931e-f1c88e9a7c5d-image.png

      With 4.5hr schedule:
      af6b513c-db67-469b-bb3a-675a13315d61-image.png

      Latest Update:

      • Added feature to show “No upcoming loadshedding” when there is no loadshedding for your area - Still in testing and will be released in the next few days.
      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: Recommend a Word of the Day module? (English)

      @mcgroo Have a look at this one.
      https://github.com/mumblebaj/MMM-WOTD

      has multiple language support etc.

      posted in General Discussion
      mumblebajM
      mumblebaj
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 2 / 6