Skip to content

Commit

Permalink
Updated readme based on issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
naztronaut authored Oct 3, 2019
1 parent 3b74a0a commit c63b851
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,20 @@ Once everything is placed, you can go to `http://ip_addr/control.php?on=spectrum

I'll work in a frontend UI with buttons for easier control at some point.

### Troubleshooting

#### [#2](/../../issues/2) PHP URL commands not activating visualizations
Most users should not have to do this but if you are experiencing the following error when trying to run the script via a browser:

```
sudo: no tty present and no askpass program specified
```
Add the following to your `/etc/sudoers` file:

```
www-data ALL = NOPASSWD: /usr/bin/python
```

------------------------------------------------------------------------------------
------------------------------------------------------------------------------------

Expand Down

0 comments on commit c63b851

Please sign in to comment.