You could try this. It doesn’t always work.
-
Copy and paste the intended module folder twice so that you now have 3. ( example module - weatherforecast.
-
Rename one of the copied folders to weatherforecast2. Then open that folder.
-
Rename the weatherforecast.css file to weatherforecast2.css. Open that file.
-
Rename all instances of
.weatherforecast
toweatherforecst2
. Save and close. -
Rename the weatherforecast.js file to weatherforecast2.js. Open that file.
-
Edit the Module.register line to
weatherforecast2
. Inside the quotes only! -
Edit the
getStyles: function()
return line to read"weather-icons.css", "weatherforecast2.css"
. Inside the quotes only! Save and close.
Follow the above instructions again with the third folder, renaming, AS ABOVE, to weatherforecast3.
Then you need a config.js entry for each module, using the names of the original and the 2 renamed modules.