MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. SymmetriC
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 13
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Basic Text on Magic Mirror

      @Snille Unfortunately, the only module I found that actually worked was MMM-Text, but the config.js stated (below) in the directions don’t work:

          module: 'MMM-Text',
          position: 'lower_third',
          config: {
              url: 'your url here'
          }
      },
      

      I tried multiple variations and still nothing. Instead, the only solution I found to make this module work was to go into the //MMM-Text.js file and change line #26 of the ‘Loading…’ to your desired text output from the following lines:

      		this.text = 'Loading ..';
      		var self = this;
      		setInterval(function() {
      

      Your new text would look like this:

      // Schedule update timer.
      		this.text = 'Write Whatever You Want';
      		var self = this;
      		setInterval(function() {
      

      This will now display your text on the MagicMirror display. Hope I could help someone from the frustration I went through, but if someone has other solutions to make MMM-helloworld or MMM-Text work as intended, I’d appreciate it. :)

      posted in General Discussion
      S
      SymmetriC
    • RE: MMM-Worldclock

      @sdetweil Thank you! That worked and the solution was easier than I thought! lol

      posted in Utilities
      S
      SymmetriC
    • RE: MMM-Worldclock

      How do I center horizontally at the top of the screen instead of left?

      posted in Utilities
      S
      SymmetriC
    • 1
    • 2
    • 2 / 2