Read the statement by Michael Teeuw here.
Default newsfeed - make list?
-
The lines are ment for MagicMirror/css/custom.css – just add them.
Alternatively, add this function in the module (probably afterstart: function()
:getStyles: function() { return [ this.file('custom.css') ] },
-
Thanks. This is great. Now it works with .css file.
But:
It does not show the headers title for instance “CNN” - and no timestamps? Is it possible to add short timestamp before the news headline?
These have no effect:
showSourceTitle: true,
showPublishDate: true,And 1 last thing - Do you control the speed of the sliding somewhere - Or maybe just slide in new entries when you reach max entries?
Thanks, man!
-
As I said, this is nowhere near complete, just playing around. Speed is the same as in the config. The rest can be done. I’ll look into it.
-
Thanks man. Its really nice of you.
Thnaks!
-
Had any time to look into this?
-
@doublet said in Default newsfeed - make list?:
As I said, this is nowhere near complete, just playing around. Speed is the same as in the config. The rest can be done. I’ll look into it.
doublet, any chance you have time to fix this? Thanks.