MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. justjim1220
    3. Posts
    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-NewsFeedTicker

      This module has been updated
      Please do a git pull && npm i to update
      Thanks!

      posted in Utilities
      justjim1220J
      justjim1220
    • RE: We card for alcohol

      @jonathancole85

      I fixed the message so you can change it to however you want it worded.
      Please do a git pull && npm i to update
      Thanks!

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

      @dgregory19

      Ok, I’ve made some changes.

      If you do a git pull && npm i it will give you a warning about the changes made to your js and css files
      You can just delete those files, then do the git pull && npm i

      OR, you can just delete your NewsFeedTicker directory and re-install it

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

      @dgregory19
      Sorry

      within the headline: headline.className = "bold small bright"; ****
      Change the size from what you have to small. I think I originally had it set to xlarge.

      I am working on making this a bit easier.

      Apologies!

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: jquery module not working --- need help!

      @cowboysdude
      I really like the changes you’ve made with this Recipe Module!!! :winking_face:

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: jquery module not working --- need help!

      @sdetweil
      LOL!
      I merged a pull request from @Seann :face_with_tears_of_joy:
      I am going through it right now to see what he did.
      And, I am going through the changes you made with the VideoPlayer2 module.

      With what you have taught me and with the changes to the Video Player and the Kitchen timer,
      I am gonna try to apply this to a few other programs I have ready to convert from JQuery.

      I am also going through @cowboysdude’s Recipe module to see how to get JQuery to actually work with MM.

      Today, I am spending time RE-LEARNING javascript and how to apply it to MM modules. :upside-down_face: :upside-down_face: :upside-down_face:

      Maybe it will steer me away from JQuery in the future! :winking_face:

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: jquery module not working --- need help!

      @cowboysdude How do I mark this as SOLVED?

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: jquery module not working --- need help!

      @cowboysdude Thanks! I will do that! :winking_face:

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • jquery module not working --- need help!

      Ok, so I wrote this program: https://codepen.io/justjim1220/pen/dapLPo?editors=1000

      And in CodePen, it works perfectly.

      But I have attempted to convert it over to be a MagicMirror module:

      https://github.com/justjim1220/MMM-KitchenTimer

      it shows up exactly as it should, BUT, none of the buttons work.
      I get the hover action, and even the click action, but the buttons don’t do anything else.
      Plus, I don’t get any errors in dev console.

      Any ideas?

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: MMM-Glock

      @mykle1 BrotH?

      posted in Utilities
      justjim1220J
      justjim1220
    • RE: MMM-Glock

      @mykle1 BeacH???

      posted in Utilities
      justjim1220J
      justjim1220
    • RE: MMM-Glock

      @rafaelcota 0_1549387855609_Screenshot (39).png

      posted in Utilities
      justjim1220J
      justjim1220
    • RE: MMM-Glock

      @rafaelcota

      A note on the repo on github says the weather portion is not currently working due to Yahoo dropping the weather API.

      posted in Utilities
      justjim1220J
      justjim1220
    • RE: MMM-Glock

      @mykle1 :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing:

      posted in Utilities
      justjim1220J
      justjim1220
    • RE: MMM-Glock

      @rafaelcota :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing:

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

      @dgregory19

      the font size is changed in the js file. See ****:

       var headline = document.createElement("span");
                      headline.className = "bold small bright";  ****
                      headline.innerHTML = "<font color= #ffaa00>" + moment(new Date(this.newsItems[this.activeItem].pubdate)).fromNow() + ": &nbsp;" + "</font>" + this.newsItems[this.activeItem].title + "&nbsp; || &nbsp;" + this.newsItems[this.activeItem].description;
                      tickerBody.appendChild(headline);
      

      The image size is changed in the css file. See ****:

      .MMM-NewsFeedTicker .image {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        bottom: 0;
        left: 0;
        height: 30px;    ****
        z-index: 10;
        background-color: #FFF;
      }
      
      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: MMM-Glock

      @mykle1 How do you know???
      :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing: :rolling_on_the_floor_laughing:

      posted in Utilities
      justjim1220J
      justjim1220
    • RE: Magic Mirror on Windows 8.1 tablet?

      @roxx

      {
      	disabled: false,
      	module: "MMM-Mail",
      	header: "My Gmail et. al. ...",
      	position: "top_left",
              config: {
                  user: "justjim1220@gmail.com",
                  pass: "PassWord",
                  host: "imap.gmail.com",
                  port: 993,
                  tls: false,
                  numberOfEmails: 15,
                  fade: false,
                  subjectlength: 60
      },
      

      0_1549350383858_Screenshot (32).png

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Magic Mirror on Windows 8.1 tablet?

      @roxx I use the MMM-Mail module for my email. Works a lot better! :winking_face:

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: We card for alcohol

      @jonathancole85

      Updated… Current code will get this:
      0_1549217156325_Screenshot (38).png

      the date, IE: Feb 03, will change daily on it’s own. The year, will change yearly on it’s own.

      the message above the date, can be changed to say whatever you like.

      posted in General Discussion
      justjim1220J
      justjim1220
    • 1 / 1