senses-smartmirror icon indicating copy to clipboard operation
senses-smartmirror copied to clipboard

Has this project been abandoned? App wont work!!

Open monukoshy opened this issue 1 year ago • 2 comments

I have spent a considerable amount of time trying to make this work, exploring different Smart Mirror platforms. I have experience with MagicMirror, so I am not a novice. I attempted a fresh install of this app on a Raspberry Pi 4 and installed the latest version of Node.js. The installation of Senses proceeded without issue, and I received the message "All done. Senses - Smart Mirror successfully installed," as described in the documentation.

However, when I started Senses with the command "npm run start" and tried the CLI command, the app would not start. Attempting to reach the URL ip-address:7011 resulted in a "host not reachable" message from the browser, although I can ping the host from a different computer. I noticed that a few others have posted the same issue without receiving any response. Is this software abandoned?

monukoshy avatar Oct 20 '23 03:10 monukoshy

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 14 at the moment but I will try to update the packages and see if it can run in later version of node.

nickthesing avatar Nov 19 '23 23:11 nickthesing

Issue has been fixed in latest release:

release page 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 version

nickthesing avatar Jan 05 '24 19:01 nickthesing