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

JRWJR

@JRWJR

2
Reputation
671
Profile views
10
Posts
0
Followers
0
Following
Joined Oct 3, 2017, 12:17 AM
Last Online May 27, 2018, 12:59 PM

JRWJR Unfollow Follow

Best posts made by JRWJR

  • RE: GIF update from URL with MMM-EyeCandy

    @Mykle1 Works great! I have no clue what the conflict is but will finish out my build and see if anything crops up. Thanks!

    I now have a great weather radar live feed!

    posted in Troubleshooting
    J
    JRWJR
    Mar 24, 2018, 2:59 PM
  • Google API credit changes

    Google API changes. This appears to effect mostly Maps users but will it stop there?

    Thoughts?

    https://cloud.google.com/maps-platform/user-guide/

    posted in General Discussion
    J
    JRWJR
    May 3, 2018, 9:34 PM

Latest posts made by JRWJR

  • RE: Twin system Mirror, embedded into a wall

    Is this envy?

    yes, I am feeling envy.

    If only 1 RPI could drive them in sync.

    I love my carousel but would like some static info on the screen. There however is just not enough reliable static space on my 32 in monitor. I do have a second matching monitor that could be mated like yours to have static and a dynamic element. Would be excellent if I could have one screen top\bottom in (mated: mode?)

    Now off to look for a HDMI splitter.

    posted in Show your Mirror
    J
    JRWJR
    May 27, 2018, 12:59 PM
  • Google API credit changes

    Google API changes. This appears to effect mostly Maps users but will it stop there?

    Thoughts?

    https://cloud.google.com/maps-platform/user-guide/

    posted in General Discussion
    J
    JRWJR
    May 3, 2018, 9:34 PM
  • RE: Google Location Sharing Module

    Appears someone is cracking the nut and just needs to be ported.

    https://github.com/t4qjXH8N/ioBroker.google-sharedlocations

    posted in Requests
    J
    JRWJR
    Apr 25, 2018, 9:41 PM
  • RE: GIF update from URL with MMM-EyeCandy

    I am greedy. I want what I should not ask.

    It is updating just fine.

    What is not updating is when I use multiple modules by copy folder, rename folder\js file and module name inside. I even attempted to change some of the vars to emulate a new module to no success.

    Would like to have 3 gif maps in cycle for City, State\Regional and National weather radar.

    Have a similar problem with how to scale MMM-GoogleMapsTraffic, but that is a whole more complex module it seams.

    At least I can work with one and maybe schedule them to work when there is an interest in that level of radar detail.

    posted in Troubleshooting
    J
    JRWJR
    Apr 4, 2018, 9:58 PM
  • RE: GIF update from URL with MMM-EyeCandy

    FYI… I totally rebuilt the MM and test the EyeCandy module as reported and the update worked fine.

    After a completed my full build, it would do an initial load of GIF but then would not update.

    I also have Google traffic modules not working as previous and think maybe there is a conflict.

    I did briefly isolate in the config file, just EyeCandy and the update issue persisted.

    I am going to try and take out modules from folder a few at a time to see until I can get an RCA.

    Just wanted to give you an update to the reproduced issue in my build.

    posted in Troubleshooting
    J
    JRWJR
    Mar 31, 2018, 8:32 PM
  • RE: GIF update from URL with MMM-EyeCandy

    @Mykle1 Works great! I have no clue what the conflict is but will finish out my build and see if anything crops up. Thanks!

    I now have a great weather radar live feed!

    posted in Troubleshooting
    J
    JRWJR
    Mar 24, 2018, 2:59 PM
  • RE: GIF update from URL with MMM-EyeCandy

    @Mykle1 Once issue pm2 restart mm or reboot, it will download\load gif from url and play only that loop.

    I am going to isolate and maybe move to a new MM2 load to test. Will report back.

    posted in Troubleshooting
    J
    JRWJR
    Mar 23, 2018, 9:16 PM
  • RE: GIF update from URL with MMM-EyeCandy

    Made the changes and did some testing this AM with no results.

    -Was able to pull update and verify changes in EyeCandy.js were reflected.
    -Updated config.js to reflect the example as well.
    -Tracked my radar url for time stamp over time for change and no results.

    See some commented code, do I need to uncomment as test?

    posted in Troubleshooting
    J
    JRWJR
    Mar 23, 2018, 5:22 PM
  • GIF update from URL with MMM-EyeCandy

    Weather radar is a tough thing to solve, but I stumbled across a solution if I can get a module like MM-EyeCandy to do an update pull from the URL.

    	{
            module: "MMM-EyeCandy",
            position: "bottom_right",
            config: {
                maxWidth: "50%", // Sizes the images. Retains aspect ratio.
                //style: "1",            // 1 - 52 or use ownImagePath to override style
                ownImagePath: "https://icons.wxug.com/data/weather-maps/radar/united-states/united-states-current-radar-animation.gif", // ex: "modules/MMM-EyeCandy/pix/YOUR_PICTURE_NAME.jpg", or internet url to image
                //ownImagePath: "https://icons.wxug.com/data/weather-maps/radar/united-states/san-antonio-texas-region-current-radar-animation.gif",
                updateInterval: 10 * 60 * 1000,
            }
        },
    

    It does not appear the updateInterval is working unless it is throwing the following error when isolated.

    Whoops! There was an uncaught exception…
    TypeError: Cannot read property ‘hash’ of null
    at /home/pi/MagicMirror/modules/default/updatenotification/node_helper.js:68:31
    at Git. (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:1482:10)
    at done (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:1354:21)
    at ChildProcess. (/home/pi/MagicMirror/node_modules/simple-git/src/git.js:1379:16)
    at emitTwo (events.js:106:13)
    at ChildProcess.emit (events.js:191:7)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:215:12)
    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues

    Any ideas?

    posted in Troubleshooting
    J
    JRWJR
    Mar 21, 2018, 2:07 PM
  • MMM-Carousel not scrolling

    New to MM and testing set. I was able to config several pages and arrange, but they are not advancing through the pages at interval. Any ideas where to start?

    posted in Troubleshooting
    J
    JRWJR
    Oct 3, 2017, 12:21 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy