-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with the config #72
Comments
Can you share your MMM-OnSpotify config? |
Remember to add the comma after the default config: {
module: "MMM-OnSpotify",
position: "bottom_right",
config: {
clientID: "x",
clientSecret: "x",
accessToken: "x",
refreshToken: "x-x-x-x-x-x-x", // <--- Add a comma here
/* Config example */
experimentalCSSOverridesForMM2: [
["--color-text-dimmed", "palette_vibrantlight",],
["--ONSP-OVERRIDES-ICONS-COLOR", "palette_vibrantlight"],
],
}
}, |
Can you test removing completely the module and installing this version: git clone --branch v4.0.0 https://github.com/Fabrizz/MMM-OnSpotify.git It seems that there is an error on some devices with version 5.0.0, even with clean installs, its very strange as how the api is fetched is not changed |
I was able to delete the module through research, I have now used your version and used the existing client, clietID, acesstoken and refreshtoken. However, I still have no connection to Spotify... |
Thats really strange, is your account premium right? |
Yes, I have a Premium Family account |
Maybe you are having conflict with another module, disable or remove everything but MMM-OnSpotify and check again |
Hello everyone, I can install the module and the authentication also works. As soon as I want to adjust the config for my interest, the MM goes into error. How did you customize your Conifig so that you can display it?
Thank you for your support
The text was updated successfully, but these errors were encountered: