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

    Posts

    Recent Best Controversial
    • RE: MMM-Wunderlist not showing up

      Not sure if this is the same issue as I am having, but when I have the interval too quick it breaks the module, but when I lengthened it quite a bit it seemed to work. Now I just need to wait for a couple hours…

      posted in Troubleshooting
      F
      Fr8Trayne
    • RE: Weekly Calendar

      Just a second for @Sean’s module though I prefer his MMM-CalendarExt2 which was way easier to implement and looks great once you get it into place.

      posted in Requests
      F
      Fr8Trayne
    • RE: Raspberry Pi cooling

      Awesome thanks for sharing the link. I was looking at that case. Since this will be going against an outside wall that can get very hot ( I live in a desert) I need this to be cool.

      posted in Hardware
      F
      Fr8Trayne
    • Raspberry Pi cooling

      For those that aren’t using the system as an actual mirror but instead display information all day, how are you keeping your Raspberry Pi cool? Mine seems to get super hot (as it’s continually running) it’s inside in an air conditioned room around 78 degrees Fahrenheit.

      posted in Hardware
      F
      Fr8Trayne
    • RE: MMM-CalendarExt not showing up at all

      Have you tried using his MMM-CalendarExt2 module? I found it much easier to use. Super quick and easy to implement.

      posted in Troubleshooting
      F
      Fr8Trayne
    • RE: Trouble with MMM-Remote-Control

      @Stoffbeuteluwe said in Trouble with MMM-Remote-Control:

      {
      module: “MMM-Remote-Control”,
      // uncomment the following line to show the URL of the remote control on the mirror
      position: ‘bottom_left’,
      // you can hide this module afterwards from the remote control itself
      config: {
      customCommand: {}, // Optional, See “Using Custom Commands” below
      customMenu: “custom_menu.json”, // Optional, See “Custom Menu Items” below
      showModuleApiMenu: true, // Optional, Enable the Module Controls menu
      apiKey: “” // Optional, See API/README.md for details
      }
      },

      @Stoffbeuteluwe
      thanks. I implemented your code and it did get rid of the config request, but it still doesn’t display the URL as mentioned in the instructions.

      posted in Troubleshooting
      F
      Fr8Trayne
    • Trouble with MMM-Remote-Control

      Howdy!

      I’m trying to install MMM-Remote-Control onto my Raspberry Pi. I follow the instructions as written, but each time I past the code to my config file I get the following screen.

      0_1567228394786_ab22daba-71f8-4120-a5c9-7fe19afe1192-image.png

      Here is the module:

      {
          			module: "MMM-Remote-Control"
         				// uncomment the following line to show the URL of the remote control on the mirror
          				, position: 'bottom_left'
          				// you can hide this module afterwards from the remote control itself
          			config: {
              			customCommand: {},  // Optional, See "Using Custom Commands" below
              			customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
              			showModuleApiMenu: true, // Optional, Enable the Module Controls menu
              			apiKey: "",         // Optional, See API/README.md for details
          				},
      		},
      

      What am I missing here? I must be simple, but I’ve been at it too long and my brain is now fried. Any help would be much appreciated.

      posted in Troubleshooting
      F
      Fr8Trayne
    • RE: Secret Modules?

      Funny @Mykle1 you should respond. I just found all the modules you created. There are some really cool ones on there I didn’t see on the 3rd party page. You’ve got some good ones there. I’m amazed at the modules y’all are creating. One day I’ll give it a go.

      posted in General Discussion
      F
      Fr8Trayne
    • RE: MMM-CalendarExt2

      @Sean you are right. It was because the background was transparent. I’ll have to see if I can find a background that I like. Thanks!

      posted in Troubleshooting
      F
      Fr8Trayne
    • Secret Modules?

      Howdy crew,

      So I built out my first mirror which looks great thanks in big part to your support and some amazing module creators. As I’ve been scanning the forum I’m beginning to notice there are many modules that aren’t included on the 3rd party modules page. Is there a secret repository of modules or list of all modules out there?

      There are some truly amazing ones that I’m only just finding through random posts in the forum.

      posted in General Discussion
      F
      Fr8Trayne
    • RE: First Magic Mirror (NL) on 32" Sony Bravia

      Looks like a great build. I was able to get a 40” Samsung for that price as well. I’ve got all the modules I need for the moment setup, but purchasing the two way glass is going to have to wait for the size. It’s expensive. I’m about to start the year down of the tv and build out the frame. Thanks for the inspiration!

      posted in Show your Mirror
      F
      Fr8Trayne
    • RE: My First Mirror... until now ^^

      The mirror looks amazing and I’ve been able to glean some inspiration. Thanks for posting!

      posted in Show your Mirror
      F
      Fr8Trayne
    • RE: MMM-CalendarExt2

      @Sean I have the module in Week view currently. The current way it’s setup it only shows a few of the days.

      You’ll see in the example that “Allred’s in Town” shows up for Saturday and Sunday, but you’ll see from the second image it’s Saturday, Sunday, and Monday. Both are the same modules using the same calendar with the same config.

      0_1567129650182_3d023705-4297-415e-adce-8c6188c18da2-image.png

      0_1567129806256_53c23973-a62d-4b0f-b902-0690da29d07d-image.png

      posted in Troubleshooting
      F
      Fr8Trayne
    • MMM-CalendarExt2

      Love this new module I just have one thing I’m trying to do. For events that are multi-day I’d like to have them display on all days they are scheduled for instead of just the first day.

      Example: Family is in town for the weekend, I’d like that to show up on the calendar for Friday, Sat, and Sunday without having to create separate events per day. I believe this is done in the daily view, but wonder how it’s done on the weekly view. Thanks again for the module.

      posted in Troubleshooting
      F
      Fr8Trayne
    • RE: Trying to display a month view with MMM-CalendarExt

      @CliffordW were you able to get your google calendar to show up?

      posted in Troubleshooting
      F
      Fr8Trayne
    • RE: Trying to display a month view with MMM-CalendarExt

      @Sean Great! I got it to show up, but the moment I change the calendar to my public (yes I made it public) and the private calendar it disappears. It is in the .ics format. Almost there. Once I get this up I’ll work on the configurations. Thanks for your help sean.

      posted in Troubleshooting
      F
      Fr8Trayne
    • RE: Trying to display a month view with MMM-CalendarExt

      @Sean

      Thanks I have added both the system and show with no results. To be completely transparent, in my testings I have gone from the simple example to fully writing out all configurations found on the Module’s configuration page without seeing anything. I’m just trying to see the module show up at all.

      posted in Troubleshooting
      F
      Fr8Trayne
    • RE: Trying to display a month view with MMM-CalendarExt

      @Sean I have been working on trying to get MMM-CalendarExt to show up on a page using MMM-Pages. I have tried all the suggestions I’ve seen, but no luck. Would you mind seeing what I’m doing wrong?

      I’m using the following 3rd party modules: (Just in case there is a known interference with these other modules.

      • MMM-NowPlayingOnSpotify
      • MMM-page-Indicator
      • MMM- pages
      • MMM-Page-Selector
      • MMM - PushBulletNotifications

      I’m using this code from the configuration page.
      {
      module: ‘MMM-CalendarExt’,
      position: “fullscreen_bottom”,
      config: {
      calendars: [
      {
      url: “http://mlb.am/tix/mariners_schedule_full”
      }
      ]
      }
      },

      I know I’m missing something simple. This looks like an amazing module and can’t wait to use it. I’ve tried almost everything I know. Thanks in advance for any support your have on this.

      posted in Troubleshooting
      F
      Fr8Trayne
    • 1
    • 2
    • 2 / 2