@ninjabreadman
Hi, @ninjabreadman - apologies for the delay in responding. I really appreciate your contribution to my queries. Sadly, when I said I was a ‘newbie’ I really meant that I was a newbie! I simply don’t understand some of your answer. ‘Syntax error crashing the parser, try pasting into JSHint’ might as well be written in hieroglyphics. Could you explain in very basic language what I should be doing? I have made slight progress (although I’m unsure how!) on the Pushbullet notifications in so much as the screen is no longer blank and the module displays on my monitor. What it doesn’t do is show any notifications when they come through. It simply says ‘no new notifications’. Here’s (hopefully) how the module is set up. Can you spot anything which is stopping notifications working?
/{
module: “PushBulletNotes”,
header: “iPhone Messages”,
disabled: false,
position: “bottom_left”, // Or any valid MagicMirror position.
config: {
accessToken: “o.(middle bit left out)i”,
numberOfNotifications: 5,
showNotificationIcon: true,
showMessage: true,
showCount: true,
fade: true,
maxMsgCharacters: 50,
maxHeaderCharacters: 32
}
},
//
Thanks in advance!