• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Phone Notifications

Scheduled Pinned Locked Moved Utilities
97 Posts 31 Posters 133.1k Views 33 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    Les
    last edited by paviro Oct 3, 2016, 12:41 PM Oct 1, 2016, 5:52 PM

    When should notifications appear? Because MM just says “No New Notifications”

    I signed up for a pushbutton account. Went to setting generated my api key. installed pushbutton module. ran npm install. then added the following to my config.js

    {
                            module: 'phone_notification',
                            position: 'bottom_right',
                            header: 'Xperia Z3',
                            config: {
                                    accessToken: 'o.XXXX$',
                                    numberOfNotifications: 5,
                                    displayNotificationIcon: true,
                                    displayMessage: true,
                                    displayCount: true,
                                    alert: true,
                                    fade: true,
                                    maxCharacters: 50
                    }
        },
    

    Really all I want to do is display an incoming call (don’t care about historical, although I can see them in ppushbucket… An help would be appreciated.


    Note from admin: Please use Markdown on code snippets for easier reading!

    W 1 Reply Last reply Oct 4, 2016, 3:08 PM Reply Quote 0
    • W Offline
      willharwell @Les
      last edited by Oct 4, 2016, 3:08 PM

      @Les
      Having the same issue here.
      From the command line where I started npm I see nop nop nop push, each time a notification comes in.

      1 Reply Last reply Reply Quote 0
      • G Offline
        gismo2006
        last edited by Oct 4, 2016, 3:23 PM

        I’ve got the same Problem some time ago. I didn’t know where the Problem is, but I can explain you @Les and @willharwell what I have done and it works fine at my mirror.

        At first I have sing up at phushbellt Then I have installed like the Readme file says.

        BUT then no notification will displayed. After spending hour for hour i opend the Link of moosedookie some post before and manually download the notification.js from this Link. Then I copy and overwrite it in the module Folder at my Raspberry.

        And now everything works fine. For example If I push “test notification” in the Handy app, it will displayed directly.

        I hope you understand…

        greets gismo

        1 Reply Last reply Reply Quote 0
        • R Offline
          ronny3050 Module Developer
          last edited by Oct 5, 2016, 12:29 AM

          @willharwell and @Les can you please try the latest push and let me know? I hope it will fix the issue.

          1 Reply Last reply Reply Quote 0
          • N Offline
            nobita @ronny3050
            last edited by Oct 5, 2016, 3:10 AM

            @ronny3050 said in Phone Notifications:
            How to Update your module

            R 1 Reply Last reply Oct 5, 2016, 3:16 AM Reply Quote 0
            • R Offline
              ronny3050 Module Developer @nobita
              last edited by Oct 5, 2016, 3:16 AM

              @nobita call ‘git pull’ in the phone_notification directory.

              1 Reply Last reply Reply Quote 0
              • G Offline
                guybatt234
                last edited by Oct 12, 2016, 5:08 PM

                Has there been any progress in making notifications time out?

                1 Reply Last reply Reply Quote 0
                • M Offline
                  mschlesinger19
                  last edited by Nov 13, 2016, 5:25 PM

                  @guybatt234 I am not sure if the fix was ever put in for reversing the order but I figured out how to reverse the order of notifications. In phone_notification.js in the cleanPayload function instead of pushing to the back of the array just call a payload.unshift(newPayload) and that should treat it like a stack and not a queue

                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    Toast
                    last edited by Nov 15, 2016, 10:22 AM

                    im on the latest revision but not receiving any notifcations

                    1 Reply Last reply Reply Quote 0
                    • L Offline
                      lucallmon
                      last edited by Feb 15, 2017, 10:37 AM

                      Has anyone had an issue with filling up your notifications and then no new notifications come through at all?

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 10
                      • 6 / 10
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy