Open will35500 opened 4 years ago
I want to display few notes but only one shows. However, i set memodisplaynotification to"false" on the second note. Here is my code... What's wrong? { module: "MMM-Memo", position: "bottom_left", classes: "default everyone", config: { memoTitle: "Koyazzou Perf du Mois", memoDisplayIfEmpty: true, memoRotation: -4, format: "YYYY-MM-DD - HH:mm", memoWidth: 100, memoHeight: 100, memoDisplayHeader: true, memoDisplayDuration: false, memoDisplayId: false, memoColorBackground: "LightGoldenrod", memoDisplayNotification: true, } }, { module: "MMM-Memo", position: "bottom_Right", classes: "default everyone", config: { memoTitle: "fr6chkiller93 Perf du Mois", memoDisplayIfEmpty: true, memoRotation: 4, format: "YYYY-MM-DD - HH:mm", memoWidth: 100, memoHeight: 100, memoDisplayHeader: true, memoDisplayDuration: false, memoDisplayId: false, memoColorBackground: "DarkViolet", memoDisplayNotification: false, } },
Sorry.... It was bottom_right instead of "bottom_Right"
Close the issue
I want to display few notes but only one shows. However, i set memodisplaynotification to"false" on the second note. Here is my code... What's wrong? { module: "MMM-Memo", position: "bottom_left", classes: "default everyone", config: { memoTitle: "Koyazzou Perf du Mois", memoDisplayIfEmpty: true, memoRotation: -4, format: "YYYY-MM-DD - HH:mm", memoWidth: 100, memoHeight: 100, memoDisplayHeader: true, memoDisplayDuration: false, memoDisplayId: false, memoColorBackground: "LightGoldenrod", memoDisplayNotification: true, } }, { module: "MMM-Memo", position: "bottom_Right", classes: "default everyone", config: { memoTitle: "fr6chkiller93 Perf du Mois", memoDisplayIfEmpty: true, memoRotation: 4, format: "YYYY-MM-DD - HH:mm", memoWidth: 100, memoHeight: 100, memoDisplayHeader: true, memoDisplayDuration: false, memoDisplayId: false, memoColorBackground: "DarkViolet", memoDisplayNotification: false, } },