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
    • RE: Issues with MMM-PIR

      @eyesallin hi, eventually can I have the result of this commands in a terminal:

      groups
      

      thanks

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Image in module not showing on mirror browser

      @lavolp3
      Hi, what happen really? only show default image? Or the same? Nothing?

      Maybe typeOf is better for check uri value
      Maybe, InnerHtml is not the better way

      • create an img element
      • use img.src=“uri”
      • use an css class for width/height
      • maybe add an seed for use not image cache
      • create a function for update it

      Can we see current full code for inspect?

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: node problem : I can't update my MM and MM disappears from my screen after reboot

      @sdetweil sure, that why i use my “Installer core”. All script are inside, I just have to call it ;)

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: node problem : I can't update my MM and MM disappears from my screen after reboot

      @sdetweil that’s why I write +/- the same with npm run refresh for the same problem (some libraries disappear with the change of mode version or need to be rebuilded) but it’s limited to my own modules

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • [MMM-Pir] v1.1.0 -- bookworm update

      MMM-Pir

      After a configurated time without any user interaction the display will turn off and hide all modules for economy mode.
      It will wake up with a Pir sensor (or with notification)

      Screenshot:

      Compatibilities:

      • bullseye (X11 compositor)
      • bookwarn (wayland or X11 compositor)

      Features:

      • multi-design counter
      • display last presence
      • hide all module before turn off your screen
      • 10 modes (method) for turn off your screen
      • wakeup with pir sensor or with notification
      • Installer Core compliant for more control

      Installation:

      see MMM-Pir github repository

      posted in System
      bugsounetB
      bugsounet
    • RE: Anyone having problems with modules running on bookworm

      @lornetw update will coming soon!

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: warning warning , new os images today Oct 11

      @sdetweil said in warning warning , new os images today Oct 11:

      @karsten13

      interesting…

      the install of the 32 bit system on the PI4, results in a hybrid
      (pi3 is ok)

      64 bit kernel (aarch64) and 32 bit user space (armhf)

      This was already the case with Bulleyes since May or June 2023.
      To have a 32bit kernel just add this in /boot/config.txt :
      arm_64bit=0

      Result is:
      d0d42eca-f1fa-44ae-b23b-5339c9c5ed81-image.png

      it’s armv7l and not aarch64 ;)

      The main problem with aarch64 is some app with compile for x64 using but we can execute it because like you says: it’s an 32bits system
      Again… like we know using x64 raspbian OS (full) with a pi it’s not really stable and can make some trouble
      So I’m agree with you: it’s complex for manage any update

      posted in General Discussion
      bugsounetB
      bugsounet
    • RE: Need help for tests suite

      @karsten13 don’t worry, I have a real job too ;)
      I will just make a PR (draft),

      After, we will see if we push it or not
      Sincerely, for me, this PR will not really important, it is mainly to understand how it works
      I will mention you in the PR to give me your opinion (that’s just what matters to me)

      posted in Feature Requests
      bugsounetB
      bugsounet
    • RE: Need help for tests suite

      @karsten13 in some (few) days, i will try to apply some suite tests for AnimateIn / AnimateOut feature

      Can you supervise me and advise me if necessary?

      I will comment as much as possible so that you understand what I want to do

      I really want to understand this kind of test because it’s completely new for me :p

      posted in Feature Requests
      bugsounetB
      bugsounet
    • RE: Need help for tests suite

      @karsten13 Thx ;)

      posted in Feature Requests
      bugsounetB
      bugsounet
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 12
    • 13
    • 4 / 13