schnibel / MMM-Memo

This an extension module for the MagicMirror². It adds the ability to manage different kind of memos.
MIT License
34 stars 8 forks source link

display few notes #11

Open will35500 opened 4 years ago

will35500 commented 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, } },

will35500 commented 4 years ago

Sorry.... It was bottom_right instead of "bottom_Right"

aydenbottos commented 4 years ago

Close the issue