MMM-Sonos icon indicating copy to clipboard operation
MMM-Sonos copied to clipboard

A module for the MagicMirror to display informations about the currently playing songs on your Sonos system.

Results 15 MMM-Sonos issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.57.0` -> `9.2.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.2.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [eslint-plugin-node](https://togithub.com/mysticatea/eslint-plugin-node) | devDependencies...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

Added better Album Art Handling

Everything else works, but I'm seeing only a generic icon where the album art should be. Except during commercial, then the graphic appears. Has anyone seen this?

Closes https://github.com/CFenner/MMM-Sonos/issues/30 Makes it possible to truncate long text, or make it scroll in the allocated space. The scrolling is based on [this scrolling text generator](https://isotropic.co/tool/marquee-scrolling-text-generator/). It is difficult to...

The underlying node-sonos-http-api API sometimes returns relative urls for album art, which can't be loaded in all circumstances. See https://github.com/jishi/node-sonos-http-api/issues/673 This change allows you to provide a config option for...

Allows to stop Sonos Module update when the module MMM-Sonos is not displayed to the user (because hidden or notification "USER_PRESENCE" = false received from PIS-Sensor for example). Immediate update...