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

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt3Agenda

      hey, @MMRIZE - I can’t figure out how to do something.

      One of my remotely generated events has taken to advertising in it’s title.
      (Washington Football vs Arizona - blah blah special event, Presented by Idiot Company)

      I want to get rid of everything after the dash. Not sure how to word the transform to do it - can you explain?

      Thanks.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: MM as rolling picture frame

      here’s how I did it.

      1. Set up SAMBA on the pi, and include a mapping to your photos drive (I wouldn’t recommend keeping them locally)

      2. magic mirror’s config, using MMM-Backgroundslideshow

      /* Magic Mirror Config by Brendan Keyport. */
      /* Office - Certificate Display */
      var config = {
      	address: "0.0.0.0",
      	port: 8082,  // port is 8082 as I use a server/client style setup. 
      	ipWhitelist: [], 
      	language: "en",
      	timeFormat: 12,
      	units: "imperial",
      	//logLevel: ["INFO", "LOG", "WARN", "ERROR", "DEBUG"],
      	customCss: "css/custom3.css",
      	modules:
      	 [
      		{
          		module: 'MMM-BackgroundSlideshow',
          		position: 'fullscreen_below',
          		config: {
            			imagePaths: ['<path to shared folder>'],
            			transitionImages: true,
            			randomizeImageOrder: true,
            			showAllImagesBeforeRestart: true,
            			//transitionSpeed: 0,
            			gradient: [0],
            			horizontalGradient: [0],
            			backgroundSize: "contain"
        			 }
        		}
      /*************** DO NOT EDIT BELOW ***************/
      	]
      };
      
      if (typeof module !== "undefined") {
      	module.exports = config;
      }
      

      Easy as Pi.

      posted in Development
      BKeyportB
      BKeyport
    • RE: Update for calext3

      @Michelle-H2020 Once you do the update (git pull, NPM install in module directory) then restart your magic mirror and it’ll disappear.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: PC to Pi app

      @kasperinline Termius is better.

      Enabling SSH is easy, tho, even pre-first boot of the pi. Just put a file named “ssh” in the boot directory once you build the image. :)

      posted in General Discussion
      BKeyportB
      BKeyport
    • RE: MMM-CalendarExt3Agenda

      @DDE12 refer back to https://forum.magicmirror.builders/topic/16976/mmm-calendarext3agenda/24?_=1668752794543

      The combo of my work and @MMRIZE 's work results in that. Right around there is where I got all of my settings for my install. Feel free to experiment.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: pm2 Autostart invert issue

      One thing - are you using a Pi 4? Or the “Fake KMS” drivers? If so, boot.txt won’t work - nor will anything else, really.

      If the Mirror is running - directly on the pi, or through VNC, Alt-Space, then N. This will give you your desktop. then use your OSKey or the menu icon, go to preferences, and see if “Screen configuration” exists. If it does, set your rotation there, and remove it everywhere else.

      posted in Bug Hunt
      BKeyportB
      BKeyport
    • RE: Module isn't staying in its position area

      @Kelemvor there’s multiple WOTD modules, some that can be controlled through CSS, some that can’t. If yours has a .CSS file, check to see if there’s an element with “width” as a tag, if so, you can set ‘max-width’ in that tag and cut it back. You may need other tags to force it to wrap, etc, however.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Temperature/humidity on Magic Mirror

      @Egnos I’d look to see what’s supported in the 3rd party modules, and work backwards from there… that being said, for outside modules, go with Davis or other commercial products, and use something like an iframe tool, I use MMM-HTMLSnippet - and just grab the panel I want from Davis’ choices.

      https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules#utility--iot--3rd-party--integration

      In this picture, the “internal” and “room” temps are provided by MMM-Temperature via i2c/Stemma QT modules (Room being a BME 280 from Adafruit, Internal is a HTU21 also from Adafruit)

      The big panel is MMM-HTMLSnippet.

      CSS is modified a lot to fit my theming.

      86a68d24-a97f-4f1f-b10b-1d59b086ddb2-image.png

      posted in General Discussion
      BKeyportB
      BKeyport
    • RE: MMM-Multimonth

      Another big update.

      Event visualization is now working. Module will underline in a color of your choice (see css in README.md) for any event pulled from MagicMirror’s default calendar module.

      Other tweaks have occurred. Please read the readme completely to upgrade.

      Thanks!

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Flickering in portrait mode

      Same here, if I’m not using the legacy driver, all hell breaks loose.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 15
    • 16
    • 9 / 16