Not meant to compete with the default compliments module. It's more about the transition.
-
Use her name (or his name) and count the seconds until you are single again!
-
Use your own name for some self-deprecating humor.
- As a motivational tool.
- You want a divorce.
- Fuck with your friends.
- I begged you. :^)
-
git clone https://github.com/mykle1/MMM-Insults
into the~/MagicMirror/modules
directory. -
cd MMM-Insults
and runnpm install
{
disabled: false,
module: "MMM-Insults",
position: "middle_center",
config: {
static: "Mykle is ", // My wife is, My husband is, My girlfriend is, (You get the idea)
newInsult: 60 * 1000, // Time until the next insult (in ms)
}
},
-
All modifications, additions, deletions to the insults are done in the "insults.json" file
-
Simply follow the existing format of the json file
@sdetweil for his patience and generosity and amusing commentary while finding my errors.