MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. frogywill
    3. Topics
    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 4
    • Posts 10
    • Groups 1

    Topics

    • F

      Help with CSS to align Sonos Art Work

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      5
      2
      0 Votes
      5 Posts
      1k Views
      F
      THANKS! You did it! I really appreciate the help! :folded_hands:
    • F

      Lighted Bathroom MM

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      9
      14
      6 Votes
      9 Posts
      8k Views
      FoziF
      @frogywill This. Is. Madness. Wonderful job!🤘🏻
    • F

      MMM-SONOS showing then not showing

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      5
      0 Votes
      5 Posts
      1k Views
      F
      This is my config. But I think I may have solved it. I was using CSS to hide the “Zone” and “Type” info. If I remove the “visibility hidden” it works. So let’s see after a full day… { module: 'MMM-Sonos', //header: "Now Playing", position: "bottom_bar", // This can be any of the regions, best results in center regions classes: 'daytime_scheduler', config: { // See 'Configuration options' for more information. showStoppedRoom: false, showAlbumArt: true, showRoomName: false, exclude: ["Garden", "Living Room", "Bedroom"], } },
    • F

      MMM-ModuleScheduler scheduling issue

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      737 Views
      F
      Hi! First post, first mirror with a lots of things working thanks to all the valuable reading here! I do have an issue I can’t seem to resolve. Using MMM-ModuleScheduler I have a module scheduled as: module_schedule: {from: '50 10 * * *', to: '0 11 * * *' }, It is now 10:45am on Saturday. Yet the module will not show at 10:50am and the logs shows this: MMM-ModuleScheduler is scheduling MMM-MyWastePickup using "50 10 * * *" and "0 11 * * *" with dim level undefined MMM-ModuleScheduler is hiding MMM-MyWastePickup MMM-ModuleScheduler has scheduled MMM-MyWastePickup MMM-ModuleScheduler will next show MMM-MyWastePickup at Fri Aug 31 2018 10:50:00 GMT-0700 (PDT) MMM-ModuleScheduler will next hide MMM-MyWastePickup at Fri Aug 31 2018 11:00:00 GMT-0700 (PDT) No matter what I put in the cron expression, it always starts hidden and doesn’t get scheduled until next Friday. I installed it yesterday and it was working but I suspect it’s because yesterday was, you guessed it, FRIDAY. If I set up a schedule for: module_schedule: {from: '0 8 * * SAT', to: '0 11 * * MON' }, Then it will be scheduled for next Saturday but not today: MMM-ModuleScheduler will next show MMM-MyWastePickup at Sat Sep 01 2018 08:00:00 GMT-0700 (PDT) MMM-ModuleScheduler will next hide MMM-MyWastePickup at Mon Sep 03 2018 11:00:00 GMT-0700 (PDT) If I schedule to for Monday, then it will be scheduled for the following Monday: MMM-ModuleScheduler is scheduling MMM-MyWastePickup using "0 8 * * MON" and "0 11 * * MON" with dim level undefined MMM-ModuleScheduler is hiding MMM-MyWastePickup MMM-ModuleScheduler has scheduled MMM-MyWastePickup MMM-ModuleScheduler will next show MMM-MyWastePickup at Mon Sep 03 2018 08:00:00 GMT-0700 (PDT) MMM-ModuleScheduler will next hide MMM-MyWastePickup at Mon Sep 03 2018 11:00:00 GMT-0700 (PDT) Any idea what to look for ? The time is correct on my system. Thanks!!
    • 1 / 1