Skip to content

MMM-WebTracker is a MagicMirror² module that displays today's TV shows in Norway.

License

Notifications You must be signed in to change notification settings

ItsMeBrille/MMM-TVGuide

Repository files navigation

MMM-TVGuide

The MMM-TVGuide module for MagicMirror² displays today's TV shows in Norway. It allows you to filter and select only the channels you want to watch.

Screenshot

Installation

  1. Navigate to your MagicMirror's modules directory.
  2. Clone this repository:
    git clone https://github.com/ItsMeBrille/MMM-TVGuide.git

Configuration

To use this module, add it to the modules array in the config/config.js file of your MagicMirror:

{
  module: "MMM-TVGuide",
  position: "top_right",
  config: {
    channels: ["NRK1", "TV 2 Direkte"], // List of channels
    firstTime: "19:00", // When to show result from (typically in the evening)
    maxElements: 5, // Number of elements to list (ca. 3 * `channels` length)
    updateInterval: 6 // Update interval in hours
  }
}

TODO

  • Styling rework. Spice up CSS with colors and logos to avoid the boring flat look
  • Backend rework so the API fetch can fetch all channels individually to save bandwidth

APIs

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

MMM-WebTracker is a MagicMirror² module that displays today's TV shows in Norway.

Topics

Resources

License

Stars

Watchers

Forks