I had added a couple of compliments and things were good. I went in to the compliments module and made the changes. Now I added a few more and something isn’t right. Been trying for a while to figure whats up. Hopefully new eyes can tell me. This code is taken from compliments. js
Module.register("compliments", {
// Module config defaults.
defaults: {
compliments: {
anytime: [
"Hey there sexy!"
],
morning: [
"Good morning, handsome!",
"Enjoy your day!",
"How was your sleep?",
"Coffee Time!",
"Whats goin on?",
"What a fine looking Jew"
],
afternoon: [
"Hello, beauty!",
"You look sexy!",
"Looking good today!",
"Keep on Keepin on",
"All right Hamilton",
"Almost quitting time"
],
evening: [
"Wow, you look hot!",
"You look nice!",
"Hi, sexy!",
"Did you lose weight?",
"Rock Chalk Jayhawk"
"Get a good nights rest"
],
}
}
updateInterval: 30000,
remoteFile: null,
fadeSpeed: 4000,
morningStartTime: 3,
morningEndTime: 12,
afternoonStartTime: 12,
afternoonEndTime: 17
},