• 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 29
  • Posts 729
  • Groups 2

Posts

Recent Best Controversial
  • RE: MMM-Carousel Pagination Icons

    @com1cedric I have submitted a PR for MMM-page-indicator which should give more flexibility per page. See example below:

    .MMM-page-indicator .fa.indicator.page-2::before {
        content:"\f005";
        color: orange !important;
    }
    
    .MMM-page-indicator .indicator.active-page {
       animation: pulse 1.2s ease-in-out infinite;
    }
    

    If PR is accepted you should be able to target specific page indicators as shown in example above from custom.css.

    You could use this fork in the meanwhile:
    MMM-page-indicator

    posted in Development
    M
    mumblebaj
    Apr 6, 2025, 11:16 AM
  • RE: cron job hdmi on and off

    @Sam-0 Have a look at my post about this.

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

    posted in Troubleshooting
    M
    mumblebaj
    Apr 4, 2025, 2:29 PM
  • RE: Restart MagicMirror once a day

    @veny Just restarting the MM does not resolve the issue with the weather module freezing. We need to find why the weather module freezes. Maybe turn on Debug in the config and then see if there are any errors on the next freeze?

    posted in Troubleshooting
    M
    mumblebaj
    Apr 1, 2025, 4:10 PM
  • RE: MMM-Tado - Tado API Login no longer working (403 error) — any fix?

    @chichi1887 I have seen that the node-tado-client npmjs package has been updated to v1.0.0 to cater for the new OAuth2 flow. I would suggest opening an issue on the module Github page for the module developer to fix.

    posted in Troubleshooting
    M
    mumblebaj
    Mar 23, 2025, 11:42 AM
  • RE: MMM-NOAA3 - Revived

    @sdetweil Successfully replaced Darksky with Piratesky.

    posted in Utilities
    M
    mumblebaj
    Mar 15, 2025, 10:05 AM
  • RE: MMM-NOAA3 - Revived

    @sdetweil Awesome. Will have a look at it. Thanks Sam

    posted in Utilities
    M
    mumblebaj
    Mar 14, 2025, 5:47 PM
  • MMM-NOAA3 - Revived

    Hi all,

    I have been using MMM-NOAA3 by @cowboysdude for a few years now. I like the display of it and did not want to go for a different module to replace it. Recently it stopped working and has for a while been throwing lots of errors.

    I have forked the module and have started updating it and trying to bring it back to life. I have managed to update a few things.

    • Removed request and replaced with internal fetch
    • Updated MMM-NOAA3.js to cater for the new response structures.

    Supported Providers:

    • weatherbit
    • piratesky
    • accuweather
    • openweather
    • msn

    I have not had a chance yet to look at the other providers and am not sure if anybody would like them included. Honestly I do not want to create accounts for all of them just to update the provider list but can if I have to. However, I do believe that darksky has been taken over by Apple and it may not work so, I may be removing that from the list of providers.

    However, I am happy to say that the module now works fine for weatherbit and openweather and no longer is throwing any errors.

    I will be pushing a PR to @cowboysdude when I am done making all the changes with the other providers.

    For now, if anybody is interested in using it for either openweather or weatherbit you can use my fork for now.

    Can be found below:
    MMM-NOAA3

    posted in Utilities
    M
    mumblebaj
    Mar 14, 2025, 5:42 PM
  • RE: MMM-Growatt

    @nowayto Yes, you can add your own dimensions in the ~/MagicMirror/css/custom.css.

    I have noticed an error in the module css. I have corrected it. Please do a git pull before attempting the below changes.

    You could set it as follows:

    .growatt-table {
        font-weight: bold;
    	color: orangered;
        font-size: 0.5rem;
    }
    
    posted in Utilities
    M
    mumblebaj
    Mar 10, 2025, 3:04 PM
  • RE: MMM-Growatt

    @nowayto Hi. I will fix the README when I get some time. Unfortunately you cannot add exportedPower as that is not defined in the module when it gets the text and icons etc.

    posted in Utilities
    M
    mumblebaj
    Mar 9, 2025, 5:02 PM
  • RE: MMM-Growatt

    @nowayto yes, do rm -rf MMM-Growatt in the ~/MagicMorror/modules folder to remove the other module. Then just git clone my one and configure accordingly in the config.js.

    posted in Utilities
    M
    mumblebaj
    Mar 9, 2025, 10:58 AM
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 72
  • 73
  • 5 / 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