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

Posts

Recent Best Controversial
  • RE: ChatGpt intergration

    @Nage1951 ChatGPT has been around for a while now. There is even a module built on it already. Checkout the 3rd party modules list, hamburger menu on top. Not sure if it still works but it is there.

    posted in Requests
    M
    mumblebaj
    about 15 hours ago
  • RE: Restart MagicMirror once a day

    @sdetweil Yeah, was reading that earlier when you posted it from another issue. Will see if I can pull the MM repo and have a look at the code in there.

    posted in Troubleshooting
    M
    mumblebaj
    12 days ago
  • RE: MMM-Carousel and modules that are currently generating an empty div

    @sdetweil and @redfishbluefish When I had the same issue with my MMM-NewsAPI module where if a user opted not to show a QR Code, it would create an empty div which took up space. I had to implement the following in code to dynamically remove the div for it if the option is not selected. You would need to have similar logic for if no alert results are returned you remove all traces of the parent div.

    else {
                    const qrCodeElement = document.getElementById("NEWSAPI_QRCODE")
                    if (qrCodeElement) {
                        qrCodeElement.parentNode.removeChild(qrCodeElement)
                    }
                }
    

    This is how I have implemented it in my module, may not be the most elegant but works for me and the QR div no longer takes up the space if the user did not opt to show it.

    posted in Troubleshooting
    M
    mumblebaj
    12 days ago
  • RE: MMM-NOAA3 - Revived

    @htilburgs Thanks for confirming. I double checked the icons available from weatherbit and compared to the list and they are all covered. Hopefully it was just a once off thing. 🙏

    posted in Utilities
    M
    mumblebaj
    13 days ago
  • RE: MMM-NOAA3 - Revived

    @htilburgs Good morning. I have just tested weatherbit using you lat and lon and not seeing any errors.

    66d2c376-82f3-4e23-8a48-58fe4e2208de-image.png

    posted in Utilities
    M
    mumblebaj
    13 days ago
  • RE: MMM-NOAA3 - Revived

    @htilburgs I will have a look at weatherbit. They may have changed icons.

    Just a little busy today but when I get a moment I will definitely have a look.

    I also require your lat and lon so I can get the data/icons for your region/area

    posted in Utilities
    M
    mumblebaj
    14 days ago
  • RE: MMM-NOAA3 - Revived

    @htilburgs Hi, thanks for the complement. I have updated accordingly. Thanks for that.

    posted in Utilities
    M
    mumblebaj
    14 days ago
  • RE: Long time no see and need a help.

    @MMRIZE Major hit to the community. Hope things work out for you an hope you find a solution around this. Till later…

    posted in Forum
    M
    mumblebaj
    20 days ago
  • RE: Default Weather Updates not working

    @Freddy_boy You can have a look at the following link.

    NOAA3

    This is my forked version which works and caters for different providers.

    posted in Troubleshooting
    M
    mumblebaj
    21 days ago
  • RE: Default Weather Updates not working

    @Freddy_boy Just out of interest, why use multiple instances for current and forecast if you can get both in a single module? There are a few different modules that provide the combined view.

    My apologies, just want to know out of interest.

    Below is an example of both rolled into one.

    e7612357-b485-4752-87fa-a632c29828e0-image.png

    posted in Troubleshooting
    M
    mumblebaj
    22 days ago
  • 1
  • 2
  • 3
  • 4
  • 5
  • 72
  • 73
  • 1 / 73
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy