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

    NiviJah

    @NiviJah

    2
    Reputation
    551
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    NiviJah Unfollow Follow

    Best posts made by NiviJah

    • RE: Adding a jQuery Module

      jQuery didn’t want to play nice, i don’t know why, so I had to work with Vanilla JS.

      here is the result

      0_1486003297499_2017-02-01-213544_1080x1920_scrot.png

      posted in Development
      N
      NiviJah
    • RE: Looking for an image carousel

      @yawns Thanks!
      Not exactly what I was looking for but I can defiantly use the code to help me achieve what I do want.
      I’m still not sure what my options are regarding storage, i’m thinking either a local folder, or a public folder accessible via wifi.

      posted in Requests
      N
      NiviJah

    Latest posts made by NiviJah

    • RE: Looking for an image carousel

      @roramirez thank you, I was looking for a gallery, with on optional lightbox popular. I actually developed one myself because I couldn’t find anything similar

      posted in Requests
      N
      NiviJah
    • RE: Adding a jQuery Module

      jQuery didn’t want to play nice, i don’t know why, so I had to work with Vanilla JS.

      here is the result

      0_1486003297499_2017-02-01-213544_1080x1920_scrot.png

      posted in Development
      N
      NiviJah
    • RE: Adding a jQuery Module

      Thank you,
      This is very helpful.
      If I understand correctly, do I need to use DOM_OBJECTS_CREATED like this ?

      notificationReceived: function(notification, payload, sender){
      	if (notification === 'DOM_OBJECTS_CREATED'){
      		$(document).ready().....
      	}
      },
      

      Does that go into my plugin file ? (i.e not the node helper)

      posted in Development
      N
      NiviJah
    • Adding a jQuery Module

      Hi Guys,
      I played around with building a module by myself and I got some questions.
      I have to say my knowledge in Vanilla JS is somewhat limited, so I turned to jQuery.

      I was able to including jQuery, and any script and CSS for that matter, But I was not able to “Init” it.
      Is there a place I can call “document ready” ? tried in the getDOM method and any other “build in” method and couldn’t get it to init.

      The other thing that was bothering me is not being able to debug properly, i’m working via SSH.
      where can I see logs, or better yet console.log() or “debugger;” ?

      I am also not sure what “browser” is being used, I don’t think CSS3 stuff is working.

      Thanks !

      posted in Development
      N
      NiviJah
    • RE: Looking for an image carousel

      @yawns Thanks!
      Not exactly what I was looking for but I can defiantly use the code to help me achieve what I do want.
      I’m still not sure what my options are regarding storage, i’m thinking either a local folder, or a public folder accessible via wifi.

      posted in Requests
      N
      NiviJah
    • RE: Looking for an image carousel

      Thanks, I thought so :)

      posted in Requests
      N
      NiviJah
    • Looking for an image carousel

      I saw the module carousel but i’m not sure if it can be used to rotate images.
      is something like this exists ?

      posted in Requests
      N
      NiviJah