• 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.

PushBulletNotifications Module not showing?

Scheduled Pinned Locked Moved Troubleshooting
1 Posts 1 Posters 192 Views 1 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.
  • A Offline
    Achilles
    last edited by Dec 12, 2020, 9:10 PM

    Okay, 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. Thanks.

    1 Reply Last reply Reply Quote 0
    • 1 / 1
    1 / 1
    • First post
      1/1
      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