MagicMirror icon indicating copy to clipboard operation
MagicMirror copied to clipboard

Weird broadcasted form of multi symbols of calendar module.

Open eouia opened this issue 1 year ago • 3 comments

I remember it was not so, but multiple symbols are broadcasted weirdly at some point.

When I set some symbols in a calendar like this;

symbol: ["file", "calendar"],

The expected broadcasted data(And the historical format what I remember) would be like this; (with defaultSymbolClassName)

symbol: ["fa fa-fw fa-file", "fa fa-fw fa-calendar"],
// Array(2)

Bur really broadcasted would be;

symbol: ["fa fa-fw fa-file, fa fa-fw fa-calendar"],
// Array(1)

Is this intentionally designed so? Or just an unexpected accident?

eouia avatar Nov 12 '23 20:11 eouia

Thanks for the report (and sorry for the late replay). Can you pinpoint when this behaviour changed?

rejas avatar Nov 18 '23 14:11 rejas