Nick

Results 7 comments of Nick

Hi @monukoshy, I will do some investigation and see why the application is not started.. Although I think its related to your node version. Senses will not run above node...

Issue has been fixed in latest release: [release page](https://github.com/senses-smart-mirror/senses-smartmirror/releases ) Follow the installation steps in the documentation or use: `curl -sL https://raw.githubusercontent.com/senses-smart-mirror/senses-scripts/main/lib/raspberry-pi-install.sh | bash ` To directly install the latest...

Hi @spmullikin, I'm currently working on this issue and upgrading everything to node 18. Please drop by on Discord to see when its ready or keep an eye out on...

Issue has been fixed in latest release: [release page](https://github.com/senses-smart-mirror/senses-smartmirror/releases ) Follow the installation steps in the documentation or use: `curl -sL https://raw.githubusercontent.com/senses-smart-mirror/senses-scripts/main/lib/raspberry-pi-install.sh | bash ` To directly install the latest...

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.

Which widgets are you showing? And you should always have more than 1 in there. Otherwise the cycle will stop after the first widget.

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...