Read the statement by Michael Teeuw here.
Phone Notifications
-
Was looking at this module to display some push notifications. I know that it won’t work with Pushover due to their API, but there is one option that Pushover has that would be really useful which is syncing alert dismissals. This means that you can get the alerts on your phone or mirror, but as soon as you acknowledge it on the phone it is removed from all other devices. This would be good to ensure you see the alert wherever you are, but are able to control when it is removed from the mirror. Just a thought :)
-
Hello
I hope someone could help me.
Iphone 6s with IOS 11
RasperrbyIssue:
I see on the screen no new notifications, I also i added the API Key from Pushbullet on the config but I can’t send message from the Iphone to the MagicMirror. I only see in the Iphone App the Iphone and not the MagicMirror.Thanks for help me or clarified.
-
Same problem as Ogret2 here. I’m also quite not sure, how the pushbullet app is supposed to know about the other notifactions from my iPhone? But not even pushbullet notes arrive. Am I supposed to add the Mirror as an device? That’s what I did with my raspbery projects so far when using pushbullet to notify myself on the phone. But I only see the option for the general auth token.
[edit]
apparently it’s broken due to pushbullet :( maybe add a notice on github or so. -
Hello,
For me everything is working but the Mirror doesn’t show any notification from Snapchat.
Thanks for helping!
-
Ive been trying to add this module but everytime i run cd phone_notification it just says no such file or directory. help please!
-
@jew_lion go for MMM-PushBulletNotifications.
Same features, but perfectly working. ;)
-
@Cr4z33 Thank you so much, I’ll give that a go
-
@Cr4z33 Worked like a charm! Thanks!
-
@jew_lion happy to hear that. :)
-
I have installed this module, but it looks like it doesn’t work correctly.
I have copied the code and changed the parts i needed to change.
But when I start the mirror it gives an error code.
it’s saying that “–header” is incorrect.
But I have checked a few websites and all of them are saying i need it.
What’s wrong with my code?{ module: 'phone_notification', position: 'bottom_left', header: 'Phone Notifications', config: { accessToken: 'o.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', numberOfNotifications: 5, displayNotificationIcon: true, displayMessage: true, displayCount: false, alert: false, fade: true, maxCharacters: 50, useEncryption: false, key: { password: "SuperSecretPassword123", ident: curl --header 'Access-Token: o.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \ https://api.pushbullet.com/v2/users/me, } } },