nischi / MMM-Face-Reco-DNN

Face recognition with opencv and deep neural network
MIT License
91 stars 46 forks source link

Individual config for a class #82

Closed Bl4CkGuuN closed 3 years ago

Bl4CkGuuN commented 3 years ago

Is it possible to have a individual config for a class?

ex. for every class other news from the newsfeed

Person 1 wants to see news from: Golem and Reddit Person 2 wants to see news from: BILD and Tagesschau

nischi commented 3 years ago

Hi This should be possible if you add the news module twice. One for Person 1 and one for Person 2?

Bl4CkGuuN commented 3 years ago

Yeah it is, but the config file is getting a bit chaotic then, if I have like 5 different persons.

Is the module then loading in the background or just hidden?

nischi commented 3 years ago

It is just hidding

Bl4CkGuuN commented 3 years ago

Okay, is it possible to implement different configs for the users? Would be a cool feature.

nischi commented 3 years ago

i think this will go too deep in MagicMirror

Bl4CkGuuN commented 3 years ago

Okay, then I have to use multiple modules :)