Display Text File Module for MagicMirror2
-
Clone this repo into
~/MagicMirror/modules
directory. -
Configure your
~/MagicMirror/config/config.js
:{ module: 'MMM-display-text-file', position: 'bottom_right', config: { filename: '/tmp/test.txt' } }
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' |