Skip to content

A MagicMirror module to display a QR code containing the URL to another of the installed modules.

License

Notifications You must be signed in to change notification settings

JasonVonKrueger/MMM-QR-Remote-Link

Repository files navigation

MMM-QR-Remote-Link

A MagicMirror² module that will display a QR code with a link to a local module.

Why?

You can display a QR code to the MagicMirror remote. I'm using it for that and to display a QR code with a link to another module.

It uses the node-qrcode NPM package.

Screenshot

Screenshot

Installation

cd ~/MagicMirror/modules
git clone https://github.com/JasonVonKrueger/MMM-QR-Remote-Link
cd MMM-QR-Remote-Link
npm install

Configuration

{
    module: 'MMM-QR-Remote-Link',
    position: 'bottom_left',
    config: {
        size: 80, // in pixels...height and width are set to this
        text: 'MagicMirror Remote',
        endpoint: '/remote.html' // must start with a "/"
    }
},
{
    module: 'MMM-QR-Remote-Link',
    position: 'bottom_left',
    config: {
        size: 80, // in pixels...height and width are set to this
        text: 'Renumber Remote',
        endpoint: '/MMM-ReNumber/remote.html' // must start with a "/"
    }
},

About

A MagicMirror module to display a QR code containing the URL to another of the installed modules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published