ronny3050 / phone-notification-mirror

Displays and alerts mirror users on new phone notifications
61 stars 15 forks source link

How can I reset? #12

Closed small-goliath closed 7 years ago

small-goliath commented 7 years ago

How can I reset? Notifications always keep. Also The second notification is output hundreds or thousands of times. What should I do??

ronny3050 commented 7 years ago

Could you please send me a screenshot and logs?

small-goliath commented 7 years ago

@ronny3050 Where can I see the log file? I can not find.. :-(

small-goliath commented 7 years ago

A screenshot is like this. I fixed one problem that the second notification is output hundreds or thousands of times. But message (no application. just SMS) is not notified.

ronny3050 commented 7 years ago

That is great that you were able to fix the issue with long outputs!

So the issue that you're facing is that only SMS texts are shown but no notifications from other applications are shown. Am I correct?

Pushbullet is known to support limited applications from what I hear from other people. Please let me know what applications you're trying to use.

Thanks!

small-goliath commented 7 years ago

@ronny3050 Yes, right! I want to receive an SMS notification, which is the default message, in addition to application messages like Kakao Talk.

ronny3050 commented 7 years ago

I am certain Kakao Talk will not be supported by Pushbullet. Common apps such as outlook, whatsapp, facebook, etc. are working AFAIK.

small-goliath commented 7 years ago

@ronny3050 So how can I reset? I need your help.. I checked notifications on my phone. But there are still notifications on MagicMirror2.

SypherDaemon commented 7 years ago

Hello there @MaengMarco

How did you fix the second notification from repeating hundreds of times? Right now the first notification works fine, then when second comes in, it repeats a few times, then the third notification will also repeat many times and takes up all the space.

For how to reset, instead of letting it push notifications in 'phone_notifications.js', change the "that.payload.push(newPayload) and this.payload.push(newPayload). to that.payload.unshift(newPayload) and this.payload.unshift(newPayload), this doesn't reset the notifications but at least the new ones will appear on top instead of being pushed to the bottom.