kjb085 / MMM-Reddit

Magic Mirror Module for displaying top level content from reddit
34 stars 7 forks source link

Double headers showing in the module #18

Closed wretanhewe closed 4 years ago

wretanhewe commented 4 years ago

Hello, I'm using the default config content for headlines, but i am always seeing an extra header at the top of the instance of the module. Is there a way to remove this? This is what I see on the mirror in the module, and what is in my config (for troubleshooting, direct copy/paste from the main page of this project)

Annotation 2020-04-03 132115 Annotation 2020-04-03 132916

JoMa25 commented 4 years ago

Same, I got wto times "Hot Posts from r/aww. Doenst look that nice

larryare commented 4 years ago

Same.

kjb085 commented 4 years ago

Looking into this

JohnTrunix commented 4 years ago

Any solutions? I have the same problem.. Thx

kjb085 commented 4 years ago

Can anyone list what other modules you guys have running? I'm not running into this same issue during testing. Also what version of MM2 is everyone running, I'm still on 2.6, wondering if that might be part of the problem as well.

JohnTrunix commented 4 years ago

I just have some of the default modules and your module installed and activated in the config.js file.

And here my config file for your module, i think its the default one:

{ module: "MMM-Reddit", position: "bottom_center", config: { subreddit: "earthporn", type: "hot", displayType: "image", imageQuality: "high", count: 10, show: 1, width: 500, updateInterval: 5, rotateInterval: 30, showHeader: true, headerType: "sentence",

        }
    },
uffsalot commented 4 years ago

Can anyone list what other modules you guys have running? I'm not running into this same issue during testing. Also what version of MM2 is everyone running, I'm still on 2.6, wondering if that might be part of the problem as well.

I am using MagicMirror v2.11.0.

Here is a list of my used plugins:

MMM-Reddit config: { module: "MMM-Reddit", position: "top_center", config: { subreddit: 'SupermodelCats', displayType: 'image', imageQuality: 'high', count: 10, show: 1, width: 300, showAll: false, showRank: false, showScore: true, showAuthor: true, showSubreddit: false, showNumComments: false, showGilded: false, } },

2020-06-17 21_06_55-MagicMirror²

kjb085 commented 4 years ago

Just upgraded to the latest version of MM and I'm seeing the issue now, so I have something to work with finally - thanks to those who have helped add color to the problem

kjb085 commented 4 years ago

Yall can pull the latest and see if that fixes your problem - let me know if the issue persists. Core issue was a bug in the MagicMirror code that I had circumvented, but left code to make it function once the bug was addressed as well. I'm looking forward to people on older versions of MM2 positing issues that the header doesn't show up now. It had been so long that I forgot all about this unfortunately.

uffsalot commented 4 years ago

Works for me. Thank you!

JohnTrunix commented 4 years ago

It works too. Thank you!