in this context self has no meaning - add var self = this;
to the top of the function or replace self
with this
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-NetworkScanner help needed
-
Abandoned module - Yours if you want to pick it up
Got part way through developing this module, but found in testing that my environment was not up to the task of playing the videos. more in the read me
[card:izanbard/MMM-youreBeautiful]
I am putting it up here in case anyone wants to pick it up -
[MMM-IMDBComingSoon] - a module to show films from IMDB's Coming Soon section
[card:izanbard/MMM-IMDBComingSoon]
This is a module for anyone who wants to see whats coming up at the movies. It uses an API proxy to get the data from IMDB’s Coming Soon sectionfor this month and next. At the time of release it filters these for ones playing in English, but you are welcome to fork and make that an option.
Props to fewieden for giving me the idea with his module MMM-MovieInfo which used a different DB.
The data in the coming soon section is sometimes a bit out of date - for example when getting coming soon for Jan and Feb of 2017 I got a range from Apr 2015 - May 2017. Anyway here is a screen shot of the output. Again at time of release there are no optios for what data to show, but you are welcome to fork and add the options (there is still loads of stuff in the JSON that I have not included.
Here is an example screen shot:
-
RE: Display modules in a carousel
@PointPubMedia yes you can, but you do it by position. Read the config above and see if you can work out in the positional settings you ignore modules per position. Hint it is between enabled and overrideTransitionInterval.
-
RE: Display modules in a carousel
@PointPubMedia yes, if all your iframes are in the same “position” (say top_left)on the page then this config should do it:
{ module: 'MMM-Carousel', config: { transitionInterval: 10000, mode: 'positional', top_left: {enabled: true, ignoreModules: [], overrideTransitionInterval: 10000}, } },
-
RE: Display modules in a carousel
@amanzimdwini have a look at the latest version, I think it will have some of the features you are looking for
-
RE: Display modules in a carousel
@PointPubMedia @cnelso24 Hey, I have just had a PR accepted that adds several config options that should help you