Pi Home Server

Results 162 comments of Pi Home Server

Also in the section _An Array of SQL Statement Objects_, a " is missing at the end of the SQL instruction

I tried something different for the event : ``` function waitForImageToLoad(imageElement){ return new Promise(resolve=>{imageElement.onload = resolve}) } gallery01.on('itemData', (e) => { const image = new Image(); image.src = 'images/01/art-01.jpg'; waitForImageToLoad(image).then(()=>{...

What script ? All is a script. You can change port at the beginning of the script

Not sure that 433Utils is using same configuration of Manchester protocol used here. In my case i plugged an arduino with a receiver and linked them to the Raspberry via...

Password is defined at the beginning of the script

@cdlp34 in HomeAssitant you can use RTE Tempo in HACS that will create a sensor with the exact current price and the associated history to that value. I'm now trying...

Sorry i did not explained well. I still have the blink and no way to remove it. The update i made within the code is for my specific use. However...

As displayed look at the log file or run the expected command manually

Hi. Is collectd installed ? If not try to do it manually and then restart the script

Hi, If you update the javascript file for IonIcons 2.0.0 for example, you include the CSS of the font and you add the following block : ``` javascript "ionicons": {...