most of modules don’t support multi-instance because the way magicmirror is done, they share node_helper and thus, both instances received all notifications so the last notification will overwrite both modules.
either you duplicate the module (and edit the source code a little bit) or the module itself but be rewrittent to manage multi-instances.