MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ScootScooter
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Phone Notifications

      I have installed this module, but it looks like it doesn’t work correctly.
      I have copied the code and changed the parts i needed to change.
      But when I start the mirror it gives an error code.
      it’s saying that “–header” is incorrect.
      But I have checked a few websites and all of them are saying i need it.
      What’s wrong with my code?

      {
         module: 'phone_notification',
         position: 'bottom_left',
        header: 'Phone Notifications',
         config:
         {
            accessToken: 'o.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
            numberOfNotifications: 5,
            displayNotificationIcon: true,
            displayMessage: true,
            displayCount: false,
            alert: false,
            fade: true,
            maxCharacters: 50,
            useEncryption: false,
            key:
            {
               password: "SuperSecretPassword123",
               ident: curl --header 'Access-Token: o.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \ https://api.pushbullet.com/v2/users/me,
               }
            }
      },
      
      posted in Utilities
      S
      ScootScooter
    • 1 / 1