A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Console
-
MMM-Console - On screen console output.
I created this module to give more of a "nerdy" feel to my mirror. Displaying the developers console log directly to the mirror.
For the moment it's quite basic. The current config only allows you to change the number of lines displayed and the color for each function.Preview
Installation
Installation is very simple, just clone the git into your modules directory then add the module to your config.
cd ~/MagicMirror/modules git clone https://github.com/aSeann/MMM-Console
Using the module
To use this module, add the following configuration block to the modules array in the
config/config.js
file:var config = { modules: [ { module: "MMM-Console", header: "Console Output", position: "bottom_left", config: { lines: 15, } },
-
Pretty darn cool! :thumbsup:
-
@Seann There he is, again with a cool module! :thumbs_up: