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 148.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.
    • R Offline
      ronny3050 Module Developer
      last edited by

      @cowboysdude I will take a look at iPhones. There has to be a way, could you perhaps ship your iPhone to me for testing ;)
      @McSorley I will take a look at that. Stay tuned!
      @chengstark thanks a lot! :D others have said that too. Could you list some of the apps that have the icons?

      C cowboysdudeC 2 Replies Last reply Reply Quote 1
      • C Offline
        chengstark @ronny3050
        last edited by

        @ronny3050 i have instagram, facebook, wechat and taobao, i can see the icon image files in the module file but they wont display on the mirror

        R 1 Reply Last reply Reply Quote 0
        • R Offline
          ronny3050 Module Developer @chengstark
          last edited by ronny3050

          @chengstark could you please ls -lah inside icons folder and paste the output?

          1 Reply Last reply Reply Quote 0
          • C Offline
            chengstark
            last edited by

            my mirror is not with me now, i will post results later

            1 Reply Last reply Reply Quote 1
            • C Offline
              chengstark
              last edited by paviro

              here is the output

              total 44K
              drwxr-xr-x 2 pi pi 4.0K Sep 17 23:07 .
              drwxr-xr-x 6 pi pi 4.0K Sep 17 02:37 ..
              -rw-r--r-- 1 pi pi 6.1K Sep 17 02:36 .DS_Store
              -rw-r--r-- 1 pi pi 2.1K Sep 17 23:24 Gmail.jpg
              -rw-r--r-- 1 pi pi 2.0K Sep 17 23:24 Google Play services.jpg
              -rw-r--r-- 1 pi pi 1.9K Sep 17 16:04 Outlook.jpg
              -rw-r--r-- 1 pi pi 1.5K Sep 17 22:16 Phone.jpg
              -rw-r--r-- 1 pi pi 1.8K Sep 17 13:45 Twitter.jpg
              -rw-r--r-- 1 pi pi 2.1K Sep 17 17:35 WeChat.jpg
              -rw-r--r-- 1 pi pi 2.1K Sep 17 23:02 手机淘宝.jpg
              

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

              1 Reply Last reply Reply Quote 0
              • M Offline
                McSorley
                last edited by

                And has that resolved the icon problem?

                C 1 Reply Last reply Reply Quote 0
                • C Offline
                  chengstark @McSorley
                  last edited by

                  @McSorley no

                  C 1 Reply Last reply Reply Quote 0
                  • C Offline
                    chengstark @chengstark
                    last edited by

                    @chengstark is the problem caused by the name of image files?

                    R 1 Reply Last reply Reply Quote 0
                    • R Offline
                      ronny3050 Module Developer @chengstark
                      last edited by

                      @chengstark It’s hard to say, but I would like to see your logs.

                      C 1 Reply Last reply Reply Quote 0
                      • C Offline
                        chengstark @ronny3050
                        last edited by

                        @ronny3050 the module doesnt count this as an error, i guss there is no error log for this

                        R 1 Reply Last reply Reply Quote 0
                        • R Offline
                          ronny3050 Module Developer @chengstark
                          last edited by

                          @chengstark Two things:

                          1. Make sure displayNotificationIcon is set to true in config.js
                          2. Pull a new version of phone_notification that I just pushed.

                          Hopefully, it will fix it.

                          C 1 Reply Last reply Reply Quote 0
                          • C Offline
                            chengstark @ronny3050
                            last edited by

                            @ronny3050 thanks for help, will try this night

                            1 Reply Last reply Reply Quote 1
                            • cowboysdudeC Offline
                              cowboysdude Module Developer @ronny3050
                              last edited by

                              @ronny3050 said in Phone Notifications:

                              @cowboysdude I will take a look at iPhones. There has to be a way, could you perhaps ship your iPhone to me for testing ;)
                              @McSorley I will take a look at that. Stay tuned!
                              @chengstark thanks a lot! :D others have said that too. Could you list some of the apps that have the icons?

                              I JUST caught that LOL I would but… LOL

                              1 Reply Last reply Reply Quote 1
                              • M Offline
                                moosedookie
                                last edited by

                                I was having the same issues with the icons not showing up and made a fork a while back that seems to have fixed the issue.
                                For anyone having the issue check it out here.

                                R 1 Reply Last reply Reply Quote 1
                                • R Offline
                                  ronny3050 Module Developer @moosedookie
                                  last edited by

                                  @moosedookie thank you! My push was very similar as well!

                                  C M 2 Replies Last reply Reply Quote 0
                                  • C Offline
                                    chengstark @ronny3050
                                    last edited by

                                    @ronny3050 the new .js seems not updating the notifications

                                    1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      moosedookie @ronny3050
                                      last edited by

                                      @ronny3050 Oh wow, lol. I totally missed that.

                                      1 Reply Last reply Reply Quote 0
                                      • A Offline
                                        astronauti
                                        last edited by paviro

                                        Somehow it does not work for me… Here my config file:

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

                                        There is only a text message on my screen saying phone_notification module_7_phone_notification


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

                                        1 Reply Last reply Reply Quote 0
                                        • R Offline
                                          rajbadri
                                          last edited by rajbadri

                                          same problem here

                                          0_1474650407396_Screen Shot 2016-09-23 at 10.33.42 PM.png

                                          C 1 Reply Last reply Reply Quote 0
                                          • R Offline
                                            rajbadri
                                            last edited by

                                            This post is deleted!
                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 2 / 5
                                            • 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