Read the statement by Michael Teeuw here.
MMM - Spotify
-
@Sean
I just finished the installation.
If I do not put anything in this option, I see what Diffuse Spotify, but if I use this option :{
module: “MMM-Spotify”,
position: “top_center”,
config: {
style: “default”, // “default” or “mini” available
control: “hidden”, //“default”, “hidden” available
updateInterval: 100,
onStart: null, // disable onStart feature withnull
allowDevices: [“Galaxy S10”], //If you want to limit devices to display info, use this.
// allowDevices: [“RASPOTIFY”, “My iPhoneX”, “My Home speaker”],
}
},I have the Spotify logo but that’s it.
An idea ?
-
@ELMAGO
any of your spotify player needs to be turned on. did u install raspotify? -
@Sean
Hello,
a player was running, the Galaxy S10 precisely.
I just want to make a display of the music that passes on some players.
Why need Raspotify?
-
@ELMAGO
if u has no need to play spotify on rpi, raspotify is not required.
anyway, to get current spotify playback info, one of your spotify player(galaxy s10) should be activated already before MMM-Spotify. The module doesn’t know which player is available until the player is activated. -
@Sean said in MMM - Spotify:
if u has no need to play spotify on rpi, raspotify is not required.
anyway, to get current spotify playback info, one of your spotify player(galaxy s10) should be activated already before MMM-Spotify. The module doesn’t know which player is available until the player is activated.ok, I understand and I do not want to play spotify on this Rasp, I just want a display of music that passes on some players. So why when I do not restrict devices and change device, the module detects it well, whereas when I restrict it there is no display.
-
Someone will have an idea?
-
@ELMAGO
I’ve updated, Update module and try again.{ module: "MMM-Spotify", position: "bottom_right", config: { allowDevices:["My iPhoneXI Pro"], // < - Change this to your device name. } },
-
@Sean
Hello
and thank you, how to update the module?
-
@ELMAGO
git pull
in MMM-Spotify directory. -
This post is deleted!