bastilimbach / docker-MagicMirror

Docker image for the Magic Mirror 2 project by Michael Teeuw.
https://hub.docker.com/r/bastilimbach/docker-magicmirror/
MIT License
185 stars 54 forks source link

News module not updating #23

Closed bachoo786 closed 5 years ago

bachoo786 commented 5 years ago

Hi @bastilimbach

Everything works fine. What I noticed that the news module does not update with the latest news unless I was to refresh the browser.

Is that a bug or?

idoodler commented 5 years ago

@bachoo786 Hey, may you provide logs from your browser. I am using this project in a project of mine and everything work regarding the News module.

Also this project is basically a wrapper around the awesome MagicMirror project. You may find help in the official forum.

bastilimbach commented 5 years ago

@idoodler Thanks for your help!

@bachoo786 Logs & your config would be really helpful. Maybe something is wrong with your configuration. Maybe @idoodler can provide their working config.

idoodler commented 5 years ago

Sure, @bachoo786 I guess you mean the default newsfeed module.

Checkout my module config:

            {
                module: "newsfeed",
                position: "bottom_bar",
                config: {
                    feeds: [
                        {
                            title: "PNP",
                            url: "http://www.pnp.de/_export/rss/nachrichten/stadt_landkreis_passau/passau_land/index.rss"
                        }
                    ],
                    showSourceTitle: true,
                    showPublishDate: true,
                    updateInterval:  20000
                }
            }
idoodler commented 5 years ago

@bachoo786 Ping

bastilimbach commented 5 years ago

@bachoo786 If you are still having problems with the configuration please feel free to reopen the issue.