• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Console

Scheduled Pinned Locked Moved System
3 Posts 3 Posters 2.1k Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    Seann Module Developer
    last edited by Seann Feb 19, 2019, 12:59 PM Feb 19, 2019, 11:42 AM

    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

    alt text

    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,
            	}
            
            },
    
    M 1 Reply Last reply Feb 19, 2019, 12:37 PM Reply Quote 5
    • M Offline
      Mykle1 Project Sponsor Module Developer @Seann
      last edited by Feb 19, 2019, 12:37 PM

      @seann

      Pretty darn cool! :thumbsup:

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 2
      • G Offline
        ganget
        last edited by Feb 20, 2019, 2:05 PM

        @Seann There he is, again with a cool module! :thumbs_up:

        1 Reply Last reply Reply Quote 1
        • 1 / 1
        1 / 1
        • First post
          1/3
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy