You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| deviceFilter <br> `list[]`| List of device names to filter from the module, by default, its an inclusion list, you can change this using `deviceFilterExclude` (making it an exclusion list). When a filtered device plays `displayWhenEmpty` shows. Example: `["Sonos Bedroom", "DESKTOP-ABCD123"]`|
130
131
| deviceFilterExclude <br> `false`| Inverts the `deviceFilter` list, making it exclude devices |
131
132
| filterNoticeSubtitle <br> `true`| Changes the subtitle of `displayWhenEmpty`, to not show a false status if the `deviceFilter` is set |
133
+
| language <br> `config.language`| Changes the language in which titles of songs are shown. When it is not set, it depends on `config.language`. Example: `en-US` (Or `false` if you prefer the default api response) |
Copy file name to clipboardExpand all lines: translations/en.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,17 @@
3
3
"FILTERED_PLAYING": "Nothing is playing in this room.",
4
4
"PRODUCT_WARNING": "The current account is not using Spotify Premium. This module requieres a Premium account.",
5
5
"CONNECTION_WARNING": "There was a connection error. Slowing the polling of api.spotify/...",
6
-
"CONNECTION_ERROR": "Connection errors persists. Slowing the polling more. Hiding old player data.",
7
-
"VIBRANT_NOT_LOADED": "(vendor) Vibrant did not load correctly.",
8
-
"USER_CSS_ERROR": "There was an error extracting CSS information. (The duration of animations/transitions should be in \"ms\")",
6
+
"CONNECTION_ERROR": "Connection errors persist. Slowing the polling rate to <onError> seconds. Emptying player as the data is outdated.",
7
+
"VIBRANT_NOT_LOADED": "[VENDOR] Vibrant library did not load correctly.",
8
+
"USER_CSS_ERROR": "An error ocurred while extracting CSS information. (The duration of animations/transitions should be in \"ms\")",
9
9
"STABLISHING_CONNECTION": "Connecting to Spotify...",
10
10
"NOTHING_PLAYING": "Nothing is playing",
11
11
"SPOTIFY_HEADER": "MMM-OnSpotify",
12
-
"DEBUG_COLORS": "Debug palettes are shown because <showDebugPalette> is set to true",
13
-
"SPOTIFYCODE_EXPERIMENTAL": "<spotifyCodeExperimentalShow> is enabled. The api to generate codes is not public, and can end without prior notice. (https://github.com/Fabrizz/MMM-OnSpotify#other)",
12
+
"DEBUG_COLORS": "<showDebugPalette> is enabled. The module will log Vibrant data when color processing is requested.",
13
+
"SPOTIFYCODE_EXPERIMENTAL": "<spotifyCodeExperimentalShow> is enabled. The API used is not documented, as its an Spotify service. This service could stop working at any time. (https://github.com/Fabrizz/MMM-OnSpotify#other)",
14
14
"RESUME": "Resuming module",
15
15
"SUSPEND": "Suspending module",
16
-
"LIVELYRICS_NOTICE": "MMM-LiveLyrics found! - Check MMM-LL logs to see more. (https://github.com/Fabrizz/MMM-LiveLyrics)",
17
-
"CSSOVERRIDE_NOTICE": "You are overriding default MM2 CSS variables. Check for spelling errors and contrast issues",
18
-
"CSSOVERRIDE_MALFORMED": "There was an error parsing your \"experimentalCSSOverridesForMM2\" array. Remove your custom config entry or check it for errors"
16
+
"LIVELYRICS_NOTICE": "MMM-LiveLyrics found! - LiveLyrics should log the connection to this module. (https://github.com/Fabrizz/MMM-LiveLyrics)",
"CSSOVERRIDE_MALFORMED": "There was an error parsing your \"experimentalCSSOverridesForMM2\" array. This entry should be an array, check the docs for more information."
0 commit comments