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 67
    • Posts 1,319
    • 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
    • RE: Trying to hide EXT-Spotify from showing

      @slooquie take away the position item in the config. It should default to none, but run in the background.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: update the raspberry os needed?

      @bdream No need, I’ve been running on old OSes for a while now - mostly because I want to keep using OMXPlayer.

      posted in General Discussion
      BKeyportB
      BKeyport
    • RE: MMM-CalendarExt3 - use hidden calendar and remote weather locale?

      @eqpaisley here’s what I would do. Install MMM-CalendarExt3Agenda and use it instead of the default calendar module to display events. You’ll still use calendar, just not use it with the position indicator. CE3A gives you a ton more control over the calendars displayed and used, is prettier, and more functional, IMO.

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

      @dazza120 Course, I can report the opposite, with my setup. While I don’t have exact figures the one thing that seems to have happened is that my system isn’t triggering the temp. icon anymore now that I’m back on the normal driver.

      That being said, I’ve got a fan+heatsink on the way for the final setup, there’s no reason not to protect the pi.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Not updating at midnight...

      @sdetweil yeah, doing it that way just throws headers with “Undefined” until it triggers. I’m not gonna go down that rabbit hole. It seems to work as is, so I’m gonna release for now.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Magic mirror dual screen

      Here’s the answer for @1a2a3a (Edited to show below changes)

      Here’s how to do it cleanly: (replace <username> with your pi login name., with width of first monitor)

      1. create two starting scripts:

      First, mm.sh is as follows:

      cd /home/<username>/MagicMirror
      DISPLAY=:0 npm start
      

      Second, mm2.sh is as follows:

      cd /home/<username>/MagicMirror
      export MM_CONFIG_FILE=${pwd}/config/config2.js
      DISPLAY=:0 npm start
      
      1. Two config files in magicmirror/config next:

      First, config.js (this is your second monitor):

             var config = { 
             electronOptions: { x: <width> },
              address: "0.0.0.0",
              port: 8080,
              ipWhitelist: [],
              language: "en",
              timeFormat: 12,
              units: "imperial",
              //logLevel: ["INFO", "LOG", "WARN", "ERROR", "DEBUG"],
              modules: [
      ...
      

      Second config2.js (this is your first monitor):

             var config = { 
              address: "0.0.0.0",
              port: 8081,
              ipWhitelist: [],
              language: "en",
              timeFormat: 12,
              units: "imperial",
              //logLevel: ["INFO", "LOG", "WARN", "ERROR", "DEBUG"],
              modules: [
      ...
      

      electronOptions will only work in the file that isn’t redirected to a new config - so use that in the config.js only.

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

      @luisestrada said in MMM-CalendarExt3Agenda:

      Show the days only which has event on the day.
      .CX3A .agenda .cell[data-events-counts=“0”] {
      display: none;
      }

      Perfect. Thank you.

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: MMM-RTSPStream not showing video

      I suspect you’re not addressing the video correctly.

      https://www.ispyconnect.com/sources.aspx - check your camera model for full URLs.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: MMM-Multimonth

      @george I honestly don’t know. Let’s summon some help here - @sdetweil - can you explain this situation above?

      start: function (){
      		 var timer = setInterval(()=>{
      		 this.updateDom()
      		}, moment().add(1, 'days').hours(0).minutes(0).seconds(0)-moment())
      	},    
      

      it seems to me this would work to reset at midnight, but according to George here, it’s not working - can you help me figure it out, or summon in someone that can?

      Thanks.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Magic mirror dual screen

      @sdetweil I figured I might as well make it as clear as possible…

      posted in General Discussion
      BKeyportB
      BKeyport
    • 1 / 1