Read the statement by Michael Teeuw here.
Basic Text on Magic Mirror
-
Hello guys,
is there a way or someone who can help me to display a simple Text on my MagicMirror.
I want a Text with 4 Lines shown at my bottom part of the Mirror.
I found no module…Pls help me guys :)
-
Hi!
Try one of these:
https://github.com/SaltyRiver/MMM-SimpleText
https://github.com/martinmeinke/MMM-display-text-file
https://github.com/SkogDev/MMM-TextDepending on how you want it… :)
-
The deafualt module “helloworld” can do this :)
-
@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-helloworldorMMM-Textwork as intended, I’d appreciate it. :) -
@SymmetriC what url did u provide?
if using the mm web server
http://localhost:8080/modules/MMM-Text/filenamefor reading from filename in the module folder
if some other file NOT using the mm web server
file:///full_path_to_filenameand of course if on some server someplace else
http{s}://server name/path?parms_if_any -
@Snille Many thanks! It’s worked.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login