I followed the instructions from here: https://github.com/CatoAntonsen/MMM-SpotifyConnectUI but now there is no module on my MM…
sudo systemctl status spotifyconnect.service showing this:
pi@MagicMirror:~ $ sudo systemctl status spotifyconnect.service
● spotifyconnect.service - Spotify Connect
Loaded: loaded (/etc/systemd/system/spotifyconnect.service; enabled)
Active: active (running) since Thu 2016-12-22 08:36:06 UTC; 1h 41min ago
Process: 502 ExecStartPre=/bin/sleep 25 (code=exited, status=0/SUCCESS)
Main PID: 1188 (spotifyconnect.)
CGroup: /system.slice/spotifyconnect.service
├─1188 /bin/bash /home/pi/spotify-connect-web/spotifyconnect.sh
├─1191 ./spotify-connect-web -n MAGICMIRROR -o plughw:CARD=ALSA,DEV=1
└─1192 ./spotify-connect-web -n MAGICMIRROR -o plughw:CARD=ALSA,DEV=1
Dec 22 10:17:38 MagicMirror spotifyconnect.sh[1188]: 127.0.0.1 - - [2016-12-22 10:17:38] “GET /api/info/status HTTP/1.1” 200 216 0.005329
Dec 22 10:17:41 MagicMirror spotifyconnect.sh[1188]: 127.0.0.1 - - [2016-12-22 10:17:41] “GET /api/info/status HTTP/1.1” 200 216 0.073932
Dec 22 10:17:43 MagicMirror spotifyconnect.sh[1188]: 127.0.0.1 - - [2016-12-22 10:17:43] “GET /api/info/status HTTP/1.1” 200 216 0.005693
Dec 22 10:17:46 MagicMirror spotifyconnect.sh[1188]: 127.0.0.1 - - [2016-12-22 10:17:46] “GET /api/info/status HTTP/1.1” 200 216 0.013439
Dec 22 10:17:48 MagicMirror spotifyconnect.sh[1188]: 127.0.0.1 - - [2016-12-22 10:17:48] “GET /api/info/status HTTP/1.1” 200 216 0.007797
Dec 22 10:17:51 MagicMirror spotifyconnect.sh[1188]: 127.0.0.1 - - [2016-12-22 10:17:51] “GET /api/info/status HTTP/1.1” 200 216 0.006512
Dec 22 10:17:53 MagicMirror spotifyconnect.sh[1188]: 127.0.0.1 - - [2016-12-22 10:17:53] “GET /api/info/status HTTP/1.1” 200 216 0.010040
Dec 22 10:17:56 MagicMirror spotifyconnect.sh[1188]: 127.0.0.1 - - [2016-12-22 10:17:56] “GET /api/info/status HTTP/1.1” 200 216 0.010266
Dec 22 10:17:58 MagicMirror spotifyconnect.sh[1188]: 127.0.0.1 - - [2016-12-22 10:17:58] “GET /api/info/status HTTP/1.1” 200 216 0.005638
Dec 22 10:18:01 MagicMirror spotifyconnect.sh[1188]: 127.0.0.1 - - [2016-12-22 10:18:01] “GET /api/info/status HTTP/1.1” 200 216 0.005184
further in spotify on my android device, is no magicmirror as a connected device to play on
is there any trick? thanks for your help!