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

    Posts

    Recent Best Controversial
    • RE: cron job hdmi on and off

      @Sam-0 Can you run the following from the command line and she your results:
      wlr-randr
      ls -als /run/user/1000/wayland*

      Share your results. Either the wayland-1 is different as indicated by @evroom or HDMI-A-1 is actually a different version on your system.

      Share the results from the above and we take it from there. Also, @evroom has indicated the there is supposed to be a space before /home on the crontab.

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

      @sdetweil And just to note, MMM-pages is zero based. This will need to be updated as well. If I understand MMM-Carousel correct, it is also zero based.

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

      @sdetweil Yes, that is correct. I added a classname page-${i}. But the standard code was always zero based and I do not want to update that. It is tied in with MMM-pages and seems like it works with others as well.

      start() {
        this.curPage = 0;
        this.mmmPagesDetected = false;
      },
      
      posted in Development
      mumblebajM
      mumblebaj
    • RE: Need help for a module who give advice because of the weather

      @Xx_Codeur_xX You could have a look at some of the modules that already does this. They get the weather from the default weather module, no need to redo this as it is already available.

      See either of the below.
      https://github.com/fruestueck/MMM-WeatherDependentClothes
      or
      https://github.com/Lavve/MMM-WeatherOutfit/tree/main

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

      @sdetweil Yeah, i would agree. Changing that logic now may have some repercussions for users already using the module.

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

      @sdetweil Correct. Although, MMM-page-indicator is 0 based, same as MMM-pages, so page-0 would be page 1 etc.

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

      @sdetweil Not sure if I understand you properly but the other pages would default to the standard circle. The changes I made allows you to target specific pages if you want to change the icon, add animations etc. A little easier to target individuals.

      posted in Development
      mumblebajM
      mumblebaj
    • 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
      mumblebajM
      mumblebaj
    • 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
      mumblebajM
      mumblebaj
    • 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
      mumblebajM
      mumblebaj
    • 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
      mumblebajM
      mumblebaj
    • RE: MMM-NOAA3 - Revived

      @sdetweil Successfully replaced Darksky with Piratesky.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-NOAA3 - Revived

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

      posted in Utilities
      mumblebajM
      mumblebaj
    • 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
      mumblebajM
      mumblebaj
    • 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
      mumblebajM
      mumblebaj
    • 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
      mumblebajM
      mumblebaj
    • 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
      mumblebajM
      mumblebaj
    • RE: MMM-Growatt

      @nowayto Changes made. Please review the Github README for details of how to implement.

      Don’t forget to like and or Star the module on Github.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-Growatt

      @nowayto Those features are not there. Will need to see if I can include it. A little late this side now and I have an early morning. Will look at it afterward.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-Growatt

      @nowayto I have managed to create a table view which should give a view as can be seen in the picture below. I am still busy testing this on my dev branch.

      image-9.png

      posted in Utilities
      mumblebajM
      mumblebaj
    • 1 / 1