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

    dakarx

    @dakarx

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    dakarx Unfollow Follow

    Latest posts made by dakarx

    • RE: Unix Fortune

      @Mykle1

      I found a small bug that causes some issues, at least when running on armbian and starting up via cron . It might be that ‘stock’ armbian isn’t properly setting up the $PATH as X starts. I tested against rasbian and this issue does not appear, and the ‘fix’ to add the full path to fortune (which really should always be done).

      node_helper.js (line 20)

      • exec(‘fortune -s’, (error, stdout, stderr) => {
      • exec(‘/usr/games/fortune -s’, (error, stdout, stderr) => {
      posted in Requests
      D
      dakarx