Skip to content

martinmeinke/MMM-display-text-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MMM-display-text-file

Display Text File Module for MagicMirror2

Installation

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

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

    {
        module: 'MMM-display-text-file',
        position: 'bottom_right',
        config: {
            filename: '/tmp/test.txt'
        }
    }
    

Config Options

Option Default Description
filename '/tmp/test.txt' addresses to ping
updateInterval 5 how often the module should ping the hosts in minutes
font 'medium' font size 'xsmall', 'small', 'medium', 'large' or 'xlarge'

About

displays the contents of a text file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published