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: Ads are blocking site content - how to get rid of them?

      @ember1205 Easiest way for me was installing the Adguard plugin on Chrome

      posted in General Discussion
      mumblebajM
      mumblebaj
    • RE: Automatic checking of all MagicMirror² modules

      @BKeyport As an IT person I would say we need to move with the times. Being stuck in the old is never good. Have you tagged your modules as per the stats gathered on it?

      posted in Development
      mumblebajM
      mumblebaj
    • RE: Completely lost

      @cowboysdude This is so funny…:face_with_tears_of_joy:

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-Growatt

      v2.2.0 Upgrade

      I have decided to refactor the code to make it a little easier to manage

      • Update growatt library to latest
      • Added helper functions
      • Add a connection retry in cases where connection to the Growatt server is down or interrupted
      • Add better error handling

      Current users do NOT have to update to the latest version unless you want to be on the latest version.

      If you do decide to upgrade and experience any issues, please open an issue on the MMM-Growatt Github page.

      The same updates were applied to the MMM-Growatt-Stats module. If you update and experience any issues please open a ticket at the MMM-Growatt-Stats Github page.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: Opening hours for stores/places thru Google API

      @Menturan Thanks for a great module. I had the module working for a two weeks but for the past few days it has stopped working. So, I have been working through the issue and after stopping and starting the mirror I am getting results returned but it is not being sent to the screen. Is there a reason for this?

      [09:48:50] - DEBUG - MMM-OpeningHours : Sending to frontend - [{"name":"Makro Store Crown Mines","opening_hours":{"open_now":true,"periods":[{"close":{"day":0,"time":"1400"},"open":{"day":0,"time":"0900"}},{"close":{"day":1,"time":"1730"},"open":{"day":1,"time":"0830"}},{"close":{"day":2,"time":"1730"},"open":{"day":2,"time":"0830"}},{"close":{"day":3,"time":"1730"},"open":{"day":3,"time":"0830"}},{"close":{"day":4,"time":"1730"},"open":{"day":4,"time":"0830"}},{"close":{"day":5,"time":"1730"},"open":{"day":5,"time":"0830"}},{"close":{"day":6,"time":"1600"},"open":{"day":6,"time":"0800"}}],"weekday_text":["Monday: 8:30 AM – 5:30 PM","Tuesday: 8:30 AM – 5:30 PM","Wednesday: 8:30 AM – 5:30 PM","Thursday: 8:30 AM – 5:30 PM","Friday: 8:30 AM – 5:30 PM","Saturday: 8:00 AM – 4:00 PM","Sunday: 9:00 AM – 2:00 PM"]},"place_id":"ChIJl8h2VlIJlR4Rn5311bQlcXQ"},{"name":"Builders Warehouse Glen Eagles","opening_hours":{"open_now":true,"periods":[{"close":{"day":0,"time":"1600"},"open":{"day":0,"time":"0800"}},{"close":{"day":1,"time":"1800"},"open":{"day":1,"time":"0700"}},{"close":{"day":2,"time":"1800"},"open":{"day":2,"time":"0700"}},{"close":{"day":3,"time":"1800"},"open":{"day":3,"time":"0700"}},{"close":{"day":4,"time":"1800"},"open":{"day":4,"time":"0700"}},{"close":{"day":5,"time":"1800"},"open":{"day":5,"time":"0700"}},{"close":{"day":6,"time":"1700"},"open":{"day":6,"time":"0700"}}],"weekday_text":["Monday: 7:00 AM – 6:00 PM","Tuesday: 7:00 AM – 6:00 PM","Wednesday: 7:00 AM – 6:00 PM","Thursday: 7:00 AM – 6:00 PM","Friday: 7:00 AM – 6:00 PM","Saturday: 7:00 AM – 5:00 PM","Sunday: 8:00 AM – 4:00 PM"]},"place_id":"ChIJB0lb_mgPlR4Rje4UAMJnOvY"},null,null]

      posted in Requests
      mumblebajM
      mumblebaj
    • RE: Automatic checking of all MagicMirror² modules

      @BKeyport Gives users an indication that they are outdated and may not be supported. My point is being stuck in the past is never a good idea unless you want your project to “die”

      posted in Development
      mumblebajM
      mumblebaj
    • RE: NPM Vulnerabilities Alert.

      @ankonaskiff17 The module has loads of dev dependencies. You should probably only install prod.

      {
        "name": "MMM-MoonPhase",
        "version": "1.0.1",
        "description": "Todo: Insert description here!",
        "main": "MMM-MoonPhase.js",
        "author": "Nolan Kingdon",
        "license": "MIT",
        "devDependencies": {
          "grunt": "latest",
          "grunt-eslint": "latest",
          "grunt-jsonlint": "latest",
          "grunt-markdownlint": "^1.0.13",
          "grunt-stylelint": "latest",
          "grunt-yamllint": "latest",
          "stylelint-config-standard": "latest",
          "time-grunt": "latest"
        }
      }
      
      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-OpeningHours

      @KristjanESPERANTO Thanks. It has been reverted.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: Need help creating a module.

      @sdmydbr9 A few things are missing. Your MMM-LocalNews.js sends a Socket Notification which the node_helper is supposed to listening for and act upon. The node_helper need a socketNotificationReceived in order to start its work. When it is done doing it’s work it needs to send the data back to the MMM-LocalNews.js (sendSocketNotifcation). Have a look at this sample module https://github.com/sdetweil/SampleModule.

      posted in Requests
      mumblebajM
      mumblebaj
    • RE: MMM-Carousel Pagination Icons

      @com1cedric MMM-page-indicator was updated recently so you do not have to use the nth-child stuff anymore. Checkout the latest version and the readme. I have added some samples of how you can use it. You should reference the svg as either @sdetweil or @karsten13 has shown and it should work.

      posted in Development
      mumblebajM
      mumblebaj
    • RE: MMM-News and BBC

      @DarrenHill Hi. I just tested with your config and it works fine for me.

      ff87e1dc-4be8-4c76-98f4-a42e079c0797-image.png

      I look after MMM-News which can be found here

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Issues with MMM-Screen-Powersave-Notification

      @Rags Hi. I am running Trixie since the beginning of the year. I wrote a post about setting up the screen stuff and monitor on and monitor off. See my post. When you turn on the monitor with a script you can set the resolution,

      https://forum.magicmirror.builders/topic/19116/having-trouble-with-screen-on-and-off-here-are-some-tips-that-could-help?_=1761576771063

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: is there a notes module out there

      @1a2a3a There are a few on the 3rd party modules page.

      https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules

      Maybe one of them would do what you want?

      posted in Requests
      mumblebajM
      mumblebaj
    • RE: Spam control?

      I’ll help as well. It does get bad with these spam posts

      posted in Forum
      mumblebajM
      mumblebaj
    • RE: MMM-NOAA3 4day forcast doesn't display

      @JohnGalt It is hard to keep up with the changing API’s. One only find out that it has changed when it breaks. Just way of the world that is.

      You should be able to renew the Airkey if it has expired.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: A whole lot upgrades to my MagicMirror, finally!

      @cowboysdude What module are you using for the phone information?
      Love the clean layout. Looks awesome

      posted in Show your Mirror
      mumblebajM
      mumblebaj
    • RE: Hello everyone, do you know if there is an MM module for rugby

      @Manu85 You can have a look at the following. I think there is room for some improvements but you can use the first pass. Please check the README carefully for leagues and other options etc.

      MMM-Rugby

      posted in Requests
      mumblebajM
      mumblebaj
    • RE: MMM-Carousel not displaying

      @sdetweil Lets see which one he is using. I am off to bed. Been a long day.

      posted in Forum
      mumblebajM
      mumblebaj
    • RE: calendar (icloud) not loading after last MM Update

      @Chazzer said in calendar (icloud) not loading after last MM Update:

      timeFormat: “abolute”,

      This doesn’t look right either. Think it should be “absolute” and not “abolute”

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MagicMirror 5"

      Very nice mirror. Well done

      posted in Show your Mirror
      mumblebajM
      mumblebaj
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 4 / 6