MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Baxer
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 5
    • Posts 18
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-SL how to trigger update?

      @Jopyth I figured it out myself but thanks for the help, i used MMM-ModuleScheduler and put this

                       {
              module: 'MMM-ModuleScheduler',
              config: {
                  notification_schedule: {
                      notification: 'UPDATE_SL',
                      schedule: '*/5 * * * *',
                      payload: {
                          type: "UPDATE_SL",
                          title: 'sl!',
                          action: "notification"
                      }
                  }
              }
      

      to make it update every 5 minutes

      posted in Troubleshooting
      B
      Baxer
    • RE: PM2 do not start at bootup on my RPI 2? Works fine on my RPI 3.

      @tomyboy96 said in PM2 do not start at bootup on my RPI 2? Works fine on my RPI 3.:

      errors in crontab file, can’t install.

      do you have the @reboot before pm2 start mm.sh if you dont try with that

      posted in Troubleshooting
      B
      Baxer
    • 1 / 1