Read the statement by Michael Teeuw here.
Autorestart
-
-
@sdetweil why violent? As far as I know reboot is an alias for shutdown -r and does exactly the same. At least that is info I found in multiple posts on stackexchange. Could you elaborate a bit on that? Just eager to understand the difference and to avoid a mistake in the future.
-
@Fozi i wasn’t aware of that… seems to me reboot always was forced hard…
so… maybe you are right… -
@sdetweil no, it‘s not a hard shutoff. You can easily check the activity on the SD card when executing reboot before it powers off. Means it stops obviously process and writes necessary data to the card first, just like shutdown.
-
Thank you guys. It works now. I have a secondary issue. The calendar have on top a title , I called it “my calendar” , how can I increase the font size only if the title ? The events I already increased them but the title of the module is very small
-
@cornusandu said in Autorestart:
The calendar have on top a title , I called it “my calendar” , how can I increase the font size only if the title ?
Assuming the default calendar module, add this to your custom.css file and adjust accordingly…
.calendar .module-header { color: yellow; text-align: center; font-size: 34px; }
-
@Mykle1 thank you very much
-
@cornusandu said in Autorestart:
thank you very much
I’m guessing that worked for you. Cool. Enjoy your experience.
-
@Mykle1 Similar issue but how can i increase the font size of the dates? Thanks
-
The dates? As in Thanksgiving and Christmas?
.calendar .title.bright { font-size: 24px; }
Keep in mind that the calendar module makes use of a table, including cells and line heights. If you make the text too large it will get ugly in a hurry. You might want to try zoom for the entire module. Just a thought.