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

notificationFx.js (default alert module) problem

Scheduled Pinned Locked Moved Troubleshooting
6 Posts 2 Posters 2.8k Views 2 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.
  • ? Offline
    A Former User
    last edited by A Former User Aug 21, 2017, 4:47 PM Aug 21, 2017, 4:40 PM

    I cannot understand this error. I think there would be no problem, but it causes an error.

    [in my module]

    this.sendNotification('SHOW_ALERT', {
       timer:10000,
       title: "test",
       message : "say something"
    })
    

    This cause run-time exception error.
    DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
    in
    [notificationFx.js (line:91)]

    90: // append to body or the element specified in options.wrapper
    91: this.options.wrapper.insertBefore(this.ntf, this.options.wrapper.nextSibling);
    

    this.options.wrapper is < body > .
    this.ntf is div.ns-alert.ns-growl.ns-effect-jelly.ns-type-notice.
    this.options.wrapper.nextSibling is span.gr__tooltip.

    Is this notificationFx.js problem? But everybody except me uses this without a problem.
    I’m testing this on Mac OSX with Chrome in node serveronly mode.

    R 1 Reply Last reply Aug 22, 2017, 5:55 PM Reply Quote 0
    • R Offline
      roramirez Core Contributors @Guest
      last edited by Aug 22, 2017, 5:55 PM

      @Sean If you start with npm start dev, do you have the same problem?

      Easy module development with MagicMirror Module Template

      ? 2 Replies Last reply Aug 22, 2017, 6:50 PM Reply Quote 0
      • ? Offline
        A Former User @roramirez
        last edited by Aug 22, 2017, 6:50 PM

        @roramirez tomorrow I’ll try it.

        1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User @roramirez
          last edited by Aug 23, 2017, 6:29 AM

          @roramirez Thanks, with npm start dev, it works.

          R 1 Reply Last reply Aug 25, 2017, 2:53 PM Reply Quote 0
          • R Offline
            roramirez Core Contributors @Guest
            last edited by Aug 25, 2017, 2:53 PM

            @Sean So, can be there a bug with using that browser. What version of Chrome is?

            Easy module development with MagicMirror Module Template

            ? 1 Reply Last reply Aug 25, 2017, 2:55 PM Reply Quote 0
            • ? Offline
              A Former User @roramirez
              last edited by A Former User Aug 25, 2017, 2:56 PM Aug 25, 2017, 2:55 PM

              @roramirez
              It was 60.0.3112.101 (official) (64bit) on Mac OSX Sierra 10.12.6 (in MBP Late 2013 15" Retina / i7 2.3Ghz 16GB DDR3)

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