n2268 Freehold, NJ, USA

swvalenti
@swvalenti
Best posts made by swvalenti
-
RE: Contribute to a module. Volunteers wanted! Easy!
-
Error on Updating to v2.6.0
Keep getting this error…running node 9.11.2
pi@raspberrypi:~/MagicMirror $ git pull && npm install
Updating 6db61b4…de57daa
error: Your local changes to the following files would be overwritten by merge:
package-lock.json
vendor/package-lock.json
Please commit your changes or stash them before you merge.
Aborting -
RE: Default Calendar
@sdetweil that worked error was syntax, got it working thanks sam
-
RE: MM2 not loading text
Did the IP change by chance? Check to see if IP is static and ssh into pi that way.
-
RE: Unable to login into internet protocol address - 192.168.1.4
For the MM you will have to use http://192.168.1.4:8080
Your post is a little vague so idk if that is what you mean -
RE: MMM-RTSPstream won't shut off.
@BKeyport said in MMM-RTSPstream won't shut off.:
Alphons: that’s exactly how the various streams are designed to act. It’s not a problem of the module, it’s a problem of the stream itself. You have to stop the stream in order to make the stream go away.
I tried to tell am
-
RE: What is your backup and restore method?
@cowboysdude said in What is your backup and restore method?:
https://www.raspberrystreet.com/learn/how-to-boot-raspberrypi-from-usb-ssd
There may be an easier way but this helped me.
@cowboysdude You the man that worked well for me and easy to follow!
-
RE: MMM-EventHorizon
@sdetweil said in MMM-EventHorizon:
@swvalenti Wrong double quote characters. Type it from the keyboard, not cut/paste
I’m an idiot thank you sir that fixed it. Thanks @Mykle1 for the quick update! You guys rock.
Latest posts made by swvalenti
-
RE: MMM-NewsAPI
The news source footer, how do I make that display in the bottom right in css?
-
RE: How to add more items per line in weather or any other module?
@Socrates said in How to add more items per line in weather or any other module?:
A lot of you have great looking dashboards, I love your dedication in how you set them up. I have been able to create my MM dashboard and add few modules, there are a few things i have no clue about how to go about it.
Here in one of the dashboard a user had posted, has more days/icons in his weather dashboard, the default is 3 icons per line, thats what i have. I presume you are able to resize your module and add more items per line.Example see below.
You see how the user has 5 days worth if icons on his dashboard in the weather module, and all the other modules the items displayed are much better organized.
The default modules i have has only 3 icons, and are larger size fonts and icons etc.
How can i achieve similar results as above?
You don’t need to resize. Look at the modules config options on GitHub site and change yours accordingly.
-
RE: MMM-PGA
@mumblebaj No worries bro appreciate the time let me know if I can be of help
-
RE: MMM-PGA
@mumblebaj said in MMM-PGA:
tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.displayName : “”
changed it but still stuck on loading
-
RE: MMM-PGA
@mumblebaj said in MMM-PGA:
tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.displayName :
tournament.defendingChamp = event.defendingChampion ? event.defendingChampion.athlete.displayName : ""
-
RE: Default Calendar
@sdetweil that worked error was syntax, got it working thanks sam