Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
/ MMM-syslog Public archive

API for sending notifications to your mirror.

Notifications You must be signed in to change notification settings

paviro/MMM-syslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

MMM-syslog

Notification API Module for MagicMirror2

Example

Dependencies

Installation

  1. Clone this repo into ~/MagicMirror/modules directory.

  2. Configure your ~/MagicMirror/config/config.js:

    {
        module: 'MMM-syslog',
        position: 'top_right',
        config: {
            ...
        }
    }
    

Config Options

Option Default Description
max 5 How many messages should be displayed on the screen.
format false Displays relative date format, for absolute date format provide a string like 'DD:MM HH:mm' All Options
types {INFO: "dimmed", WARNING: "normal", ERROR: "bright"} Object with message types and their css class.
shortenMessage false After how many characters the message should be cut. Default: show all.
alert true Display notification?

How to Use

Make an http get request like: http://MIRROR_IP:MIRROR_PORT/syslog?type=INFO&message=YOUR_MESSAGE&silent=true : no notification

About

API for sending notifications to your mirror.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •