@anagallis I have redone my fork of the MMM-RandomPhoto module using the correct source, to support multiple instances.
to test this do
cd ~/MagicMirror/modules
rm -rf MMM-RandomPhoto
git clone https://github.com/sdetweil/MMM-RandomPhoto.git
cd MMM-RandomPhoto
git checkout multi-instance
npm install
see the readme for the doc on how to use the new id property to create multiple instances and what you MUST do for css to support each instance… easy, but required.


