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: We card for alcohol

      @jonathancole85
      Is this what you are looking for?
      0_1548628788782_Screenshot (15).png

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

      Let me know if there is anything you want changed… :smiling_face_with_sunglasses:

      posted in General Discussion
      justjim1220J
      justjim1220
    • MMM-DigitalAlarmClock

      Description:

      An integration of MMM-DigClock and MMM-AlarmClock modified to have the look of a vintage-style digital alarm clock.


      Screenshots:

      0_1547877358493_Screenshot (1).png

      0_1547877398943_Screenshot (2).png

      Variations:

      The first fully working version after about 5 tries.


      [card:justjim1220/MMM-DigitalAlarmClock]
      posted in Utilities
      justjim1220J
      justjim1220
    • RE: Email

      @ime90

      Follow the link given in your error…

      https://support.google.com/mail/answer/78754

      Then follow the instructions to set your account to use less secure apps with your account…

      I’m pretty sure that I had to do that to get mine to work.

      There are other things to try as well.

      posted in Productivity
      justjim1220J
      justjim1220
    • RE: MMM-Astro [formly MMM-Astrology]

      @cowboysdude

      Great Improvement!!!

      But, of course, you seem to always strive for excellence! :winking_face:

      posted in Entertainment
      justjim1220J
      justjim1220
    • Freaking Spam Has Got To Stop!!!

      10 pages of unread posts, only 5 actual posts requesting help with MagicMirror issues!!! :pouting_face: :pouting_face: :pouting_face: :pouting_face: :pouting_face: :pouting_face: :angry_face: :angry_face: :angry_face: :face_with_steam_from_nose: :face_with_steam_from_nose: :face_with_steam_from_nose: :face_with_steam_from_nose: :pouting_face: :pouting_face: :pouting_face: :pouting_face: :angry_face: :angry_face: :angry_face: :confounded_face: :confounded_face: :confounded_face: :confounded_face: :confounded_face: :confounded_face:

      posted in Forum
      justjim1220J
      justjim1220
    • RE: Change newsfeed title to image/logo?

      @striiker

      Another apology…

      When I was working with this module I had the font set to xlarge or large in the MMM-NewsFeedTicker.js file.

      It makes it easier for these old eyes to see changes,

      So, in the following section of the js file…

       var headline = document.createElement("span");
                      headline.setAttribute("style", "padding-bottom:25px");
                      headline.className = "bold xlarge 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);
      

      Change the ‘xlarge’ to small

      posted in Development
      justjim1220J
      justjim1220
    • RE: Is there a way to temporarily disable a module?

      @teitlebot add disabled: true, to the modules in your config.js file

      for example:

      {
      	disabled: true,
      	module: "MMM-KitchenTimer",       
      	position: "top_center",
      	config: {
      		volume: 1
      	}
      },
      

      change it to false to re-enable the module…

      posted in General Discussion
      justjim1220J
      justjim1220
    • RE: We card for alcohol

      @jonathancole85

      How does this look?
      0_1554850198663_Screenshot (43).png

      posted in General Discussion
      justjim1220J
      justjim1220
    • RE: NFL Score Module

      @cowboysdude

      I think I figured it out…

      I’ve been getting it from your repository list and not from the 3rd party list. Look at them and you’ll see the same differences I have been experiencing

      posted in Sport
      justjim1220J
      justjim1220
    • RE: MMM-Jnews

      @cowboysdude

      You know I just had to give you some sh** a little bit.

      It is a nice module, as I suspected, no way to get local news without making some changes to your code.

      I really like the set up though.

      Great job! (as usual!) :grinning_face: :grinning_face: :grinning_face:

      posted in Education
      justjim1220J
      justjim1220
    • RE: Changing icons of the modules Current Weather and Weather Forecast

      @lucianomag

      Here are a few links to some I have found recently…

      https://www.amcharts.com/free-animated-svg-weather-icons/

      https://codepen.io/joshbader/pen/EjXgqr

      https://365webresources.com/weather-icon-sets-shouldnt-miss/

      http://blogsizzle.com/free-icons/animated-weather-icons-free-download/

      https://codemyui.com/pure-css-animated-weather-icons/

      https://codemyui.com/animated-weather-icons-in-css/

      https://codepen.io/joshbader/full/EjXgqr

      https://codepen.io/motorlatitude/pen/CyqDf

      http://cssdeck.com/labs/2izqhmuv

      hope it helps!!!

      posted in Development
      justjim1220J
      justjim1220
    • RE: Email

      @ime90

      Yes, it works for me with my Gmail, my Hotmail, and my Yahoo mail. But I have since decided to link all three to my Gmail so I use just the one to receive all of them. But, I have tested it with all three and it does work.

      posted in Productivity
      justjim1220J
      justjim1220
    • RE: Introduce yourself!

      Hi, I’m Jim,
      Aaand, I’m a code-aholic…
      I was clean since 2003 until about a year ago,
      well, now, I’m disabled, can’t work a steady scheduled job, can’t drive.
      So, I can no longer be the Psych Nurse I used to be.
      48-60 hours a week, with an hour commute each way.
      Down to barely being able to leave the house… INSANE!!!

      Well, now I spend a lot of my time relearning to code, A lot has changed over the past 15 years…
      But, I’m kinda getting the gist of things again.

      Ok, enough about me… Let’s here from some one else from the group!!!

      posted in General Discussion
      justjim1220J
      justjim1220
    • RE: Hello-Lucy

      @mykle1

      Yeah, I’m just really stubborn im this old age I getting to… Still bound and determined to get it to run on Windows somehow!!!

      I may be 75 or 90 by the time I figure it out, But, I ain’t giving up!!! :smiling_face_with_horns:

      posted in Fun & Games
      justjim1220J
      justjim1220
    • RE: MMM-SunRiseSet

      @mykle1

      when you asked for others to email them, I did about 5 or 6 times. :winking_face:

      posted in Education
      justjim1220J
      justjim1220
    • RE: Change newsfeed title to image/logo?

      @blueadam @cyberphox @electros

      MMM-NewsFeedTicker

      0_1540002089489_Screenshot (407).png
      0_1540002097195_Screenshot (406).png
      0_1540002107196_Screenshot (401).png

      Yes! I now have the scrolling newsfeed with logo that will change for more than 1 newsfeed!!! :smiling_face_with_sunglasses:

      Thanks to @sdetweil and @Sean for helping me along and learning me!

      posted in Development
      justjim1220J
      justjim1220
    • RE: MMM-NOAA - Another Weather Module

      @mykle1

      Yes, I know he is. I just couldn’t resist

      posted in System
      justjim1220J
      justjim1220
    • RE: New modules - how to find them

      @hoddog

      I don’t think so, BUT, I really like the idea!!!

      posted in General Discussion
      justjim1220J
      justjim1220
    • RE: MMM-ToDoLive

      @mykle1

      I have been looking for something exactly like this for my kitchen info mirror.

      Messages and things to do and grocery list!!! :grinning_face_with_smiling_eyes:

      Love It!!!

      posted in Fun & Games
      justjim1220J
      justjim1220
    • RE: MMM-Lunartic

      I will definitely be updating both of those when I get back to my dev device! Been hoping they would get this fixed really soon!

      posted in Education
      justjim1220J
      justjim1220
    • 1 / 1