I guess I found the port 80 error. It's inside "ledon.py". One line must be deleted, and it should look like this:
Code
import subprocess
import time
subprocess.call('/storage/hyperion/bin/hyperiond.sh /storage/.config/hyperion.config.json </dev/null >/dev/null 2>&1 &', shell=True)
time.sleep(2)
subprocess.call('/storage/hyperion/bin/hyperion-remote.sh --priority 100 --duration 400 --effect "Rainbow Swirl"', shell=True,)
Please edit the file, and try to run it again:
After that edit the "ledoff.py" to avoid the same port 80 error. It should look like this: