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

    Posts

    Recent Best Controversial
    • RE: Dakboard layout for family dashboard

      @com1cedric Hi, and thanks!

      It took me a fair bit of trial and error since I’m not really an FE dev! This is the part of my custom.css that deals with MMM-CalendarExt3:
      https://codeishot.com/3ukwf76l

      I’ve only tested it with my specific screen and with the MMM-CalendarExt3 module in the two-week mode that is shown above. Other configs may break it — I notice that if I open the URL in a browser tab on my laptop then the red circle gets squashed, so it’s probably very much dependent on the screen size and possibly even the pixel dimensions.
      I should come back and take another look at that at some point.

      I also had to make a tiny tweak in the MMM-CalendarExt3.js file to allow single-character day-of-week initials, because I couldn’t work out how to change that in the config:

      headerWeekDayOptions: {
          weekday: "narrow" // ##### EDITED FROM "long" #####
      },
      
      posted in Show your Mirror
      Q
      QuackingPlums
    • Dakboard layout for family dashboard

      wip family dashboard.jpeg

      Sorry for yet another boring family dashboard, but I thought I’d share the progress I’ve made so far with making MMM-CalendarExt3 look like the calendar module in Dakboard.

      I haven’t decided which modules I’ll keep for sure (I was having some compatibility issues between certain combinations) but the other ones you can see here are:

      • Clock (standard)
      • Calendar (standard by invisible)
      • Weather (standard)
      • MMM-AnyList (because we use AnyList for everything)
      • MMM-WiFiPassword (for guests to access the wifi without bothering me)
      • MMM-Remote-Control (for me to issue shutdown request via my phone)

      I’m looking into building the mirror/frame next, as well as the necessary modules to give me a physical safe-shutdown button and any other physical controls that might be needed, depending on how much bloat I build into this device.

      I’d really like to have an alternative to the standard weather module — perhaps to look more like the Dark Skies app or even the old yellow-and-blue Meteo weather app with the graphs, but sadly I’d have to develop my non-existent node.js skills before I could even consider building my own modules.

      posted in Show your Mirror
      Q
      QuackingPlums
    • RE: MMM-Wallpaper not showing anything

      @sdetweil Thank you, Sam.

      i STRONGLY recommend NOT USING pm2 while you develop your system

      Thanks for the tip. I am not using pm2 yet — I figured that would be the last step once everything is stable and I transfer everything to my actual screen / frame / final position in the kitchen.

      ctrl-r only refreshes the browser side.

      Thanks — I was unsure if this stuff runs locally in-browser or if there was a server component. In any case, ctrl-q followed by npm start should clear anything browser side and reload everything server side, right? Or am I starting multiple instances here? Is there a better set of commands I should be using during development?

      if a module has a node helper and it was not loaded at npm start time, the node helper will not be loaded by ctrl-r

      Should there be an obvious entry in the log for helpers that are NOT loaded?
      Is it common for helpers to not get loaded and how can I check why they failed to load?

      Thanks again for all your help. I really appreciate it!

      posted in Troubleshooting
      Q
      QuackingPlums
    • RE: MMM-Wallpaper not showing anything

      @sdetweil

      Thanks for your reply.
      I don’t see any errors but then I’m not sure if I’m in proper debug mode.
      I’ve added "DEBUG" to the logLevel config parameter but there is still nothing that looks like an exception or stack trace in the terminal window.

      posted in Troubleshooting
      Q
      QuackingPlums
    • RE: MMM-Wallpaper not showing anything

      UPDATE:
      Ok, so it wasn’t working yesterday but when I rebooted everything today it all started working — got the wallpaper showing from both bing and from iCloud.

      BUT… here is the weird thing: this was with JUST the MMM-Wallpaper module active in my config.js. When I uncomment all of my other modules, they sit there doing nothing until I reboot, at which point they all work but the wallpaper stops loading.

      SO… am I hitting some kind of memory limit? I have only been looking at MagicMirror for a couple of days so I have no idea how it all works internally, but It would appear that if modules are loaded in the order they appear in config.js then I am running out of memory at some point before it gets to the end.
      On top of that, it appears that once modules have been loaded once they don’t release that memory even if I change my config.js and reload (ctrl-r) or restart (ctrl-q followed by npm start).
      Is any of this even close to what actually happens?

      I am running on a re-purposed 3B+ from an old HA build. Is it worth running MM on a newer Pi? I do have a spare 5 and I could scavenge a 4 if needed.

      My modules (in order) are:

      • alert
      • clock
      • MMM-WiFiPassword
      • weather
      • MMM-Flights
      • MMM-AnyList
      • calendar
      • MMM-Wallpaper
      • MMM-CalendarExt3

      I was looking to add motion detection and some kind of paging/scene change mechanism to cycle between Mirror — Family Info Hub — Photo Frame — and back to Mirror mode, based on a combination of motion detected and time.

      posted in Troubleshooting
      Q
      QuackingPlums
    • MMM-Wallpaper not showing anything

      I’ve spent the afternoon staring at this and I just can’t see what I’m doing wrong.

      I’ve followed the instructions and installed, re-installed, updated, deleted and re-installed MMM-Wallpaper, but whenever I add a config item for it, I get nothing.
      If I attach it to a position with my other modules then the entire section gets blanked out.
      If I use fullscreen_below then nothing shows, no matter how long I wait.

      I ultimately want to use iCloud Shared Albums for this but right now, in order to find out what’s wrong I’ve pared it back to just the bing source, as per the example. Nothing.

      My config is simply:

      {
      	module: "MMM-Wallpaper",
      	position: "fullscreen_below",
      	config: { // See "Configuration options" for more information.
      		source: "bing",
      		slideInterval: 60 * 1000
      	}
      },
      

      What am I missing?

      posted in Troubleshooting
      Q
      QuackingPlums
    • 1 / 1