Read the statement by Michael Teeuw here.
Random Quotes
-
All the quotes are in the random_quotes.js file. You can change them to anything you want.
-
so i have to add the paramteres (updateintervall etc) in my config ?
because in your example wasn’t that
very thank you!‘modules: [
{
module: ‘random_quotes’,
position: ‘lower_third’,
config: {
updateIntervall=500 // The config property is optional
fadeSpeed=4 // Without a config, a random quote is shown,
category=random // selected from all of the categories available.
}
}
]’ -
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.
-
Love the module, works a treat.
Can’t figure out how to change the size of the quote and/or author however.I’ve tried adding the following to custom.css
.random_quotes .medium { font-size: 50px; }and
.random_quotes .quote .medium { font-size: 50px; }Neither work however.
I think you’ll be able to see what I tried to do here, but please could you help me figure out where I am going wrong?Thanks in advance.
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