Display sentences built with random words
Java version of what I made for a python/raspbian Magic Mirror module. It randoms words to make sentence.
Customize words in the words.json
file.
It will make a random sentence with all of your words in this order : name, verb, adverb and adjectiv.
Looks like MagicMirror compliments module; edit .css to make it custom.
//////////////////////
// MY WORDS RANDOMED
//////////////////////
{
disabled : false,
module: "MMM-MyWordsRandomed",
position: "bottom_bar",
header: "framboise-pi.fr - My Words Randomed",
header: false,
config: {
display_interval : 10000
}
},
Michmich and all coders around MagicMirror.