Read the statement by Michael Teeuw here.
Random Quotes
-
Not as written. It would require a bit of rewriting to allow for a local call to a file. Not impossible, just not written.
-
so is that right that you put the information from your script not from brainyguote?
so i can change it in vocal to learn an another language ?
i mean its only a script what change the text per time ?
if that is it that i am thanksfull
that i need it (for example for my english…) -
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.
-