Read the statement by Michael Teeuw here.
Need help - New programmer
-
@ashishtank Yes I will look into it. Thank you so much for the instant reply. Appreciate it a lot
-
@sdetweil Thank you so much! I will use this module and let you know how it goes!
-
@smart_user ok. Timer is in the node_helper.
It is a one time timer, setTimer, vs repeating, setInterval.Doesn’t need to be in the node_helper, but did that to show the structure and communication between the parts
-
@sdetweil It still isn’t working. I had configured for the alert to show up in 10 seconds but it didn’t
-
@smart_user you changed the 15000 in node_helper to 10000, right?
And u had a position: set in config.js, right?
-
@sdetweil Yes
-
@sdetweil Is it possible for you to send me a picture of the .js file so I can double check?
-
@smart_user u can look on the github site
View code. Then click on file.
If you used git clone, then u can do
git diff node_helper.js
to see the differences -
@sdetweil Hello. I did and still am not receiving any alert on the screen
-
@smart_user show me the config block. Minimum is this. MUST have a position
{ module:"SampleModule", position:"middle", },