Read the statement by Michael Teeuw here.
PushBulletNotifications Module issues?
-
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.
-
@achilles do u see the header?
change debugMode to true
-
@sdetweil Thanks…I have changed the debugMode to true, but that didnt do the trick…any other suggestions?
-
@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 infodo you see the header?
-
@sdetweil Ah, I see. I am not familiar with the developers window, so I am looking into that now.
-
@sdetweil I think I was able to look at the developers window tab. I see two errors:
-
“Failed to load resource…server responded with a status of 404 (Not Found)”
-
“Error on loading script:…PushBulletNotifications//MMM-PushbulletNotifications.js”
-
-
@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
-
@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.