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

    cjmaverick

    @cjmaverick

    0
    Reputation
    330
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    cjmaverick Unfollow Follow

    Latest posts made by cjmaverick

    • MMMM-RandomBackground Help!!

      So recently made a magic mirror and would like to have random images for the https://bluestacks.vip/ found the MMMM-RandomBackground and installed it. However now magic mirror doesnt work and this is the error I am getting. Was wondering if anyone could help me trouble shoot this issue. Thanks.

      Starting MagicMirror: v2.4.1
      
      Loading config ...
      
      Loading module helpers ...
      
      No helper found for module: alert.
      
      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module 'exif'
      
      Loading module helpers ...
      
      No helper found for module: alert.
      
      App threw an error during load
      
      Error: Cannot find module 'exif'
      
      at Module._resolveFilename (module.js:543:15)
      
      at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/elect ron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      
      at Function.Module._load (module.js:473:25)
      
      at Module.require (module.js:586:17)
      
      at require (internal/module.js:11:18)
      
      at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-RandomBackground/nod e_helper.js:3:17)
      
      at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-RandomBackground/nod e_helper.js:58:3)
      
      at Module._compile (module.js:642:30)
      
      at Object.Module._extensions..js (module.js:653:10)
      
      at Module.load (module.js:561:32)
      
      Whoops! There was an uncaught exception...
      
      { Error: Cannot find module 'exif'
      
      at Module._resolveFilename (module.js:543:15)
      
      at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/elect ron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      
      at Function.Module._load (module.js:473:25)
      
      at Module.require (module.js:586:17)
      
      at require (internal/module.js:11:18)
      
      at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-RandomBackground/nod e_helper.js:3:17)
      
      at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-RandomBackground/nod e_helper.js:58:3)
      
      at Module._compile (module.js:642:30)
      
      at Object.Module._extensions..js (module.js:653:10)
      
      at Module.load (module.js:561:32) code: 'MODULE_NOT_FOUND' }
      
      MagicMirror will not quit, but it might be a good idea to check why this happene d. Maybe no internet connection?
      
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      
      Launching application.
      
      posted in Troubleshooting
      C
      cjmaverick
    • Problem: Magic Mirror Module MMM-pages/MMM-page-indicator

      Hi I am having some problems getting the MMM-pages/MMM-page-indicator to work with my Magic Mirror. I have git cloned it all and install all the dependencies and finally copied it into the config.js file. However it still won’t work! could someone take a look at my config and see if I am doing anything wrong?https://bluestacks.vip/

      (from the end of the defaults)

      {
      
      module: 'MMM-Globe',
      
      position: 'top\_center',
      
      config: {
      
      	style: 'geoColor',
      
      	imageSize: 200,
      
      	ownImagePath:'',
      
      	updateInterval: 10\*60\*1000
      
      }
      },
      
      {
      
      module: 'MMM-OnScreenMenu',
      
      position: 'bottom_right',
      
      /* Valid positions: 'top_right', 'top_left', 'bottom_right', 'bottom_left' */
      
      config: {
      
      touchMode: true,
      
      menuItems: {
      
      monitorOff: { title: "Turn Off Monitor", icon: "television", source: "SERVER" },
      
      restart: { title: "Restart MagicMirror", icon: "recycle", source: "ALL" },
      
      refresh: { title: "Refresh MagicMirror", icon: "refresh", source: "LOCAL" },
      
      reboot: { title: "Reboot", icon: "spinner", source: "ALL" },
      
      shutdown: { title: "Shutdown", icon: "power-off", source: "ALL" },
      
      },
      
      enableKeyboard: true,
      
      }
      
      },
      
      \]
      modules: [
      
      {
      
      module: 'MMM-page-indicator',
      
      position: 'bottom_bar',
      
      config: {
      
      pages: 1,
      
      }
      
      }
      
      ]
      
      modules: [
      
      {
      
      module: 'MMM-pages',
      
      config: {
      
      modules:
      
      [[ "weatherforecast", "newsfeed", "MMM-Globe"],
      
      [ "calendar", "compliments" ]],
      
      excludes: ["clock", "currentweather", "MMM-page-indicator", "MMM-OnScreenMenu"],
      
      }
      
      }
      
      ]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      
      if (typeof module !== "undefined") {module.exports = config;}
      

      Cheers

      posted in Troubleshooting
      C
      cjmaverick
    • Making a Timer Module!!

      Hi,

      So I am trying to make a Timer module for Magic Mirror, however, I am a novice when it comes to all of this and really don’t know where to begin. I have created (I say created more copied and pasted from the Google) a simple Timer module in python and was wondering how I could either get it to work or create a similar module within Magic Mirror.

      I haven’t really been able to find anywhere a beginners guide to making modules. Is there anyone who would be able to help me out or know of a link to someone showing how to create Modules.

      Equally: If anyone just knows of a timer module that would be great, I looking for something where you can reset the timer in the actual Magic Mirror Program.
      Nox ShowBox Mobdro

      posted in Development
      C
      cjmaverick
    • User Friendly magic mirror/mm ui?

      I’m making a magic mirror as a gift for someone and was wondering if there was a way to make it very user friendly for them in the sense of them being able to connect to their wifi, change the time, and so on because I cannot be around 24/7 to always work on it for them. Anyone know of a mod or something? I’m making this as a touch screen via ir touch frame on an rpi3 but am considering different options such as o-droid or tinker box if I have to go that route dltutuapp.com

      posted in Hardware
      C
      cjmaverick
    • Display in VNC??

      Hi all. So I’m new to this board but learning so much. I’m going to be building a home lab and want to play around with MagicMirrors. While I don’t want to utilize a mirror, I do want to make a dashboard display for home automation control and wanted to ask a question.

      Is it possible to run Magic Mirror on a raspberry pi in my network closet but display it on a tablet of some sorts via VNC or some other means? I want to mount a tablet on the wall and struggling to find out how to hide the raspberry pi (I want the tablet or screen as flush with the wall as possible - wife approval needed :) )
      https://downloader.vip/rufus/ https://downloader.vip/mapquest/ https://downloader.vip/uptodate/

      posted in Hardware
      C
      cjmaverick