MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Mykle1
    3. Best
    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: GIF update from URL with MMM-EyeCandy

      @JRWJR said in GIF update from URL with MMM-EyeCandy:

      https://icons.wxug.com/data/weather-maps/radar/united-states/united-states-current-radar-animation.gif

      I’ll take a look at this tonight

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: 3 tries 3 fails Raspberry b+

      @infamoustiggr

      Yup, cowboydude is absolutely right. I went with the Automatic installer on my Raspberry Pi 3

      Worked perfectly, and the directions are damn good

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Input...What do you think?

      @Snille said in Input...What do you think?:

      forecast is for Friday… Where is Thursday? :)

      @cowboysdude said “Shows current conditions…rotates through the forecast.” above ^

      Another question, can you switch between Celsius and Farsighted?..

      Farsighted! That’s funny! :thumbsup:

      posted in Development
      Mykle1M
      Mykle1
    • RE: GIF update from URL with MMM-EyeCandy

      @ninjabreadman

      Thanks again but the problem still exists. Let me explain what I’ve done so far.

      1. Added your setInterval(function().
      2. Tried to seed the url of the .gif file with a timestamp but that was rejected with a 404 error.
      3. Added a timestamp div/tag so I could check if the module was actually updating. It is.

      This url is not refreshing upon updateDom but the timestamp is.
      https://icons.wxug.com/data/weather-maps/radar/united-states/united-states-current-radar-animation.gif

      I’m lost. :-/

      0_1521765022297_3.png

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Input...What do you think?

      @Snille said in Input...What do you think?:

      But I have to go to bed… REALLY now… :)

      It’s early! And it’s Friday night!
      (Yes, I know, it’s Saturday morning for you.)

      12:46 AM
      Friday, July 28, 2017 (GMT+2)
      Time in Sweden

      posted in Development
      Mykle1M
      Mykle1
    • RE: GIF update from URL with MMM-EyeCandy

      @ninjabreadman

      Like this, because I need the seed to change. Feel free to tell me what I’m doing wrong. Hehe :-)

      var getTimeStamp = new Date().getTime();
      img.src = "https://icons.wxug.com/data/weather-maps/radar/united-states/united-states-current-radar-animation.gif&seed=" + getTimeStamp;
      pic.appendChild(img);
      wrapper.appendChild(pic);
      
      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)

      @cowboysdude said in 1 old noob + 1 rPi = I can’t believe I did it! (revisited):

      HOLY COW THAT IS JUST PLAIN AWESOME!!! Great job!!! I LOVE IT!

      That’s extremely nice of you to say so. I hope I get a similar reaction from my son when the time comes.

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Input...What do you think?

      @Snille

      “250,000+ personal weather stations across the globe already send data to Weather Underground!”

      Not a single one in Sweden, according to https://www.wunderground.com/weatherstation/ListStations.asp?selectedCountry=Sweden

      posted in Development
      Mykle1M
      Mykle1
    • RE: GIF update from URL with MMM-EyeCandy

      @ninjabreadman said in GIF update from URL with MMM-EyeCandy:

      Making your code the following:

      That did the trick. The .gif file is refreshing to reflect the new data when it changes.

      Thanks for the lesson. I do appreciate the help.

      Peace!

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • 1 / 1