Spoddify Mopped GPIO is a plugin to control Spoddify Mopped using GPIO.
- Volume rotary encoder
- Play / Pause
- Previous / Next
The installation requires that Spoddify Mopped is already installed.
You can install this plugin with:
npm install -g spoddify-mopped-gpio
This plugin is configured in the config.json
of Spoddify Mopped.
"plugins": {
"spoddify-mopped-gpio": {
"playPausePin": 15
}
}
Key | Description |
---|---|
playPausePin (optional)
|
GPIO pin of the play pause button |
nextPin (optional)
|
GPIO pin of the next button |
previousPin (optional)
|
GPIO pin of the previous button |
Contributing and pull requests are very welcome.
More information about contributing to this project can be found here