项目作者: mrmurb

项目描述 :
Sonarr module for MagicMirror 2.
高级语言: JavaScript
项目地址: git://github.com/mrmurb/MMM-Sonarr.git
创建时间: 2017-04-24T11:22:01Z
项目社区:https://github.com/mrmurb/MMM-Sonarr

开源协议:MIT License

下载


MMM-Sonarr

Module for MagicMirror 2 that shows recent activity and upcoming shows from Sonarr. This module uses the Sonarr API, HTTPS is not supported at the moment.

Installation

  1. Clone repo into the /modules/ folder of your MagicMirror folder.
  2. Run npm install inside the MMM-Sonarr folder.
  3. Add the module to MagicMirror config
    1. {
    2. module: "MMM-Sonarr",
    3. position: "top-left",
    4. config: {
    5. apiBase: "http://localhost:8080/api/",
    6. apiKey: "<Sonarr API Key>",
    7. }
    8. }