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

    vtek

    @vtek

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

    vtek Unfollow Follow

    Best posts made by vtek

    • RE: MMM-Remote-Control

      said in MMM-Remote-Control:

      hey guys…

      having some issues using the shutdown/reboot commands…they throw this error, even though I have the API key in the config

      {“success”:false,“message”:“Forbidden: API Key Not Provided!”}

      here’s the config

                  {
                          module: 'MMM-Remote-Control',
                          // position: 'bottom_left', // Required to show URL/QR code on mirror
                          // you can hide this module afterwards from the remote control itself
                          config: {
                                  showModuleApiMenu: true,
                                  secureEndpoints: true,
                                  apiKey: "111111111-2222-3333-4444-555555555555",
                                  customCommand: {
                                                  monitorOnCommand: 'loginctl unlock-session 1',
                                                  monitorOffCommand: 'loginctl lock-session 1',
                                                  shutdownCommand: 'systemctl poweroff',
                                                  rebootCommand: 'systemctl reboot',  // Optional, See "Using Custom Commands" below
                                                  },
      
                  }
                  },
      

      i figure it out…had to append the apiKey at the end of the url for all commands
      http://192.168.1.5:8888/api/command/rebootCommand?apiKey=111111111-2222-33333-4444

      posted in Utilities
      V
      vtek

    Latest posts made by vtek

    • RE: Touchscreen Family Dashboard

      sorry to revive this thread. I’m trying to get this going on my own MM

      @tjat do you think you’d be able to post your config.js file so I could have a reference please?

      posted in Show your Mirror
      V
      vtek
    • RE: MMM-Remote-Control

      said in MMM-Remote-Control:

      hey guys…

      having some issues using the shutdown/reboot commands…they throw this error, even though I have the API key in the config

      {“success”:false,“message”:“Forbidden: API Key Not Provided!”}

      here’s the config

                  {
                          module: 'MMM-Remote-Control',
                          // position: 'bottom_left', // Required to show URL/QR code on mirror
                          // you can hide this module afterwards from the remote control itself
                          config: {
                                  showModuleApiMenu: true,
                                  secureEndpoints: true,
                                  apiKey: "111111111-2222-3333-4444-555555555555",
                                  customCommand: {
                                                  monitorOnCommand: 'loginctl unlock-session 1',
                                                  monitorOffCommand: 'loginctl lock-session 1',
                                                  shutdownCommand: 'systemctl poweroff',
                                                  rebootCommand: 'systemctl reboot',  // Optional, See "Using Custom Commands" below
                                                  },
      
                  }
                  },
      

      i figure it out…had to append the apiKey at the end of the url for all commands
      http://192.168.1.5:8888/api/command/rebootCommand?apiKey=111111111-2222-33333-4444

      posted in Utilities
      V
      vtek
    • RE: MMM-Remote-Control

      hey guys…

      having some issues using the shutdown/reboot commands…they throw this error, even though I have the API key in the config

      {“success”:false,“message”:“Forbidden: API Key Not Provided!”}

      here’s the config

                  {
                          module: 'MMM-Remote-Control',
                          // position: 'bottom_left', // Required to show URL/QR code on mirror
                          // you can hide this module afterwards from the remote control itself
                          config: {
                                  showModuleApiMenu: true,
                                  secureEndpoints: true,
                                  apiKey: "111111111-2222-3333-4444-555555555555",
                                  customCommand: {
                                                  monitorOnCommand: 'loginctl unlock-session 1',
                                                  monitorOffCommand: 'loginctl lock-session 1',
                                                  shutdownCommand: 'systemctl poweroff',
                                                  rebootCommand: 'systemctl reboot',  // Optional, See "Using Custom Commands" below
                                                  },
      
                  }
                  },
      
      posted in Utilities
      V
      vtek
    • RE: MMM-Chores - Manage and keep track of your household Chores

      Love the module!
      I was wondering one thing, is there a way to implement just a persistent reminder? Either with the other tasks or in its own “Reminders” category.

      I know you can create a daily task but I would like to set a reminder that will keep on rolling over to the next day until completed.

      posted in Utilities
      V
      vtek
    • RE: Remove In 2 day, In 3 days….

      @sdetweil

      thank you so much…that worked!

      posted in Utilities
      V
      vtek
    • Remove In 2 day, In 3 days….

      Re: MMM-CalendarExt3Agenda

      Hey guys I hope someone can help me out here. I’ve been trying to get rid of the “in 2 days, in 3 days, etc” but have no clue how.

      posted in Utilities
      V
      vtek