Is it possible to remove the album cover?
Is it possible to remove the album cover and only have track/album/artist, code etc? Think its demanding too much from my RP.
You can try disabling all the animations: (or even disabling the color processing!)
{
module: "MMM-OnSpotify",
position: "bottom_right",
config: {
/* [...] */
mediaAnimations: false,
fadeAnimations: false,
scrollAnimations: false,
textAnimations: false,
transitionAnimations: false,
spotifyVectorAnimations: false,
},
},
If its still too much or you dont want the album art you can add the following to your <MagicMirror>/css/custom.css
.MMM-OnSpotify .ONSP-Custom .swappable {
display: none !important; /* Hides the album/canvas */
}
Thank you so much! It successfully removed the album cover and its reading much smoother! However the animation disabling only gives me parsing errors when I try to add it to the config.js.
Any idea why this is? Thank you for the great module and response!
Thats strange, do you have anything alse in the config? I will look into this
I can disable everything here and it works.
Can you share your config? (maybe a missing comma before the animations, as if its a parsing error is a config issue)
Tx!
Hi Fabrizzz,
Very possible. I got it to work by using the MMM-MagicRemote module!