Read the statement by Michael Teeuw here.
Random Quotes
-
Correct, as the documentation shows.
-
@geeflaxx you need to write it down like this
{ module: 'random_quotes', position: 'lower_third', config: { updateIntervall: 500, fadeSpeed: 4, category: 'random' } }
-
very thanksfull an both you help me a lot
i edited it
-
how i can do a wordwrap ? (that the word is under my words) (i hope you understand despite my english skills ^^)
like that :
hello
my name is -
Can’t. It’s a single line each time.
-
-
That’s what I was thinking as well. After all it is just text in a
<div>
isn’t it? -
Actually, yes you could. Basically any HTML tag would (should?) work. I did a ‘
split
’ on a key character so I can apply two different styles, one on the quote, and one on the author. Slightly different approach. -
how i can config the data so, that the autor is always the same ?
or
do i need after a quote add the autor with “~” ? -
@geeflaxx said in Random Quotes:
how i can config the data so, that the autor is always the same ?
or
do i need after a quote add the autor with “~” ?Too late, but here it goes.
You can add all the quotes from the same author in a category (like motivational or life) and change the config file to show quotes from that category only.
It’s upto you to add “~”, but if you do, they will follow different styles as set by the developer.
@KirAsh4 , I’ve noticed that the selection of quotes isn’t true random. Every time I start MM, I get the same quotes.