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

    Posts

    Recent Best Controversial
    • RE: Adding Modules... Please Please advise

      @wjdw87 Okay, I finally had some time so I looked at the file you linked.

      As @strawberry-3-141 said, you have an issue on line 100, part of the configuration of the camera module. You have: config: selfieInterval: 3, // Time interval in seconds before the photo will be taken.

      You need to follow the config key with a JSON object, designated by curly braces. So the camera module section should look like so:

      {
      	module: 'camera',
      	position: 'top_center',
      	config: {
      		selfieInterval: 3    
      		emailConfig: {
      			service: 'gmail', 
      			auth: {
      				user: '<xxx@xxx.com>',
      				pass: '<xxx>' 
      				},
      			},
      		}
      	},
      

      It doesn’t help that the config section is wrong in the README.MD in the camera module. I’ll see if I can’t get a PR to fix that.

      posted in General Discussion
      bheplerB
      bhepler
    • RE: raspberry-pi alternatives

      @papak69 Follow the link in my last post. It should be what you’re looking for.

      posted in Hardware
      bheplerB
      bhepler
    • RE: raspberry-pi alternatives

      @papak69 An easy solution to the WiFi signal is to buy a USB extension or flush-mount kit. You can mount the extension to the outside of your frame and plug the WiFi adapter in there, where it will be unencumbered by the aluminum.

      posted in Hardware
      bheplerB
      bhepler
    • RE: 404 Error

      @kpenrose47 I don’t know if that’s a copy & paste, but you’re missing a / after the https:

      It should be https://raw.githubusercontent...

      posted in Troubleshooting
      bheplerB
      bhepler
    • RE: Wall Mounts

      I did the same as @Cato. A french cleat is easy and will hold much more weight than a picture hangar.

      posted in Hardware
      bheplerB
      bhepler
    • RE: The US Election

      I’d rather not talk about it, honestly. This is one of the few places that is tightly focused on its intended purpose. I really would like to keep it that way.

      Although a module to track polls and/or election results would be kind of interesting.

      posted in General Discussion
      bheplerB
      bhepler
    • RE: Calendar showing "in X day" wrongly

      @creepwood It’s possible that the script library counts in a more literal fashion than people do. In your example, your friend’s birthday on the 10th is “in two days” as people describe it. But it’s technically less than 48 hours. That might make the calculations get weird.

      [shrug] It’s a theory.

      posted in Troubleshooting
      bheplerB
      bhepler
    • RE: Jake's Magic Mirror (Done)

      I think the issue with your “black mirror” is more an issue with lighting in front of the mirror. Turn the monitor off and put the mirror in a bright area. Preferably with strong daylight. I predict the “black mirror” issue will resolve itself.

      posted in Show your Mirror
      bheplerB
      bhepler
    • RE: Halloween mirror ghouls anyone?

      @frog You seem to be missing the style='position... part.

      So:

      config: {
            text: “<video src=‘vendor/skelloop.mp4’ autoplay loop style='position:absolute; top:100%;left:50%; height:200%’></video>”
            }
      
      posted in General Discussion
      bheplerB
      bhepler
    • RE: MMM-voice

      @witschi87 Did you follow the installation instructions in the module’s readme.md file? Because it sure looks like you do not have PocketSphinx installed.

      posted in Utilities
      bheplerB
      bhepler
    • 1
    • 2
    • 100
    • 101
    • 102
    • 103
    • 104
    • 111
    • 112
    • 102 / 112