MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED PushBulletNotifications Module issues?

    Troubleshooting
    3
    8
    207
    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.
    • A
      Achilles last edited by

      Okay, maybe I posted this in the wrong section last time, so I will try it here: I have tried several different things like checking my module, changing the API Token, but for some reason, I cannot get this module to display on my MagicMirror. All of my other modules are fine. I am wondering if I am missing something obvious (I have before). He is my config (Which I did not change from the ReadMe):

      {
      		module: 'MMM-PushBulletNotifications',
      		header: 'Notifications',
      		position: 'top_left',	// This can be any of the regions.		
      		config: {
      			// See 'Configuration options' for more information.
      			accessToken: "MyToken", //PushBullet API Access Token
      			endToEndPassword: null,
      			numberOfNotifications: 3,
      			filterTargetDeviceName: "",
      			showPushesSentToAllDevices: true,
      			onlyAllowCommandsFromSourceDevices: [],
      			fetchLimitPushBullet: 50,
      			showPushes: true,
      			showPushesOnLoad: true,
      			showDismissedPushes: true,
      			showMirroredNotifications: true, 
      			onlyShowLastNotificationFromApplication: false,
      			showIndividualNotifications: false,
      			showSMS: true,
      			showMessage: true,
      			showIcons: true,
      			showDateTime: true,
      			localesDateTime: 'nl-NL',
      			playSoundOnNotificationReceived: true,
      			soundFile: 'modules/MMM-PushBulletNotifications/sounds/new-message.mp3',			
      			maxMsgCharacters: 50,
      			maxHeaderCharacters: 32,
      			showModuleIfNoNotifications: true,
      			noNotificationsMessage: "No new notifications",
      			debugMode: false,
      		}
      	},
      

      Any help will be appreciated.

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @Achilles last edited by

        @achilles do u see the header?

        change debugMode to true

        Sam

        Create a working config
        How to add modules

        A 1 Reply Last reply Reply Quote 0
        • A
          Achilles @sdetweil last edited by

          @sdetweil Thanks…I have changed the debugMode to true, but that didnt do the trick…any other suggestions?

          S 1 Reply Last reply Reply Quote 0
          • S
            sdetweil @Achilles last edited by sdetweil

            @achilles debug is so you might be able to analyze the debug info to determine the problem
            note that you have to open the developers window console tab to see the debug info

            do you see the header?

            Sam

            Create a working config
            How to add modules

            A 2 Replies Last reply Reply Quote 0
            • A
              Achilles @sdetweil last edited by

              @sdetweil Ah, I see. I am not familiar with the developers window, so I am looking into that now.

              1 Reply Last reply Reply Quote 0
              • A
                Achilles @sdetweil last edited by

                @sdetweil I think I was able to look at the developers window tab. I see two errors:

                1. “Failed to load resource…server responded with a status of 404 (Not Found)”

                2. “Error on loading script:…PushBulletNotifications//MMM-PushbulletNotifications.js”

                S 1 Reply Last reply Reply Quote 0
                • S
                  sdetweil @Achilles last edited by

                  @achilles said in PushBulletNotifications Module issues?:

                  PushBulletNotifications//MMM-PushbulletNotifications.js

                  the filename must match the folder name which must match the name inside the filename and must match the module name

                  exact case.

                  above the filename has a lowercase b , but the folder has uppercase

                  Sam

                  Create a working config
                  How to add modules

                  A 1 Reply Last reply Reply Quote 0
                  • A
                    Achilles @sdetweil last edited by

                    @sdetweil Thanks, but of course, I have complicated the issue now. I discovered that I needed to upgrade my MagicMirror. Of course, now that I have done that, it is not displaying at all. I am looking at a previous thread about this in which you helped someone else with that issue and trying to fix this.

                    Thanks again…I could be posting another thread on working through that issue! Ha.

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    • First post
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy