Read the statement by Michael Teeuw here.
MMM-NewsAPI
-
@swvalenti I will have a look shortly. It is running just fine on my mirror. Will start another instance and see
-
sorry I meant to say MMM-News but also NewsAPI just shows gray line and News heading and nothing else
-
@swvalenti MMM-News can be cloned from the following repo:
I have made a change to MMM-NewsAPI which resolves CSS conflicts and it should now work when running MMM-News at the same time.
-
@mumblebaj sent you a pm chat
-
@swvalenti if u look in the developers window, console tab, are there any errors?
is the module listed in the sources list, and is the content in the elements tab, but maybe marked display:none?
-
@sdetweil I got it all squared away thanks Sam!
-
Will MMM-NewsAPI allow displaying full articles in an iFrame?
-
@mwm341 said in MMM-NewsAPI:
Will MMM-NewsAPI allow displaying full articles in an iFrame?
Maybe an answer:
Gonna try splicing template.html into a responsive iFrame.Wish me luck!
-
@mwm341 It is not setup for that at the moment but, you are more than welcome to make a PR. :winking_face:
-
The following updates have been made to the module. Please feel free to do a git pull and then an npm install in the module directory.
-
Removed the request module and replaced with node-fetch due to request being deprecated.
-
Update to the config.js. You have to remove the following line from you config.js.
className: "News"
- The CSS has been changed to avoid conflicts with other modules. Hence the above className is no longer required and must be removed from the config.js.
-