@jalibu said in MMM-RAIN-MAP (new: version 2.x):
@majorc not yet.
But you can open a feature request issue and say “please please please please”
I second. Please.
@jalibu said in MMM-RAIN-MAP (new: version 2.x):
@majorc not yet.
But you can open a feature request issue and say “please please please please”
I second. Please.
sudo systemctl status nginx
You can try and reload and run that mmpm command again
sudo systemctl reload nginx
Could it be a module causing this behavior. Disable one by one to troubleshoot and see which one could be the culprit?
@Jalibu 30min works great thanks! Only thing I could think of is it possible to put a delay between zoom levels?
I am new to .css and trying to figure things out. I am sure to many this might be simple but not for me. As you can see I would like it all centered under the date. I am assuming I can use custom.css but not sure where to start.

sorry I meant to say MMM-News but also NewsAPI just shows gray line and News heading and nothing else
@jalibu I updated. Only thing that doesn’t seem to work is only on rain still. Using OWF for weather.
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!"
]
}
}
},
@mumblebaj said in MMM-NewsAPI:
@swvalenti said in MMM-NewsAPI:
The issue is with sources “Fox News”. That is not a valid source. Remove it and it should work fine with just the domain of foxnews.com
Understood, works great now. Nice module good job!!!
@mumblebaj gave yours a try but get this error?
MMM-NewsAPI.js:129 Uncaught TypeError: Cannot read property 'sourceId' of undefined
at Class.draw (MMM-NewsAPI.js:129)
at Class.socketNotificationReceived (MMM-NewsAPI.js:96)
at module.js:245
at Socket.<anonymous> (socketclient.js:38)
at Socket../node_modules/component-emitter/index.js.Emitter.emit (index.js:145)
at Socket.emit (typed-events.js:46)
at Socket.emitEvent (socket.js:263)
at Socket.onevent (socket.js:250)
at Socket.MMSocket.socket.onevent (socketclient.js:32)
at Socket.onpacket (socket.js:214)
Config
module: "MMM-NewsAPI",
header: "news",
position: "bottom_bar",
config: {
apiKey: "super duper secret",
type: "horizontal",
choice: "headlines",
pageSize: 9,
className: "NEWS",
drawInterval: 1000*30,
templateFile: "template.html",
fetchInterval: 1000*60*60,
query: {
country: "us",
//category: "",
//q: "covid",
//qInTitle: "",
sources: "Fox News",
domains: "foxnews.com",
//excludeDomains: "",
language: "en"
},
}
},
@mumblebaj Whatever you do don’t update the module, mmm remote control showed update I just did that and it deprecated the module and no longer works!
@mumblebaj @bugsounet MMM-News still works for me when you say you will delete it does that mean it will stop working? If so NBD I will use my man @mumblebaj module
Bought you a beer to make up for it
@sdetweil said in MMM-RAIN-MAP:
@swvalenti he said
The configuration to version 1.x is completely incompatible and must be adapted.
Well I am an idiot and here I thought I was helping. HA
change mapHeight and mapWidth to height and width in config. Doesn’t work the way you have it