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

    Posts

    Recent Best Controversial
    • RE: Module for MagicMirror forum

      nop it’s not possible

      read api doc

      The API key is managed from the admin panel
      It is given so that the user has access to it for external use

      5723df52-42b0-455c-9d4d-b3cd3a0b8a17-image.png

      I don’t think that Veeck and @karsten13 will send it ;)

      That why best way is using recent only by rss

      my first js approach:

      let Parser = require('rss-parser');
      let parser = new Parser();
      let rss = "https://forum.magicmirror.builders/recent.rss";
      
      (async () => {
      
        let feed = await parser.parseURL(rss);
      
        feed.items.forEach(item => {
          console.log(item.title + ' --> ' + item.link)
        });
      
      })();
      

      Result:

      bugsounet@Kubuntu:~/test$ node test
      Module for MagicMirror forum --> https://forum.magicmirror.builders/topic/18611/module-for-magicmirror-forum
      MMM-Formula1 updates --> https://forum.magicmirror.builders/topic/18608/mmm-formula1-updates
      Default Weather Module Icon Position --> https://forum.magicmirror.builders/topic/18484/default-weather-module-icon-position
      Live phone location --> https://forum.magicmirror.builders/topic/18612/live-phone-location
      Ability to display certain modules at certain times of the year? --> https://forum.magicmirror.builders/topic/18613/ability-to-display-certain-modules-at-certain-times-of-the-year
      Yahoo Fantasy Sports? --> https://forum.magicmirror.builders/topic/18614/yahoo-fantasy-sports
      A shopping list model that is integrated with Google Assistant --> https://forum.magicmirror.builders/topic/18606/a-shopping-list-model-that-is-integrated-with-google-assistant
      MMM-DHT22 --> https://forum.magicmirror.builders/topic/17978/mmm-dht22
      Refresh Magic Mirror after custom css changes --> https://forum.magicmirror.builders/topic/18609/refresh-magic-mirror-after-custom-css-changes
      MMM-QuotesFromReddit --> https://forum.magicmirror.builders/topic/4440/mmm-quotesfromreddit
      set the calendar day to a short version --> https://forum.magicmirror.builders/topic/18610/set-the-calendar-day-to-a-short-version
      New icons not showing up - default MM-Weather modules --> https://forum.magicmirror.builders/topic/17983/new-icons-not-showing-up-default-mm-weather-modules
      [MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API --> https://forum.magicmirror.builders/topic/18261/mmm-onthisdaywikiapi-get-wikipedia-s-onthisday-using-the-wikimedia-api
      MMM-CalendarExt3 --> https://forum.magicmirror.builders/topic/16690/mmm-calendarext3
      August-Lock Module Stuck on Loading --> https://forum.magicmirror.builders/topic/18607/august-lock-module-stuck-on-loading
      MMM-CalendarExt3 not syncing automatically with icloud --> https://forum.magicmirror.builders/topic/18598/mmm-calendarext3-not-syncing-automatically-with-icloud
      delete account --> https://forum.magicmirror.builders/topic/18341/delete-account
      Ecobee --> https://forum.magicmirror.builders/topic/701/ecobee
      PiHole-Info Modul --> https://forum.magicmirror.builders/topic/18603/pihole-info-modul
      My custom mirror --> https://forum.magicmirror.builders/topic/18600/my-custom-mirror
      
      posted in Requests
      bugsounetB
      bugsounet
    • RE: Module for MagicMirror forum

      best way is using RSS

      like this

      posted in Requests
      bugsounetB
      bugsounet
    • RE: Module for MagicMirror forum

      @KristjanESPERANTO you need a token, you can’t do something without it

      Only admin can send it

      posted in Requests
      bugsounetB
      bugsounet
    • RE: The most popular 3rd party modules

      @KristjanESPERANTO

      Are you able to create a developer ranking page based on the number of modules created? (Top 5 developers for example) :beaming_face_with_smiling_eyes:

      posted in General Discussion
      bugsounetB
      bugsounet
    • RE: Issues with MMM-PIR

      Hi, check pir_mode feature in readme readme

      by default pir_mode is on mode 0
      With pi 4 and pi 5, you can have EINVAL: invalid argument, write error
      In this case
      you have to use with pi 4: pir_mode: 1,
      with pi 5 pir_mode: 2,

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-PIR Install Issue

      @Andrei-Leahu
      HI, change MagicMirror folder permission as your own user (xenon) and not root

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-PIR since update not working.

      Just Released v1.5.0

      check new ReadMe

      ChangeLog:

      Fix:
       * Increase limit for GPIO number (@outlying)
      
      Add:
       * New feature added pir_mode:
         * `pir_mode: 0` - use onoff library (For Raspberry Pi 3b+ and 4)
         * `pir_mode: 1` - use python script with RPI.GPIO library (For Raspberry Pi 3b+ and 4)
         * `pir_mode: 2` - use python script with gpiozero library (For Raspberry Pi 5, not tested on other Raspberry Pi)
      
      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-PIR since update not working.

      A Patch will come soon with a new feature
      Actually it’s coded for Rpi5 (not really tested on 3b+ and 4)

      With this new patch, you will able to choice your detection script.
      I will deploy it tomorrow ;)

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: MMM-Pir Issue

      Hi, npm run rebuild command inside MMM-Pir folder will help

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Issues with MMM-PIR

      @eyesallin

      like that:

      pi@raspberrypi:~ $ groups
      pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi
      pi@raspberrypi:~ $ 
      

      I have to see if you are in gpio group :)

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 24
    • 25
    • 7 / 25