ianperrin / MMM-Formula1

A MagicMirror Module for displaying Formula 1 driver and constructor standings.
MIT License
31 stars 13 forks source link

Config not really working - two instances of the module #43

Closed Niriuqq closed 1 year ago

Niriuqq commented 1 year ago

Hey I have installed the module on my Magic Mirror but still have the following problems: My config file of the modules looks like this: image I want to have the normal F1 Driver Standings on the left side. But without fade and without grayscale On the right side I want to have the Constructor side, also without fade and without grayscale. But when I start the Magic Mirror, this is what happens: image Ignore the weather top right Am I doing something wrong? I have also not yet found out how to integrate the calendar into the Magic Mirror. Thanks for help

Niriuqq commented 1 year ago

So I was able to fix the calendar but not the grayscale, Cunstuctor etc. yet.

Niriuqq commented 1 year ago

I was also able to solve the fade Problem by simply setting the FadePoint to 1.

Niriuqq commented 1 year ago

So I think you can only open the module once. Because if I delete one of the two, it works perfectly.

Niriuqq commented 1 year ago

Found the solution for the Fade and grayscale Problem. Just remove the "" in the Config Like that: config: { grayscale: false, calendar: true, fade: false, grayscale: false // Optional configuration options - see https://github.com/ianperrin/MMM-Formula1#configuration-options }

Niriuqq commented 1 year ago

So the current status is that everything works except for: That I can also insert the Cunstructor Standings. When both are running, one of them always does not work. Any ideas?

ianperrin commented 1 year ago

Hi @Niriuqq

glad you got the majority of things working. Unfortunately it is currently not possible to run two instances of the module :(

there’s another issue logged to capture this ( #17 ) so if you’re okay, I’ll close this issue for now

Niriuqq commented 1 year ago

Ah okey shame. Yes, the "ticket" can be closed.