@sifuhall
So, is this what you want similar?
If what you want is “censoring some improper articles”, it is already applied in original newsfeed module. (See prohibitedWords
option)
@sifuhall
So, is this what you want similar?
If what you want is “censoring some improper articles”, it is already applied in original newsfeed module. (See prohibitedWords
option)
@Adam-2
You can assign and deliver some instanceID
to distinguish which instance of your module transfers this notification.
Or you can use Promise.race()
(to confirm first socketNotification coming from any instance) or Promise.allSettled()
(to confirm entire socketNotifications delivered from all instances even though fail or not) in node_helper to check socketNotifications receiving. (Anyway, you need to check how many instances there exist before promise racing)
node_helper
has to interact with other modules
. Generally A module
has to interact with other modules
. node_helper
is a helper for a specific module to handle things out of MM/browser front level.DOM_OBJECTS_CREATED
is regarded as a signal of ‘all modules are displayed’. You can deliver socketNotification
to your node_helper to start your job when this notification is caught.PROS
CONS
@Dav8574
??? I cannot understand what you meant. Explain in more detail what you want.
Thanks for using CX2. I think it is an almost-perfect module which I made. However, some people feel so difficult to use it. So I made a new one, CX3
While CX2 is enough for your purpose, just use it until you find a better alternative.
Anyway, I will not maintain it in near future. The most main reason is, that it is too heavy and severely dependent on other node-dependencies.
For the ExtPlan (and agenda view), I will provide an equivalent module for CX2 someday.
A combination of cron
and some commandable - Notification emittable
modules would work.
I prefer Khadas VIM series, Just one of the thinnest form factors(11.5mm), which has enough ports. There definitely exist so many smaller SBCs but they do have not enough connectivities and power as Khadas VIM series.
You can make your MagicMirror thinner. (as long as you need it…)
.CX3 .month_6.date_16 {
background-image: url("https://img.freepik.com/free-vector/flat-corpus-christi-illustration_23-2148934727.jpg?w=400");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
You need any “Commandable” module like MMM-Touch for touchscreen or MMM-GroveGestures for gesture sensor or MMM-RemoteControl or MMM-GoogleAssistant or any module which can emit custom notifications by your intentional condition.
Show me your config. which symbol were you trying? With default symbol everything was ok?