MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mumblebaj
    3. Topics
    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

    Topics

    • mumblebajM

      Accuweather Updates

      Watching Ignoring Scheduled Pinned Locked Moved Forum
      2
      1 Votes
      2 Posts
      1k Views
      S
      @mumblebaj so much fun! everybody is sliding into paywalls.
    • mumblebajM

      MMM-OpeningHours

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      3
      2 Votes
      3 Posts
      836 Views
      mumblebajM
      @KristjanESPERANTO Thanks. It has been reverted.
    • mumblebajM

      Adds Blocking Posts

      Watching Ignoring Scheduled Pinned Locked Moved Forum
      3
      1
      0 Votes
      3 Posts
      497 Views
      mumblebajM
      @karsten13 Understood. Will do the add blocker thingy…
    • mumblebajM

      Starting MM Crontab

      Watching Ignoring Scheduled Pinned Locked Moved Bug Hunt
      15
      0 Votes
      15 Posts
      1k Views
      mumblebajM
      @sdetweil A few things: The main issue being: MagicMirror is now using a flat npm config, and the start scripts are handled differently, node --run start:x11 is not a valid Node.js command — unless you are using a custom wrapper or an internal script, this will fail silently or do nothing. As Crontab runs in a minimal environment, so any graphical (X11) application must explicitly export DISPLAY. Previously I had the command as DISPLAY=:0 npm start. Now, I had to export DISPLAY=:0 first and then start MM.
    • mumblebajM

      MagicMirror Container

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      11
      0 Votes
      11 Posts
      2k Views
      plainbrokeP
      @mumblebaj @KristjanESPERANTO @sdetweil Thank you all for the information. I think I will stick with the way I already understand. setting up the docker and all seems like more work that is not in my wheelhouse. Interesting approach to the same end result.
    • mumblebajM

      MMM-NOAA3 - Revived

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      15
      1 Votes
      15 Posts
      3k Views
      mumblebajM
      @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. 🙏
    • mumblebajM

      Having trouble with screen on and off? Here are some tips that could help

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      14
      3 Votes
      14 Posts
      5k Views
      L
      @sdetweil Yes, I did! I tried switching to x-11 and adjusting all parameters, but ended up switching back to wayland which works fine with a scheduled shut-down in the evening. Thank you once again for taking the time to lead me through this!
    • mumblebajM

      MMM-MovieListings

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment
      28
      2
      2 Votes
      28 Posts
      7k Views
      mumblebajM
      UPDATES V1.1.0 Fixed issue with cast list appending cast members from different movies to the same list. Now only cast members of the displayed movie is displayed. Update and simplify the API calls to reduce the number of calls.
    • mumblebajM

      PI5 OS

      Watching Ignoring Scheduled Pinned Locked Moved Forum
      4
      1
      0 Votes
      4 Posts
      424 Views
      S
      @mumblebaj only the pir, screen stuff is different with Wayland display manager (default on the 5) you can change it back in the raspi-config app
    • mumblebajM

      MMM-EskomSePush

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      8
      3
      1 Votes
      8 Posts
      1k Views
      Z
      @mumblebaj I am going to try that with my previous image. Thanks for the heads up
    • mumblebajM

      MMM-Rugby

      Watching Ignoring Scheduled Pinned Locked Moved Sport
      1
      5
      3 Votes
      1 Posts
      375 Views
      mumblebajM
      Description: Module created to display World Rugby Rankings and Match data. Match Data based on a few different Rugby Competition Types and Leagues. No Subscriptions required! WRS - Woman’s Sevens Series 2024 MRS - Mens Sevens Series 2024 JMU - U20 Six Nations 2024 MRU - Mens Rugby Union Six Nations 2024 Rugby Europe International Championship 2024 Men’s Internationals 2024 Rugby Europe Trophy 2024 Rugby Europe Conference 2024 Autumn Nations Series 2024 The Rugby Championship 2024: Screenshots: World Rugby Standings [image: 1708543691017-screenshot.png] Mens Rubgy Union [image: 1709384458173-screenshot-2.png] Woman’s Sevens [image: 1709384474265-screenshot-3.png] API-SPORTS League Ranking [image: 1709384505791-screenshot-7.png] API-SPORTS Match Data [image: 1709384523007-screenshot-8.png] Version 1.0.1 initial Version 1.0.2 Added option to filter by Leagues. Upcoming Features Filter MRU by Leagues Version 1.1.0 Have updated the module to add a second option of API-SPORT. API-Sports require an API-KEY so user must register for an API-KEY. API-KEY allows for 100 free requests per day. Module still supports free option. This can be toggled between free and apiSport by using the collectionType. Have made updates to the free table displays. Version 1.1.2 Feature has now been tested and merged to live Still in testing. Release in the next day or two. Add an autoUpdate option which allows the application to manage the updateInterval. This will let the application update as per the updateInterval Sunday to Friday, i.e. if updateInterval has been set to update hourly, it will update Sunday to Friday hourly but on Saturdays it will update every 30 minutes. As Saturdays are generally game day, it is best to update half-hourly to get a refreshed score for current games. Version 1.1.3 Added translations for fr and en. PR’s welcome for any other language support required Version 1.1.5 Update country flags with team club flags for URC 2025.
    • mumblebajM

      Failed to load resource

      Watching Ignoring Scheduled Pinned Locked Moved Bug Hunt
      16
      4
      0 Votes
      16 Posts
      4k Views
      M
      @mumblebaj As of version 2.24, Somebody added to spit this error message out when the 2nd parameter is not a callback function. However, the following codes correct the missing parameter anyway, so it is unnecessary to regard it as ERROR, unless that self-correction logic is removed. Even if there is a plan to drop out that correction logic, it’s still better to flag it as a “WARN” rather than an “ERROR”, I think so. Anyway, the error message is just annoying, and not related to real “ERROR” . You can ignore it.
    • mumblebajM

      Share Payload between modules

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      404 Views
      mumblebajM
      Thanks @sdetweil and @MMRIZE , that worked a charm. :-)
    • mumblebajM

      MMM-GasMonitor

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      4
      4
      2 Votes
      4 Posts
      788 Views
      ankonaskiff17A
      @mumblebaj Our stuff was industrial grade and we had issues with the level sensor but related to day/night temperature & Sun impacting gas. but biggest problem with level sensor was related to it being a cylinder mounted horizontally… An inch of drop at top of sideways cylinder a lot less than an inch of drop across middle of cylinder so engineers had fun plotting that curve
    • mumblebajM

      Squashed Display

      Watching Ignoring Scheduled Pinned Locked Moved Bug Hunt
      3
      1
      0 Votes
      3 Posts
      415 Views
      mumblebajM
      @sdetweil Thanks Sam. I found the problem. It is related to a module I am running. Been debugging and when I disabled that module the display takes up the whole screen as it should.
    • mumblebajM

      MMM-Growatt

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      26
      1
      5 Votes
      26 Posts
      6k Views
      mumblebajM
      @nowayto Hi. That sounds more like something else. Have you checked the logs to see if you see any errors during the time when there is no update? Let me know if you see anything. The retry will try 3 times, first after 1000 milliseconds and and then at 2000 milliseconds and the last time at 3000 milliseconds and will return a warning. The next time it will try is at the refresh interval which is whatever value you have set. You can update if you want to check this out. You can let me know if you experience any issues. I am thinking about making the retry interval configurable but not sure if it is warranted at the moment.
    • mumblebajM

      Help with updateDom

      Watching Ignoring Scheduled Pinned Locked Moved Development
      11
      1
      0 Votes
      11 Posts
      2k Views
      mumblebajM
      @sdetweil Thanks Sam. Managed to resolve this. Everything works fine now and plays well with the other modules.
    • mumblebajM

      ES6 notation

      Watching Ignoring Scheduled Pinned Locked Moved Development
      7
      0 Votes
      7 Posts
      1k Views
      mumblebajM
      @MMRIZE and @sdetweil Thanks guys, Thought I would put the question out there and see what crawls out the woodwork. ;-)
    • mumblebajM

      Error: object_proxy

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      8
      0 Votes
      8 Posts
      2k Views
      karsten13K
      see https://github.com/MichMich/MagicMirror/issues/2831
    • mumblebajM

      Need some help with a carousel like function

      Watching Ignoring Scheduled Pinned Locked Moved Development
      3
      0 Votes
      3 Posts
      520 Views
      mumblebajM
      @sdetweil Thanks Sam. Will give that a go.
    • 1
    • 2
    • 1 / 2