MagicMirror module to display borrowed library items, due dates, reservations, and account summaries from supported OPAC systems.
cd ~/MagicMirror/modules
git clone https://github.com/HeikoGr/MMM-LibraryMonitor
cd MMM-LibraryMonitor
npm ci --omit=devcd ~/MagicMirror/modules/MMM-LibraryMonitor
git pull
npm ci --omit=dev{
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",
},
},User-facing documentation now lives in the project wiki:
