• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Autorestart

Scheduled Pinned Locked Moved Unsolved Troubleshooting
15 Posts 6 Posters 3.5k Views 6 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    sdetweil @Fozi
    last edited by Nov 22, 2019, 3:23 PM

    @Fozi don’t use reboot…

    it is violent… use shutdown -r (restart)

    to close the file system properly

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    F 1 Reply Last reply Nov 22, 2019, 4:00 PM Reply Quote 0
    • F Offline
      Fozi Project Sponsor @sdetweil
      last edited by Nov 22, 2019, 4:00 PM

      @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.

      HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

      S 1 Reply Last reply Nov 22, 2019, 4:01 PM Reply Quote 0
      • S Offline
        sdetweil @Fozi
        last edited by Nov 22, 2019, 4:01 PM

        @Fozi i wasn’t aware of that… seems to me reboot always was forced hard…
        so… maybe you are right…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        F 1 Reply Last reply Nov 22, 2019, 4:06 PM Reply Quote 0
        • F Offline
          Fozi Project Sponsor @sdetweil
          last edited by Nov 22, 2019, 4:06 PM

          @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.

          HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

          1 Reply Last reply Reply Quote 0
          • C Offline
            cornusandu
            last edited by Nov 26, 2019, 1:48 PM

            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

            M 1 Reply Last reply Nov 26, 2019, 9:33 PM Reply Quote 0
            • M Offline
              Mykle1 Project Sponsor Module Developer @cornusandu
              last edited by Nov 26, 2019, 9:33 PM

              @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;
              }
              

              Create a working config
              How to add modules

              C 1 Reply Last reply Nov 27, 2019, 12:45 AM Reply Quote 0
              • C Offline
                cornusandu @Mykle1
                last edited by Nov 27, 2019, 12:45 AM

                @Mykle1 thank you very much

                M 1 Reply Last reply Nov 27, 2019, 1:22 AM Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @cornusandu
                  last edited by Nov 27, 2019, 1:22 AM

                  @cornusandu said in Autorestart:

                  thank you very much

                  I’m guessing that worked for you. Cool. Enjoy your experience.

                  Create a working config
                  How to add modules

                  B 1 Reply Last reply Nov 27, 2019, 3:23 AM Reply Quote 0
                  • B Offline
                    Ben4x4 @Mykle1
                    last edited by Nov 27, 2019, 3:23 AM

                    @Mykle1 Similar issue but how can i increase the font size of the dates? Thanks

                    M 1 Reply Last reply Nov 27, 2019, 10:13 PM Reply Quote 0
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @Ben4x4
                      last edited by Nov 27, 2019, 10:13 PM

                      @Ben4x4

                      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.

                      Create a working config
                      How to add modules

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        10/15
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy