MagicMirror Forum

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

    UNSOLVED Notification not showing message

    Troubleshooting
    2
    4
    881
    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.
    • L
      link953 last edited by link953

      Hello everyone.

      I have a problem with the alert module. When I put the “welcomemessage” on true, I have a notification but only with the title, I do not have the message. The facial recognition module does the same to me.
      With the sample config it’s the same.
      By modifying the file alert.js I can display the message instead of the title, so the data is present.

      With en or fr language I have no changes
      Do you have an idea?

      Thanks

      1 Reply Last reply Reply Quote 0
      • L
        link953 last edited by

        Anyone? please 😃

        1 Reply Last reply Reply Quote 0
        • L
          link953 last edited by link953

          So, i’ve a line in alert.js file:

          msg += “” + message.message + “”; (line 47)

          and when i write this instead:

          msg += “” + message.message + “”;

          I can have a complete notification.

          1 Reply Last reply Reply Quote 0
          • A
            AxLed Module Developer last edited by

            @link953
            Are you sure there is no message? I had a similar problem where some css values where wrong, so the message had the same color than the background.
            Normally you can find out, if you try to mark the message with a mouse.

            AxLED

            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