Closed small-goliath closed 7 years ago
Could you please send me a screenshot and logs?
@ronny3050 Where can I see the log file? I can not find.. :-(
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.
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!
@ronny3050 Yes, right! I want to receive an SMS notification, which is the default message, in addition to application messages like Kakao Talk.
I am certain Kakao Talk will not be supported by Pushbullet. Common apps such as outlook, whatsapp, facebook, etc. are working AFAIK.
@ronny3050 So how can I reset? I need your help.. I checked notifications on my phone. But there are still notifications on MagicMirror2.
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.
How can I reset? Notifications always keep. Also The second notification is output hundreds or thousands of times. What should I do??