skuethe
skuethe
Have a look at the default device configuration: ``` defaultDevice: null, // optional - if you want the "SPOTIFY_PLAY" notification to also work from "idle" status, you have to define...
> I am having trouble getting any of the buttons, pause, next, random to work. > > Could you explain the process to enable? Possible configuration options are documented in...
> Thank you for the reply. I’m curious how to, for example implement > this.sendNotification("SPOTIFY_PAUSE") > > Into the module to enable a pause feature. Is this being added to...
Hello. Can you please give some feedback to the following questions: - if the error occurs after a while, does it work up until then? - you mentioned that you...
So, two things to notice here: 1. `error.request` is set, which means that the `axios` request is not receiving any response from Spotify. `error.request` is defined as: > The request...
I've just pushed some changes to the `development` branch. @jamesvcc can you give that branch a test run? Let me know if you don't know how to do that.
I`ll try from my mobile: ```bash cd ~/MagicMirror/modules/MMM-Spotify git checkout development git pull ``` Then restart MM, f.e.: ```bash sudo systemctl restart magicmirror ``` Then evaluate and look at the...
As written on the MM forum: > I am unsure how that could be solved - since UI is configured / optimized to display exactly one song. That would mean...
@Serkes: I created [a new feature branch](https://github.com/skuethe/MMM-Spotify/tree/feature/start-playback-on-search-if-disconnected) - **could you please validate** if search is now also working when you are in Spotifys "disconnected" mode? I have to admit, I...
Sorry for the late response, I missed the notification :\ Thank you for the proposal. This seems an interesting idea, but would need some serious coding. A quick look at...