senses-smartmirror
senses-smartmirror copied to clipboard
Widgets: Clock & Weather don't have animations classes in order to properly work in the animation cycle.
Behaviour If you enable the animation for the Left Bottom Column, widgets will not be shown.
Expected Widgets are shown when animation is enabled.
Hi there,
Did you add a custom widget to the left bottom column position? In that case, the widget needs to have special Vue Mixin to support the animations cycle.
No this happens with every widget
Which widgets are you showing? And you should always have more than 1 in there. Otherwise the cycle will stop after the first widget.
I have added multiple. Tried it with clock, weather, compliments, profile.
Ah, discovered that the clock & weather widgets are not being part of the animation cycle. If they are the first in line they will block the cycle and if they are in the middle they will not show up. Will look into this.