MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Mykle1
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 5
    • Followers 73
    • Topics 101
    • Posts 4,397
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: MMM-Astro [formly MMM-Astrology]

      @julien-vancouver

      You know what? You’re right. I didn’t notice that when I tried it. My bad

      posted in Entertainment
      Mykle1M
      Mykle1
    • RE: MMM-Astro [formly MMM-Astrology]

      @julien-vancouver

      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
       		             }
              },
      
      posted in Entertainment
      Mykle1M
      Mykle1
    • RE: Mirror boot time

      @pddh

      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

      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: Newsfeed Wrap with CSS

      @schlittrix

      From stackoverflow. I have not tested it.

      This should center the wrapped text as well. In custom.css file, add :

      text-align: center;

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: MMM - NewsFeed Ticker Hangs

      @matthewlawson3

      Try this:

      Under the maxNewsItems that you just added to your config entry, add this

      updateInterval: 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.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • 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:

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • 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.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: MMM - NewsFeed Ticker Hangs

      @cowboysdude

      Last online:

      Jim - 24 days
      Robert - Oct 2020

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: MMM - NewsFeed Ticker Hangs

      @cowboysdude

      Hey, have you seen Jim these days? I wonder where he disappeared to.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: MMM - NewsFeed Ticker Hangs

      @matthewlawson3

      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.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • 1 / 1