Ah thanks @strawberry-3-141… I know, that I read about in a few times ago
Read the statement by Michael Teeuw here.
Posts
-
RE: Ornate Awesomeness
-
RE: Modify the Gap/Margins
Hi @ALombardi ,
edit your custom.css and add these Lines. The Body Part should look like this:
body {
margin: 30px;
position: absolute;
height: calc(100% - 50px);
width: calc(100% - 50px);
} -
RE: Problems mit config.js
i have testet is myself via ssh.
pm2 stop mm -> pm2 delete mm -> pm2 save
then
sudo reboot
After the reboot there is no mm in the processlist. Now i do pm2 start mm.sh and pm2 status. At the End sudo reboot. When the raspi is up, the mirror starts without any Problems via pm2.
Is it possible, that anything goes wrong during the Installation of pm2?
-
RE: Problems mit config.js
do you do this via ssh or directly on the raspi?
-
RE: Problems mit config.js
i don’t think so.
please do this: pm2 start mm -> pm2 save -> pm2 Status -> pm2 save -> sudo reboot
-
RE: Problems mit config.js
do u run the commands with sudo? if not, can you test it?
-
RE: Problems mit config.js
U must start the MM with pm2 start mm and after this u can exec the command pm2 save
-
RE: MMM-Fuel
At the Moment there’s no Option to disable the rotate-feature.
U can open an issue on github to ask, if he can create this option.