Bugsounet Coding

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    1. Home
    2. Raf
    R
    • Profile
    • Following 0
    • Followers 1
    • Topics 12
    • Posts 51
    • Best 5
    • Controversial 0
    • Groups 1

    Raf

    @Raf

    Translators

    6
    Reputation
    26
    Profile views
    51
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Location Wuustwezel/Belgium

    Raf Unfollow Follow
    Translators

    Best posts made by Raf

    • RE: GA with MMM-Pages

      http://forum.bugsounet.fr/topic/333/ga-recipe-mmm-pages?_=1637946977041

      posted in General Discussion
      R
      Raf
    • RE: Du Dutch (Nederlands)

      @bugsounet
      thanks I see the update already coming in and everything is in Dutch 👍 👍 👍

      posted in Translations
      R
      Raf
    • RE: MMM-Newsfeed letter size after update MM

      lettersize2.jpg

      posted in MMM-NewsFeed
      R
      Raf
    • RE: assistant V3

      I also changed this so that the mirror listens to 2 names ( alexa and jarvis)

      detectors: [
            {
              Model: "alexa",
              Sensitivity: null,
              onDetected: {
                notification: "GA_ACTIVATE",
                parameters: null
              }
            },
            {
              Model: "jarvis",
              Sensitivity: null,
              onDetected: {
                notification: "GA_ACTIVATE",
                parameters: null
              }
            }
          ]
        }
      },```
      code_text
      
      posted in Issues
      R
      Raf
    • RE: Du Dutch (Nederlands)

      @bugsounet
      I thought I should give something back because you have already helped me so much 😊

      posted in Translations
      R
      Raf

    Latest posts made by Raf

    • RE: GA with MMM-Pages

      http://forum.bugsounet.fr/topic/333/ga-recipe-mmm-pages?_=1637946977041

      posted in General Discussion
      R
      Raf
    • RE: Black screen while playing Youtube video

      why 2 x Extented: {
      useEXT: false,
      useEXT: false,
      set to true

      posted in Issues
      R
      Raf
    • Translate to dutch NL
      {
        "CMD_TELBOT_STATUS_DESCRIPTION" : "Systeemstatus weergeven.",
        "OS" : "OS",
        "RAM" : "RAM",
        "RAM Used" : "RAM Gebruikt",
        "TYPE" : "TYPE",
        "CPU Temp." : "CPU Temp.",
        "CPU Usage" : "CPU Gebruik",
        "PARTITION" : "PARTITIE",
        "DAY" : "dag",
        "DAYS" : "dagen",
        "HOUR" : "uur",
        "HOURS" : "uren",
        "MINUTE" : "minuut",
        "MINUTES" : "minuten",
        "UPTIME" : "UPTIME",
        "RECORD" : "RECORD",
        "WLAN": "WLAN",
        "LAN": "LAN",
        "CPU_TEMP" : "De temperatuur van de CPU is %VAL%°C",
        "CPU_USAGE" : "Het gebruik van de CPU is %VAL% percent",
        "STORAGE_USED" : "De gebruikte opslag is %VAL% percent",
        "MEMORY_USED" : "Het gebruikt geheugen is %VAL% percent"
      }
      
      posted in MMM-Tools
      R
      Raf
    • RE: what command do I enter

      @kelly97129
      to update the mirrors and not the google assistant

      posted in General Discussion
      R
      Raf
    • what command do I enter

      what command do I enter because I can’t update

      Klembord01.jpg )

      posted in General Discussion
      R
      Raf
    • RE: google photo

      @djb1966
      thx problem solved

      posted in General Discussion
      R
      Raf
    • google photo

      I use google photo as displayType: “Module”
      I have 4 pages and all 4 will show the module,
      my question is: how do i remove the module on a particular page
      thx

      posted in General Discussion
      R
      Raf
    • RE: Error:3 INVALID_ARGUMENT

      Requirements:
      OS: Raspbian 10 (Buster – 32-bit Version) is needed or debian 10 (buster)
      RPI 4 > 2 Go RAM
      Node: > v10.24.x (v12.x no supported)
      npm: > v7.14.x
      Linux: tested on Linux Debian 10 (my dev platform)
      Last tested: 02/06/2021 (Fresh Install on RPI 4)
      /!\ RPI 3b+ and less will be not compatible with Extented Display and animations technology

      posted in Issues
      R
      Raf
    • RE: Best way to show household appliances on MM

      @raf
      Klembord05.jpg

      posted in General Discussion
      R
      Raf
    • RE: Best way to show household appliances on MM

      @bmachina

      Module.register("MMM-TuyaSL", {
      
          // Default module config.
          defaults: {
            colour: false,
            updateInterval: 300 * 1000, // minimal is 5 minutes (300*1000 ms) => TUYA policy
            userName : 'xxxxxxxxxxxxxxxx@gmail.com',
            password : 'xxxxxxxxxxxxx',
            countryCode: 'EU',
            bizType: 'tuya',
            from: 'tuya',
            showOnlyOnline: true,
            showOnlyOn: false,
            showLabel: true,
            timeout: 3000,
            animationSpeed: 2.5 * 1000, // Speed of the update animation. (milliseconds)
          },
      
      you have to be patient because sometimes it responds slowly but it works
      
      posted in General Discussion
      R
      Raf