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

    Posts

    Recent Best Controversial
    • RE: MMM-Multimonth

      yes. It’s all in CSS. Take a look at the CSS file in the directory, and copy over to your custom.css

      posted in Utilities
      BKeyportB
      BKeyport
    • Monitor external program...

      I need a clue on how to do this - I’m wanting to make sure an external program is running on my Pi. and if it’s not display a message on the screen. is there a way to check such things within the magic mirror system?

      posted in Development
      BKeyportB
      BKeyport
    • RE: How to hide desktop screen when raspberry turned on?

      @sdetweil I’d put that under “sensor” – but how do you do that?

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: How to hide desktop screen when raspberry turned on?

      FWIW, there’s lots of modules available for turning off/blanking the screen when not needed - that way you can leave the pi running (at minimal power use) and just have the screen turn off and on with a sensor or button…

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Forum updated - I could use your help

      @Mykle1 We’re sorry, the forum you have attempted to reach has been full of bugs, please try your connection later.

      🤣🤣🤣🤣

      posted in Forum
      BKeyportB
      BKeyport
    • RE: Forum updated - I could use your help

      Perfect. Actually, it appears to be that case. Thanks!

      posted in Forum
      BKeyportB
      BKeyport
    • RE: Forum updated - I could use your help

      @sdetweil Which plugin, and is it fixed, or do we have to do something on our end? I’m not finding it.

      posted in Forum
      BKeyportB
      BKeyport
    • RE: dead SD-card every aprox. 6 months

      Speak of the evil, the evil happens. Blew up my SD card.

      posted in Hardware
      BKeyportB
      BKeyport
    • RE: Forum updated - I could use your help

      with brackets outside of it - [ card: ]

      see: https://forum.magicmirror.builders/topic/1440/showcase-guidelines

      posted in Forum
      BKeyportB
      BKeyport
    • RE: Forum updated - I could use your help

      @sdetweil “Card” is the method used to show github links in new modules,

      card:BKeyport/MMM-Multimonth

      used to provide a cute little hotlink to https://www.github.com/BKeyport/MMM-Multimonth for instance.

      posted in Forum
      BKeyportB
      BKeyport
    • RE: Forum Git-Card feature broken?

      Sam, true - however, if as with previous bugs, it’s all over nodebb’s forum.

      posted in Forum
      BKeyportB
      BKeyport
    • RE: Forum updated - I could use your help

      Browser: Brave (Chrome based): Version 1.7.92 Chromium: 80.0.3987.163 (Official Build) (64-bit)

      Post reply with theme other than default, doesn’t show right away, don’t clear out the typing/preview windows upon reposting to same topic, it was so bad that I had to navigate away from forum to see post, a simple reload didn’t fix it.

      Github cards don’t function.

      edit: Now I’m frequently getting random 503 errors.

      posted in Forum
      BKeyportB
      BKeyport
    • RE: dead SD-card every aprox. 6 months

      can you explain how to do this, or provide a link to an explaination?

      posted in Hardware
      BKeyportB
      BKeyport
    • RE: Forum Git-Card feature broken?

      so weird… Oh well, maybe the nodebb crew will figure out which two sticks to rub together to get it fixed soon.

      posted in Forum
      BKeyportB
      BKeyport
    • RE: Forum Git-Card feature broken?

      I went from a theme to the default. Even refreshing in the theme I was using wasn’t showing the post was accepted. The big part was it was acting as if the post wasn’t accepted… Leave and come back, and the post wasn’t there. had to navigate off site and then come back to see it - even then, you reply to something else on the thread, and the contents of the post was still in the edit box.

      posted in Forum
      BKeyportB
      BKeyport
    • RE: My first written module

      Ah, the heck with it. It’s released!

      posted in Development
      BKeyportB
      BKeyport
    • RE: Forum Git-Card feature broken?

      There’s more bugs than functionality at this point. Grrr. carry on, I guess. One thing I noticed, if I strip off the theming, it fixed my major issue - things not showing as posted and the post data stuck…

      posted in Forum
      BKeyportB
      BKeyport
    • MMM-Multimonth

      MagicMirror Module to display a calendar with multiple months

      A mini-calendar with as many months as the user wants, assuming screen space is available.

      vert-noweek-norep.png

      horz-noweeknum.png

      Download

      https://www.github.com/BKeyport/MMM-Multimonth
      [card:BKeyport/MMM-Multimonth]

      Installation

      Clone this repository in your ~/MagicMirror/modules/ folder ( $ cd ~MagicMirror/modules/ ):

      git clone https://github.com/BKeyport/MMM-Multimonth.git
      

      Using the module

      To use this module, add it to the modules array in the config/config.js file:

      {
        module: 'MMM-Multimonth',
      	position: 'top_left', // can be any of the postions
      	config: { // Optional - will default to 3 months, with one previous and one next. 
      	  startMonth: -1, // Define when you start from current month (negative is before current, zero is current, positive is in future) 
               monthCount: 3, //  How many months to display 
               highlightWeekend: false // highlightWeekend if desired, set to true. 
      	}
      }
      

      Many thanks to kirash for the inspiration with the monthly_calendar module, sdetweil and lavolp3 for the help in coding and CSS work. Without your help, this would just be a pipe dream.

      This is a basic module, but I felt it was good enough for release to the public.

      Please, if you have any suggestions for improvement, let me know, I’m learning Javascript and CSS as I write this, and I dream of much bigger things.

      ~~Localization is provided by moment.js and controlled by the master language of MagicMirror. Please file any errors with localizations as bugs with the moment.js team - https://github.com/moment/moment/~~

      Please see github for version info and further instructions.

      posted in Utilities calendar magicmirror2 module
      BKeyportB
      BKeyport
    • RE: My first written module

      Capture.PNG

      Well, there it is. My silly little module. Pretty.

      posted in Development
      BKeyportB
      BKeyport
    • RE: My first written module

      @lavolp3 Wow. that’s a really handy description, Thanks.

      posted in Development
      BKeyportB
      BKeyport
    • 1
    • 2
    • 52
    • 53
    • 54
    • 55
    • 56
    • 66
    • 67
    • 54 / 67