MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. fatrgr
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    fatrgr

    @fatrgr

    0
    Reputation
    64
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    fatrgr Unfollow Follow

    Latest posts made by fatrgr

    • RE: Gave dog Meds Y/N button with display, reset at midnight

      Even though I am not using RPi, I am going to try to reconfigure MMM-button. I will post if I figure something out.

      posted in General Discussion
      F
      fatrgr
    • Gave dog Meds Y/N button with display, reset at midnight

      I have a MM setup without the mirror (I’m not pretty, lol). My home dynamic is such that it is hard to remember if someone gave the dog his seizure meds. I have the a chore list on the MM but the kids never seem to remember if they did the meds or not. I can solve this issue with other means but would like to use the MM as a visual cue/reminder.

      The end state I was looking for is a Module that changes based upon a button press to either a picture or text signifying that the dog got his meds. Also, the module would reset at midnight each day.

      I have some old ESP8266’s laying around and thought to connect a button to ESP and use as HTTP server and send to MM. However, I am running my MM on a HP Mini with Lubuntu and thought a keyboard button could act as the “switch” to toggle the display.

      The few things I have found seem to be over engineered for what I am looking for. It just seems that this could be useful to more folks than just me.

      I would greatly appreciate your thoughts or direction on how to proceed.

      posted in General Discussion
      F
      fatrgr
    • RE: 2.9 to 2.10 update error using lubuntu 18.04

      @sdetweil Thanks, I missed the announcement, and didn’t show in my searches. npm install worked. Will check for announcements next time. Thanks for the hard work!!

      posted in Troubleshooting
      F
      fatrgr
    • 2.9 to 2.10 update error using lubuntu 18.04

      Tried using update script, didn’t work.
      Tried using manual update using git pull, didn’t work.

      Error:
      minime@mini:~$ cd MagicMirror
      minime@mini:~/MagicMirror$ npm start

      magicmirror@2.10.0 start /home/minime/MagicMirror
      ./run-start.sh

      App threw an error during load
      Error: Cannot find module ‘module-alias/register’
      at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
      at Function.Module._resolveFilename (/home/minime/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      at Function.Module._load (internal/modules/cjs/loader.js:528:25)
      at Module.require (internal/modules/cjs/loader.js:658:17)
      at require (internal/modules/cjs/helpers.js:20:18)
      at Object. (/home/minime/MagicMirror/js/app.js:15:1)
      at Object. (/home/minime/MagicMirror/js/app.js:283:3)
      at Module._compile (internal/modules/cjs/loader.js:711:30)
      at Object.Module._extensions…js (internal/modules/cjs/loader.js:722:10)
      at Module.load (internal/modules/cjs/loader.js:620:32)
      A JavaScript error occurred in the main process
      Uncaught Exception:
      Error: Cannot find module ‘module-alias/register’
      at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
      at Function.Module._resolveFilename (/home/minime/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      at Function.Module._load (internal/modules/cjs/loader.js:528:25)
      at Module.require (internal/modules/cjs/loader.js:658:17)
      at require (internal/modules/cjs/helpers.js:20:18)
      at Object. (/home/minime/MagicMirror/js/app.js:15:1)
      at Object. (/home/minime/MagicMirror/js/app.js:283:3)
      at Module._compile (internal/modules/cjs/loader.js:711:30)
      at Object.Module._extensions…js (internal/modules/cjs/loader.js:722:10)
      at Module.load (internal/modules/cjs/loader.js:620:32)

      Tried posting log, too long.

      posted in Troubleshooting
      F
      fatrgr