You know what? You’re right. I didn’t notice that when I tried it. My bad
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Astro [formly MMM-Astrology]
-
RE: MMM-Astro [formly MMM-Astrology]
I tried putting multiple signs into an array. That does not work.
However, I tried adding a second config entry with different signs and that worked.
{ disabled: false, module: 'MMM-Astro', position: 'top_right', config: { sign: "pisces", iconset: "1", extend: false } }, { disabled: false, module: 'MMM-Astro', position: 'bottom_right', config: { sign: "taurus", iconset: "1", extend: false } },
-
RE: Mirror boot time
My 2 cents:
You’ll likely kill your SD card that way. Killing the power rather than “shutting down” the pi does bad things to the SD card.
Go with a sensor that “wakes up” your display when there is motion and turns it off when there is no motion.
Just one old dude’s opinion
-
RE: Newsfeed Wrap with CSS
From stackoverflow. I have not tested it.
This should center the wrapped text as well. In custom.css file, add :
text-align: center;
-
RE: MMM - NewsFeed Ticker Hangs
Try this:
Under the
maxNewsItems
that you just added to your config entry, add thisupdateInterval: 10 * 60 * 1000,
The default is 1 minute, which effectively resets the module back to the beginning of the feeds. This will give it 10 minutes to display the feeds without resetting. Assuming this will work, adjust the time accordingly.
-
RE: MMM - NewsFeed Ticker Hangs
@sdetweil said in MMM - NewsFeed Ticker Hangs:
@mykle1 fixed
Now I really hope he’s paying attention.
Well done, bro. :thumbsup:
-
RE: MMM - NewsFeed Ticker Hangs
@sdetweil said in MMM - NewsFeed Ticker Hangs:
comment out the items=[]; line as shown below
Thanks bro. I don’t even use this module. I was just trying to help out the user above. Hopefully, he’s paying attention and has read your suggestion.
-
RE: MMM - NewsFeed Ticker Hangs
Hey, have you seen Jim these days? I wonder where he disappeared to.
-
RE: MMM - NewsFeed Ticker Hangs
You can comment out the config entry or delete the entry.
Easiest way to delete the module itself. Click your way to the modules folder, enter the modules folder, trash the MMM-NewsFeedTicker.