Was wondering if you could look at mine @strawberry 3.141
I got the pre-installed modules working and edited them a bit except for this one i copy the string exact but when i insert this module it cause the MM to crash. source (https://github.com/ronny3050/phone-notification-mirror)
{
module: ‘newsfeed’,
position: ‘bottom_bar’,
config: {
feeds: [
{
title: “Quote of The day”,
url: ‘https://www.quotesdaddy.com/feed’
},
{
url: ‘https://www.quotesdaddy.com/feed/tagged/Love’
}
],
showSourceTitle: true,
showPublishDate: true
}
},
{
module: ‘phone_notification’,
position: ‘top_center’,
header: ‘Phone Notifications’,
config:{
accessToken: ‘x.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’,
numberOfNotifications: 5,
displayNotificationIcon: true,
displayMessage: true,
displayCount: false,
alert: false,
fade: true,
maxCharacters: 50
},