@sdetweil All set, thanks. Still learning my way around npm, git, etc…
Read the statement by Michael Teeuw here.
Best posts made by pminich
-
RE: MMM-RAIN-MAP (new: version 2.x)
Latest posts made by pminich
-
MMM-EasyBack not showing image
I have installed MMM-EasyBack and it is working fine with the example image but when I switch it to my own image I get a broken image icon.
I have sized my image to 1920x1080, it is in the images directory, and I have edited the config file with the new name.
Thoughts?
{ module: 'MMM-EasyBack', position: 'fullscreen_below', config: { bgName: "Dock.jpg", // "Example.jpg", the file name of your background image (case sensitive) videoName: "", // "baboon.mp4", // file name of your local video youTubeID: "", //"SkeNMoDlHUU", // "So3vH9FY2H4", // ID from any YouTube video. ID comes after the = sign of YouTube url height: "1080px", // your display's resolution in pixels. Enter in config.js width: "1920px", // your display's resolution in pixels. Enter in config.js } },
-
RE: MMM-RAIN-MAP (new: version 2.x)
@sdetweil All set, thanks. Still learning my way around npm, git, etc…
-
RE: MMM-RAIN-MAP (new: version 2.x)
@Jalibu I am getting a message that MMM-RAIN-MAP is 2 commits behind but I can’t see to update it. I have run NPM Update from inside the directory to no result. Is there a different process?
Thanks
-
RE: Can't get update alert to go away
@sdetweil This is what I get with that -
origin https://github.com/MichMich/MagicMirror (fetch)
origin https://github.com/MichMich/MagicMirror (push) -
RE: Can't get update alert to go away
@sdetweil Still trying to troubleshoot this one. I am on the Master branch.
-
RE: Can't get update alert to go away
I am running version 2.18. according to package.json and I am still getting the message that I am 2 commits behind. I have done git pull and got the message that I am up to date.
Any more thoughts?
-
RE: Can't get update alert to go away
@sdetweil Yes I am using the NEW-PIR module. Apparently it has it’s own alert function because I got the alert that it needed updating.
-
RE: Can't get update alert to go away
Thanks. Mirror is at my office and I will test these when I get in on Monday. I don’t really want to hide the module. That kind of defeats the purpose.
I have restarted both the process and the entire pi. That cleared out some notifications of updates to the PIR module that I am using but not this one.
-
Can't get update alert to go away
Have had my first mirror running for a few weeks now. Got back from Christmas vacation to an update alert. Ran the update to 2.18.0 but still have the message that the current installation is 2 commits behind the master branch.
Looking for advice on how to solve.
Thanks