@cowboysdude said in Make compliments_plus bold:
.compliments_plus .pre-line {
font-weight: bold;
}
You are the man as usual thanks for much for taking the time to help and explain. You rock it worked just like you said!
@cowboysdude said in Make compliments_plus bold:
.compliments_plus .pre-line {
font-weight: bold;
}
You are the man as usual thanks for much for taking the time to help and explain. You rock it worked just like you said!
n2268 Freehold, NJ, USA
@sdetweil that worked error was syntax, got it working thanks sam
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
Did the IP change by chance? Check to see if IP is static and ssh into pi that way.
Wanted to share my dirty compliments with icons, it’s not much but surely there is someone out there like me! I left all political out.
I tried writing a module got pretty far I thought but couldn’t get it to work for some reason. I will post a link if someone wants to look over and tell me what I am missing.
https://github.com/swvalenti194/MMM-Dirty-Compliments
Css
.compliments .pre-line {
white-space: pre-line;
color: skyblue;
Config
module: "compliments",
position: "top_center",
disabled: false,
pages: {"Main": "position_string"}, //results in one of the middle regions like: lower_third
config: {
compliments: {
anytime: [
"<i class=\"fa fa-thumbs-up\"></i> Time Well Spent",
"<i class=\"fa fa-money-bill-wave\"></i> Shot",
"<i class=\"fa fa-thumbs-up\"></i> No Shirt,No Covid,Free Drinks!",
"<i class=\"fa fa-thumbs-up\"></i> Just put the tip in",
"<i class=\"fa fa-thumbs-up\"></i> I'd look good on you",
"<i class=\"fas fa-female\"></i> Bad moms training camp",
"<i class=\"wi wi-day-sunny\"></i> Bourbon is liquid sunshine",
"<i class=\"fas fa-hand-sparkles\"></i> You wearing braille t shirt?",
"<i class=\"fas fa-head-side-mask\"></i> No Mask Zone",
"<i class=\"fas fa-sausage\"></i> Get your vitamin D",
"<i class=\"fas fa-hand-lizard\"></i> No Mask Zone",
"<i class=\"fas fa-grin-wink\"></i> Battery life at 69%",
"( . )( . ) No bra zone",
"Chester Copperpot was here"
],
morning: [
"<i class=\"fa fa-mug-hot\"></i> Good morning, you look like shit",
"<i class=\"fas fa-hand-middle-finger\"></i> Fuck this day up!",
"<i class=\"fas fa-user-clock\"></i> See you at 5 o'clock?",
"<i class=\"fas fa-hand-middle-finger\"></i> Don't FN touch me!"
],
afternoon: [
"SHOTS!",
"( . )( . ) Show me your boobies!",
"<i class=\"fas fa-hand-middle-finger\"></i> Don't FN touch me!"
],
evening: [
"<i class=\"fa fa-bed\"></i> Wow, have another lush!"
]
}
}
},
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
@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