Moode Forum
[SOLVED] GPIO buttons on moOde 9. - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [SOLVED] GPIO buttons on moOde 9. (/showthread.php?tid=6495)

Pages: 1 2 3


RE: GPIO buttons on moOde 9. - Tim Curtis - 05-26-2024

Try this commit made a few moments ago.

Code:
sudo wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/gpio-config.php -O /var/www/gpio-config.php



RE: GPIO buttons on moOde 9. - the_bertrum - 05-27-2024

(05-26-2024, 07:02 PM)Tim Curtis Wrote: Try this commit made a few moments ago.

Code:
sudo wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/gpio-config.php -O /var/www/gpio-config.php

Same error I'm afraid.  I can't find where that errno 13 message comes from.


RE: GPIO buttons on moOde 9. - Tim Curtis - 05-27-2024

Oops wrong file

Try this

Code:
sudo wget -q https://raw.githubusercontent.com/moode-player/moode/develop/www/daemon/gpio_buttons.py -O /var/www/daemon/gpio_buttons.py



RE: GPIO buttons on moOde 9. - the_bertrum - 05-27-2024

Bingo! Thanks Tim that's fixed it.