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 33
    • Posts 770
    • Groups 2

    Posts

    Recent Best Controversial
    • PI5 OS

      Hi.

      Which PI5 OS is best suited for MM?

      536b4f2d-80c7-45c7-bc48-84b177c7c46e-image.png

      Managed to get my hands on a PI5 and want to test all my modules’ performance on the PI5. But before I run into setup issues, which version works best with MM?

      Thanks

      posted in Forum
      mumblebajM
      mumblebaj
    • RE: VNC Alternative

      @sdetweil Seems like rpi-connect is still in beta. May be a viable option if no relay is required else the lag could be nasty as the turn server is located in the OK.

      posted in General Discussion
      mumblebajM
      mumblebaj
    • RE: mmm-netatmo

      @anton2023 Can you please explain

      @anton2023 said in mmm-netatmo:

      following morning after the pi shutdown

      Are you switching off the PI completely? have you tried running the PI through the evening?

      If I read the code correctly, it fetches the new token after the refresh interval. But if the PI was shutdown, it requires a valid token to start working again. If the PI is not shutdown, the module should run fine, fetching the new token if the old one has expired as it would do throughout the day.

      posted in Utilities
      mumblebajM
      mumblebaj
    • RE: MMM-Todoist - Task display length

      @tfergy You may want to look at these config options. Have a read through the options list on the Github page.

      673f17c9-d186-4a1c-bc9b-df67f6076a40-image.png

      posted in Productivity
      mumblebajM
      mumblebaj
    • RE: Major problems loading new module page...

      @BKeyport Seems to load just fine for me.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: The installation instructions are broken.

      @sdetweil Maybe the getting started document/page must be updated to reflect usage of your script. The old initial method is outdated and you script is so much easier and would save lots of user pain and grief.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-BirdNET issue with MMM-pages

      @geronimodupree You may want to comment out both the suspend and resume modules. I have and it works just fine.

      82f5020c-447f-453a-91f4-3f42decd923f-image.png

      And working fine on each page:

      c892c013-28d5-4409-943e-28795d44223e-image.png

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: MMM-BirdNET issue with MMM-pages

      @geronimodupree I think the following is the problematic code.

      resume: function() { 
             this.updateTimer = setInterval(()=> {
                 this.updateData();
             }, this.config.updateInterval);
             this.schedulePopInterval();
         },
      

      You can comment that out and it should work as expected. When MMM-pages “resumes” the module, the module forces a refresh.

      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • RE: Trash schedule module

      @angeliKITTYx You may want to have a look at MMM-MyGarbage. Looks like it may do what you want. You can setup your own schedule with it.

      OR

      You could look at the following one as well.
      MMM-MyWastePickup

      posted in Requests
      mumblebajM
      mumblebaj
    • RE: EveryNews: need ID's for Dutch news

      @Peter Sorry about that Peter. If there is nothing further please remember to mark as resolved.

      There is another option. You can use my module, MMM-NewsAPI which has a language option. It will bring up news from multiple source with the language of nl.

      Just follow the instructions on the Github page.

      817bc357-c4cf-47cc-8ce7-c49777a0dd20-image.png

      You can use your existing NewsAPI apiKey.

      You can use the following configuration.

      {
          module: "MMM-NewsAPI",
          //header: "news",
          position: "bottom_center",
          disabled: false,
          config: {
              apiKey: "your-api-key-goes-here",
              choice: "headlines",
              pageSize: 20,
              sortBy: "publishedAt",
      		drawInterval: 1000*30,
      		templateFile: "template.html",
      		fetchInterval: 1000*60*60,
              query: {
                  country: "",
                  category: "",
                  q: "",
                  qInTitle: "",
                  sources: "",
                  domains: "",
                  excludeDomains: "",
                  language: "nl"
              }
          }
      }
      
      posted in Troubleshooting
      mumblebajM
      mumblebaj
    • 1 / 1