mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-13 23:55:11 +00:00
Modified test compliments anytime this follow configuration:
{ morning: [], afternoon: [], evening: [], anytime: ["Anytime here"] }
This commit is contained in:
@@ -23,9 +23,9 @@ var config = {
|
||||
position: "middle_center",
|
||||
config: {
|
||||
compliments: {
|
||||
morning: ["Good Morning"],
|
||||
afternoon: ["Good Afternoon"],
|
||||
evening: ["Good Evening"],
|
||||
morning: [],
|
||||
afternoon: [],
|
||||
evening: [],
|
||||
anytime: ["Anytime here"]
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user