Best posts made by Raf
-
RE: Du Dutch (Nederlands)
@bugsounet
thanks I see the update already coming in and everything is in Dutch -
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
-
RE: Du Dutch (Nederlands)
@bugsounet
I thought I should give something back because you have already helped me so much
Latest posts made by Raf
-
RE: Black screen while playing Youtube video
why 2 x Extented: {
useEXT: false,
useEXT: false,
set to true -
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" }
-
RE: what command do I enter
@kelly97129
to update the mirrors and not the google assistant -
what command do I enter
what command do I enter because I can’t update
)
-
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 -
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 -
RE: Best way to show household appliances on MM
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