Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
/ MMM-Sonarr Public archive

Sonarr module for MagicMirror 2.

License

Notifications You must be signed in to change notification settings

mrmurb/MMM-Sonarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
	{
		module: "MMM-Sonarr",
		position: "top-left",
		config: {
			apiBase: "http://localhost:8080/api/",
			apiKey: "<Sonarr API Key>",
		}
	}

About

Sonarr module for MagicMirror 2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published