MagicMirror icon indicating copy to clipboard operation
MagicMirror copied to clipboard

[newsfeed] no description with ARTICLE_MORE_DETAILS notification

Open Selyjohns opened this issue 1 year ago • 0 comments

Same issue posted on mm forum

Hello everyone,

Do you know why I need to call twice the notification ARTICLE_MORE_DETAILS to the MM to display the current news in an IFRAME ?

The first call is just blinking once the title with no more effect.

The second consecutive call display the article in fullscreen page.

So, I need to call twice the ARTICLE_MORE_DETAILS if I want to read the news...

Documentation :

When received the first time, shows the corresponding description of the currently displayed news title. 
The module expects that the module's configuration option showDescription is set to false (default value). 

When received a second consecutive time, shows the full news article in an IFRAME. 

The showDescription option isn't defined on my config.js so the default value is false.

I think the articles doesn't contains any description as requested by the module. But in this case, is it possible to directly show the article is an IFRAME ?

Or maybe do you know how to have a description ? What the module is expected to display it ? (News from https://actu.fr/toulouse/rss.xml if you want to test it)

Thank you

Selyjohns avatar Oct 10 '22 20:10 Selyjohns