Skip to content

framboise-pi/MMM-MyWordsRandomed

Repository files navigation

MMM-MyWordsRandomed

Display sentences built with random words

What

Java version of what I made for a python/raspbian Magic Mirror module. It randoms words to make sentence.

How ?

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.

Installation

I. clone repository

II. npm install

III. config.js

//////////////////////

// MY WORDS RANDOMED

//////////////////////

{

disabled : false,

module: "MMM-MyWordsRandomed",

position: "bottom_bar",

header: "framboise-pi.fr - My Words Randomed",

header: false,

config: {

display_interval : 10000

}

},

Screenshot

MMM-My-Words-Randomed-capture

Thanks

Michmich and all coders around MagicMirror.