Read the statement by Michael Teeuw here.
Pushbullet
-
Just did a test on my Computer, but there is an option there to show the notification for just 30 seconds and hides after it. that should be log enough to read the most whatsapp messages etc.
-
A long time ago in a galaxy far, far away… I used to care to get those notifications as soon as they arrived.
-
I never used an API before does somebody have some tips/tricks for me?
-
A lot of reading?
API are created to expose certain hooks that you can tie to. So check out the API’s documentation and figure out how to call it. For example, the default weather module uses the OpenWeatherMap API. If you look at the web site’s API page, you will see explanations of how to send your request for information. In this case, it’s a simple http:// call. So in the
'node_helper.js'
file, you can then see how the URL is generated and then send out to the API hook. It then waits for data to return and pass it back on to the weather module. -
@Wilco89 How far are you with this? I was wondering whether I could take a crack at it.
-
Finished with the module. https://forum.magicmirror.builders/topic/477/phone-notifications
Please let me know if this solves your request!
-
Thnx @ronny3050!
having a busy holiday. did not get any furtfer. nut it seams like a good option for me, will try to get it to work on my screen asap.