Read the statement by Michael Teeuw here.
How to call my cloud base magic mirror from raspberry pi 4
-
I see the file but I’m not familiar to use it. Coudl you please help me ?
I did these steps :
I am trying to do a client only build on a Pi. I want to request the basic instructions please.
Does this sound right my steps.
1 - Install Raspbian from web site and write in sd disk
2 - open raspberry
3- open terminal
git clone https://github.com/MichMich/MagicMirror4- cd ~/MagicMirror
npm install
5- (NOT NPM START)
node clientonly --address https://emrahaslan.magicmirror.com --port 8080
It’s works but,
Will this do anything to prevent screensaver or powersaver mode etc?
when restart rpi , default local magic mirror is starting :(
-
@emrah_asl again, u don’t need all that
one bash file with the one command, line 76 of my script,
started by pm2 on bootpm2 start your_scriptname
pm2 saveand use the screensaver script from my site to turn off screen saver
-
Hi Again,
1- I uninstalled magic mirror from my spi4.
2- I downloaded run-start.sh all your content and copy paste ( edited 76th line sections acording my URL.
3- and created startupPega.sh and located it my rpi root folder.
4- Then I opened terminal and write
pm2 start mm.sh
then pm2 save
Should I see my mirror on page browser ? Nothing happened. what I need for my next steps to run this automatically when restart rpi ?
-
@emrah_asl see my text messages
-
Hello thank you ver much for your practive solution.
I learned how to batch files runs.