Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-LibraryMonitor

MagicMirror module to display borrowed library items, due dates, reservations, and account summaries from supported OPAC systems.

Screenshot

MMM-LibraryMonitor

Installation

cd ~/MagicMirror/modules
git clone https://github.com/HeikoGr/MMM-LibraryMonitor
cd MMM-LibraryMonitor
npm ci --omit=dev

Update

cd ~/MagicMirror/modules/MMM-LibraryMonitor
git pull
npm ci --omit=dev

Configuration

{
  module: "MMM-LibraryMonitor",
  position: "top_left",
  config: {
    libraryConfig: {
      api: "open",
      data: {
        baseurl: "https://bibliotheken.komm.one/mannheim/de-de",
        customssl: true,
        urls: {
          account: "Mein-Konto",
        },
      },
    },
    username: "12345678",
    password: "geheim",
  },
},

Documentation

User-facing documentation now lives in the project wiki:

About

Show on the Magic Mirror which media items need to be returned and by when.

Resources

Code of conduct

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages