Skip to content

polo2ro/dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon dash button for mopidy

Pause/play and go to next track on your mopidy server with the amazon dash button

To configure your dash button, use the guide from the node-dash-button library.

Install on debian

cd /home/paul/git
git clone https://github.com/polo2ro/dash

Create the systemd service

su
cp dash/systemd/dash.service /etc/systemd/system/
nano /etc/systemd/system/dash.service

The service file contain custom informations, this must be modified to match:

  • your repository folder
  • The MAC address of your dash button
  • the hostname and port used by mopidy (optional argument, default is localhost:6680)
  • Name of interface (optional argument, default is eth0)

Start the service:

systemctl start dash.service

Enable for next reboot:

systemctl enable dash.service

About

Use mopidy from your dash button

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published