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
    • 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: 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: MMM-Growatt

      @nowayto No bother. If you raise a request on my Github page I will look at creating a minimalistic version when i have a bit of time.

      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-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: 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: MMM-OpeningHours

      @KristjanESPERANTO Thanks. It has been reverted.

      posted in Utilities
      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: Can anyone revive AviationWX, PilotWX, or TAF

      @sdetweil There is a simple api call from the site to get the metar data whicg might be simpler to use.

      https://aviationweather.gov/api/data/metar?ids=KMCI%2CKORD%2CKBOS&format=json&taf=true&hours=1&bbox=-26.139%2C28.246&date=2024-03-10T23%3A44%3A22Z

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

      @Manu85 I saw your request to him. The module is not built for you and only you. Others are using it right now. You don’t seem to appreciate and understand the complexities around the data and how it the API’s are defined.

      This module is being used by a number of people, and unless you raise a feature request and everybody agree to request will I entertain the idea. What you are asking for is not easily achievable with the way the API calls are structured.

      For my own personal use the module is fine as is.

      I hope you come right but this matter I consider closed now and module will remain as is.

      posted in Requests
      mumblebajM
      mumblebaj
    • 1 / 1