Dear all,
I’d like to use two different modules, namely MMM-WeatherChart and the no more maintained MMM-Chart.
If my config defines these two modules such like:
{
"module": "MMM-WeatherChart",
"position": "top_center",
"config": {
...
}
},
{
module: 'MMM-Chart',
position: 'bottom_center',
header: 'Production Solaire',
config: {
...
},
},
then only the second one (MMM-Chart) is visible (at the bottom):
- If I switch the order of the first and the second modules in the config file, then the WeatherChart would be visible instead (at the top of the screen):
- If I comment one of these two modules in the config file, then the uncommented module gets visible.
So it seems only the last module defined in the config file is visible.
Is there a known incompatibility issue for 2 modules that are using chart.js (as both are)? If not, what could be the reason for this behaviour?
Any help would be appreciated,
Best regards,