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: Weather forecast only displays 'invalid date'

      @canterrain

      Not sure how I missed that… weird, I swear I put it in there…

      Check the time and date of your devices…

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Consent loop

      what is up with this spam crap???

      posted in Forum
      justjim1220J
      justjim1220
    • RE: Microsoft To-Do (wunderlist replacement?)

      Todoist is a module for ToDo’s

      works better than Wunderlist.

      posted in Requests
      justjim1220J
      justjim1220
    • RE: how to remove a forked repo...

      @mykle1

      BWAHAHAHAHAHAHA!!!

      You’re so funny… NOT!!!

      THUG LIFE!!!
      0_1530047284825_Rockymugsy.jpg

      0_1530047294655_016d1c3aba3d791a120e48cf1054c546--rabbit-duck-tweety.jpg

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Weather forecast only displays 'invalid date'

      @canterrain

      2 things to try…

      try putting a comma after the motion detection module

      module: ‘MMM-Motion-Detection’,

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: how to remove a forked repo...

      @yawns

      excellent, Thanks!

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: how to remove a forked repo...

      @mykle1

      If I do this with a forked repo, it won’t delete the original repo, right? just the forked one from my repos???

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • how to remove a forked repo...

      could someone help me on how to remove forked repositories from my profile. I have 3 that I tried to use a while back and no longer use them. So, I’d like to remove them, but can’t figure out how. I searched, but couldn’t find an answer that actually works.

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Weather forecast only displays 'invalid date'

      might be easier to help if you could post your config.js. But please hide any personal info before posting it.

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: B&W themed hallway mirror with 32” display

      Very Nice!!! Love it!!!

      posted in Show your Mirror
      justjim1220J
      justjim1220
    • RE: MMM-ASSISTANT error

      @wireshark
      did you choose a ‘wake word’ different from /smart mirror’ or ‘snowboy’?

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: Reboot black screen

      @jtmoore81

      probably need to see your entry for the calendar in your config.js file…

      hide your personal info before posting it.

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

      @mykle1 Yeah, it is still working, but there are times when I refresh or reload after making a change to the mirror, that it doesn’t work. it’s really weird!!!

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: News ticker module

      @kimzer

      example given on the newsfeed page…

      {
      		module: "newsfeed",
      		position: "bottom_bar",	// This can be any of the regions. Best results in center regions.
      		config: {
      			// The config property is optional.
      			// If no config is set, an example calendar is shown.
      			// See 'Configuration options' for more information.
      
      			feeds: [
      				{
      					title: "New York Times",
      					url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
      				},
      				{
      					title: "BBC",
      					url: "http://feeds.bbci.co.uk/news/video_and_audio/news_front_page/rss.xml?edition=uk",
      				},
      			]
      		}
      	}
      
      posted in Requests
      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
    • RE: Needing testers and feedback... and possibly an answer or 2!

      UPDATE…

      It is now working as I originally wanted to an extent…

      YouTube API only allows a max of 200 videos to load into the player at a time… So what this module will do is pick 200 random videos out of a shuffled playlist (my playlist has almost 1300 videos), load them and play them in the order it randomly chose.

      I think that MAYBE I can handle that for now!

      Thanks to all those who have helped me get this figured out!!! Much Appreciated!!!

      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
    • need help trying to understand this error... and how to fix it.

      Not sure what it means or how to fix it…

      Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin ('http://localhost:8080').
      
      posted in Troubleshooting
      justjim1220J
      justjim1220
    • Needing testers and feedback... and possibly an answer or 2!

      OK, major question…

      Can someone, anyone, explain how I can be running the exact same OS on 2 different devices and they have a different outcome with certain coding…???

      I have the latest version of Windows 10 fully updated on 2 different pc’s.

      My test machine is an older Lenovo Thinkcentre SFF desktop with a Quad Core CPU and maxed at 4gb Ram.

      My main device is an Asus Laptop with the latest generation Core i7 CPU and 16gb Ram.

      My RandomYouTubePlayer module, https://github.com/justjim1220/MMM-RandomYouTubePlayer, works fairly decent on my older desktop PC in the sense that it will play the first video of the playlist, then shuffle/random play the following videos in the playlist. Pretty close to what I was trying to achieve.

      But, on my newer Asus Laptop, it won’t shuffle at all.

      I can be using the exact same module and placed in the exact same place in the config.js. And the 2 Mirrors will have a slightly different outcome.

      I was hoping someone could enlighten me on how this works, and why.

      And if anyone out there feels up to it, or has time, could I get some testers to install it on the various other devices and let me know the outcome. I don’t currently have access to a Raspberry Pi or a Linux-based OS. I will be able to try it on an Ubuntu PC later. But I would like some feedback on how it works on other devices and OS’s.

      Thanks in advance!!!

      posted in Troubleshooting
      justjim1220J
      justjim1220
    • RE: How can I add this script text to my screen

      @idoodler

      Don’t think he’s wanting the whole module in Hebrew, just wants to add the Hebrew translation of the time added to the English module.

      I’m thinking there should be a way to add the script to a Custom.CSS for the clock module without having to add or change the original script for the clock.

      I’m still new at this, so, I will give it a look, but I’m sure someone out there would know how to do it besides me. :smiling_face_with_sunglasses:

      I made changes to mine using a custom css for the clock module…

      0_1528837923011_Screenshot (1067).png

      posted in General Discussion
      justjim1220J
      justjim1220
    • RE: How can I add this script text to my screen

      where is your current (English) date placed? Meaning, which module is showing it? The clock, calendar, etc?

      posted in General Discussion
      justjim1220J
      justjim1220
    • 1
    • 2
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 29 / 33