Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.43 KB

Readme.md

File metadata and controls

64 lines (44 loc) · 1.43 KB

MMM-Radarr

MMM-Radarr is a MagicMirror² module that displays upcoming shows and recently downloaded episodes from your Radarr instance.

Features

  • Shows upcoming episodes from your Sonarr calendar
  • Displays recently downloaded episodes
  • Configurable update interval and display limits

Screenshot

screenshot

Installation

  1. Navigate to your MagicMirror's modules directory:

    cd ~/MagicMirror/modules
  2. Clone this repository:

    git clone https://github.com/gravitykillseverything/MMM-Radarr.git

Configuration

Add the following configuration to your config/config.js file:

{
    module: "MMM-Radarr",
    position: "top_right",
    config: {
        apiKey: "YOUR_RADARR_API_KEY",
        baseUrl: "http://localhost:8989",
        upcomingLimit: 5,
        historyLimit: 5,
        updateInterval: 1 * 60 * 1000, // 1 minute
    }
},

Configuration Options

Option Description
apiKey Your Sonarr API key
baseUrl The base URL of your Sonarr instance
upcomingLimit Number of upcoming shows to display
historyLimit Number of recently downloaded episodes to display
updateInterval How often to update the data (in milliseconds)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.