A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
phone-notification-mirror no notification
-
first I have sing up at phushbullet.com
Also installed phushbullet app on iPhone
Then I have installed like the Readme file says.
But no notification will displayed. how i can fix the issue.
my config:modules: [ { module: 'phone_notification', position: 'bottom_right', header: 'Phone Notifications', config:{ accessToken: 'MY_ACCESS_TOKEN', numberOfNotifications: 5, displayNotificationIcon: true, displayMessage: true, displayCount: false, alert: false, fade: true, maxCharacters: 50 } },
-
@michael24h said in phone-notification-mirror no notification:
first I have sing up at phushbullet.com
Also installed phushbullet app on iPhone
Then I have installed like the Readme file says.
But no notification will displayed. how i can fix the issue.
my config:modules: [ { module: 'phone_notification', position: 'bottom_right', header: 'Phone Notifications', config:{ accessToken: 'MY_ACCESS_TOKEN', numberOfNotifications: 5, displayNotificationIcon: true, displayMessage: true, displayCount: false, alert: false, fade: true, maxCharacters: 50 } },
by doing this =>
{ module: 'phone_notification', position: 'bottom_right', header: 'Phone Notifications', config:{ accessToken: 'MY_ACCESS_TOKEN', numberOfNotifications: 5, displayNotificationIcon: true, displayMessage: true, displayCount: false, alert: false, fade: true, maxCharacters: 50 } },
-
Thanks, will try tomorrow