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

    Posts

    Recent Best Controversial
    • RE: MMM-BMW-DS (A different kind of weather module)

      @mykle1

      here’s my css input…
      0_1533781243349_Screenshot (24).png

      posted in Utilities
      justjim1220J
      justjim1220
    • RE: [MMM-Rainbow] Animated text color transition

      @ganget & @BKeyport

      So, I modified my MMM-DigClock with your rainbow css with some other tweaks…

      .MMM-DigClock .time {
        font-size: 300px;
        text-align: center;
        line-height: 85%;
        letter-spacing: 5px;
        font-weight: 900;
        font-family: DS-Digital;
        background: -webkit-linear-gradient(left, red,orange,yellow,green,blue,purple);
        background: -moz-linear-gradient(left, red,orange,yellow,green,blue,purple);
        background: -o-linear-gradient(left, red,orange,yellow,green,blue,purple);
        background: linear-gradient(to left, red,orange,yellow,green,blue,purple);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-animation: animate 10s linear infinite;
        -moz-animation: animate 10s linear infinite;
        -o-animation: animate 10s linear infinite;
        animation: animate 10s linear infinite;
        background-size: 25%;
        -webkit-text-fill-color: transparent;
      }
      

      And it seems to work fairly decent.
      But I had to change the update interval within the clock code to update every minute instead of every second, by placing the following within the start: function() …

      // Schedule update interval.
      		var self = this;
      		setInterval(function() {
      			self.updateDom();
      		}, 60000);
      
      posted in Entertainment
      justjim1220J
      justjim1220
    • RE: How to start MM with a module as default hidden

      @mykle1 said in How to start MM with a module as default hidden:

      I don’t want to “sell” Hello-Lucy

      You should ‘sell’ Hello-Lucy! it’s the most awesome-est voice module I’ve used (in Ubuntu)
      AND, it was the ‘easiest’ for me to understand how to set up.
      Mainly because it was explained very well! :winking_face:

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: MMM-NewsFeedTicker

      @cr4z33

      Apologies, I am working on the issue of using a custom logo if one doesn’t get pulled from the site.
      Please stand by… :smiling_face_with_sunglasses:

      posted in Utilities
      justjim1220J
      justjim1220
    • RE: Clock

      @hriereb

      The folder in the clock module directory is called faces. it uses .svg images.

      You can create svg images with your own images using Vectr, found here…
      https://vectr.com/.

      This is what my clock looks like…

      0_1526770014792_Screenshot (5).png

      You can create the svg files online at the site, or you can download the program. The download runs much faster than the online version. And it’s really easy to use! :smiling_face_with_sunglasses:

      posted in Custom CSS
      justjim1220J
      justjim1220
    • RE: MMM-NewsFeedTicker Make Banner and Scrolling Text Smaller

      @cowboysdude
      I found that also, and I could not get it to work
      Further research showed you have to be a subscriber to receive the RSS feeds

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: MM not loading on startup or manually

      @awephuk

      I think you might be able to rebuild MM…

      cd MagicMirror
      npm rebuild

      it takes a few minutes, but that is one thing that has helped me in the past fix several different errors.

      Also, you can re-install the MM and your modules, especially the last one you added prior to getting this error…

      Start with the last module… cd modules/[last-module-name] >>> npm install

      Then run the npm install with MM. Or, the npm rebuild

      then restart MM

      Also, try rebooting the Pi by shutting it off, then turn it back on.
      (works better to help fix errors than using restart)

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: MMM-NewsFeedTicker

      @cr4z33

      To stop the marquee (scroll) put the following in your config file:

      showMarquee: false,
      
      posted in Utilities
      justjim1220J
      justjim1220
    • RE: MMM-NewsFeedTicker Make Banner and Scrolling Text Smaller

      @dgregory19

      Yes, Talk to cowboysdude about this as he knows more about all this than I do

      Yes, I realize that your question was asked in reference to the module I created and not to any other module

      But apparently, even though it doesn’t work in my module, I am wrong to misinform you with the answer I gave you

      No, I did not test it in any other module, because the question was regarding this module.

      As I said, I will look into why it is not working in this module and I will let you know if I get it working.

      Thanks for your interest and I do apologize for any inconveniences I may have caused anyone!

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Needing testers and feedback... and possibly an answer or 2!

      @mykle1

      Not sure what I did, But this error disappeared after the module started to work the way I was wanting it to!

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 6 / 8