Sonarr module for MagicMirror 2.
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.
/modules/
folder of your MagicMirror folder.npm install
inside the MMM-Sonarr
folder.
{
module: "MMM-Sonarr",
position: "top-left",
config: {
apiBase: "http://localhost:8080/api/",
apiKey: "<Sonarr API Key>",
}
}