Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Vaggan/MagicMirror-SonosModule
https://github.com/Vaggan/MagicMirror-SonosModule
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Vaggan/MagicMirror-SonosModule
- Owner: Vaggan
- License: mit
- Created: 2016-03-25T15:38:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T15:24:19.000Z (almost 8 years ago)
- Last Synced: 2024-06-29T09:35:57.494Z (5 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-mmm - MMM-SonosModule
README
# MagicMirror-SonosModule
## Introduction
This is a sonos-module for the [MagicMirror](https://github.com/MichMich/MagicMirror) created by [MichMich´s](https://github.com/MichMich).
>I have taken the version [CFenner] (https://github.com/CFenner/MagicMirror-Sonos-Module) worked on and replaced my old one.
> ## The rest of this readme is not relevant.
## Configuration
"Modify ```config.js``` to change the behavior of the module."
* __apiBase__ - Set to ulr to your [node-sonos-http-api](https://github.com/jishi/node-sonos-http-api)
* __interval__ - Set the time between each update (10000 = 10 sec).
* __showPausedZone__ - Set to ```true``` if you want to show zones and groups even if nothing is playing.
## Requirement
##### [node-sonos-http-api](https://github.com/jishi/node-sonos-http-api) by [jishi](https://github.com/jishi)
This API is required to run to be able to communicate with the sonos system.
Wihtout it we can not get the zones and we can not send any commands.## Help
There is a discussion [here](https://github.com/MichMich/MagicMirror/issues/94) that might help you get up and running.
If you have further problems, don´t hesitat to ask.