Thanks for the information. Using it I was able to figure out the steps for the command line.
cd ~/.config/lxsession/LXDE-pi
sudo nano autostart
add to the end
pm2 start mm.sh
Thanks again for helping.
Thanks for the information. Using it I was able to figure out the steps for the command line.
cd ~/.config/lxsession/LXDE-pi
sudo nano autostart
add to the end
pm2 start mm.sh
Thanks again for helping.
I also am having issues with auto start of the script.
New install on raspberry pi 3 B.
The manual start, stop and restart commands all work and when I run the pm2 save command, it does not error.
After a reboot the mm.sh does not autostart.
This is a fresh installation on a Pi 3 B.
I followed all the steps listed in the installation guide and everything else seems to be working but the cursor is constantly shown.
One thing that may be significant is that the monitor I am using is a touchscreen device. The touchscreen does work but I had to invert the Axes under the tablet section of /usr/share/X11/xorg.conf.d/10-evdev.conf under the “evdev touchscreen catchall”. I wonder if the hiding of the cursor is different for a “touchscreen” as opposed to a standard mouse?
I have not modified the .css file
I did not install uncluttered since it seems to be indicated only for version 1 of the MM.
Thanks.