• 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
  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 Aug 19, 2016, 12:54 PM
Last Online Sep 15, 2021, 11:19 PM

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
    Feb 2, 2017, 2:41 AM
  • 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
    Jan 23, 2017, 3:51 PM

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
    Feb 6, 2017, 11:47 AM
  • 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
    Feb 2, 2017, 2:41 AM
  • 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
    Feb 2, 2017, 12:26 AM
  • 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
    Feb 1, 2017, 12:27 PM
  • 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
    Jan 23, 2017, 3:51 PM
  • RE: Looking for an image carousel

    Thanks, I thought so :)

    posted in Requests
    N
    NiviJah
    Jan 22, 2017, 11:15 PM
  • 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
    Jan 22, 2017, 7:40 PM
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