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

    Topics

    • C

      MMM-COVID19 not updating

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      28
      0 Votes
      28 Posts
      7k Views
      S
      @Baraka someone posted an issue for my MyCovid19 module. the source has changed publishing dates and maybe format I have updated my module.
    • C

      Weather module works for current, shows 'loading' for forecast

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      12
      0 Votes
      12 Posts
      3k Views
      S
      @matpi awesome. can u mark this resolved? 3dots to the right, click the menu
    • C

      MMM-BackgroundSlideshow just shows black screen

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      7
      0 Votes
      7 Posts
      2k Views
      S
      @CliffordW glad u got it working!!
    • C

      Error while updating.

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      4
      0 Votes
      4 Posts
      882 Views
      S
      @CliffordW said in Error while updating.: . There are actually two update scripts on that page no, there are two invocations of the same script… one in test mode, and one in apply mode
    • C

      SlotTitle Date formatting with CalendarExt2

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      5
      0 Votes
      5 Posts
      1k Views
      C
      @Sean No argument there. I’m not familiar with this style of coding, but I am trying to learn.
    • C

      Maximizing Screen Use with MMM-CalendarExt2 and Custom.css

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      9
      0 Votes
      9 Posts
      3k Views
      C
      @Sean Thanks for the guidance. I missed it the first time. Considering this pi is a single function, I might just give this a shot.
    • C

      Possible to auto-update MM and modules?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      1 Votes
      3 Posts
      1k Views
      C
      @sdetweil Thanks! I’ll definitely take a look.
    • C

      How to maximize calendar entry on MMM-CalendarExt2

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      388 Views
      C
      As you can see from the screenshot, the left of each entry has a space reserved for a symbol. https://imgur.com/hvSPqw9 I’d like to use the monitor in portrait mode, and maximize the space available for calendar entries. Is there any way to use the symbol area for text?
    • C

      Two questions regarding MMM-CalendarExt2

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      3
      0 Votes
      3 Posts
      1k Views
      C
      @Sean Thanks! I could suggest to staff to make duration part of the description. That will work. I can display ‘Gym Rentals’ on the left side of the calendar. Is there anyway to display the month of the current week on the right side? https://imgur.com/kcPfvub
    • C

      Sample config not working with MMM-CalendarExt2

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      625 Views
      C
      I only see the daily view in the top left of the screen. Everything else is dark. /* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. * * For more information how you can configurate this file * See https://github.com/MichMich/MagicMirror#configuration * */ var config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], language: "en", timeFormat: 24, units: "metric", modules: [ { module: 'MMM-CalendarExt2', config: { calendars : [ { url: "https://www.google.com/calendar/ical/ovb564thnod82u5c4njut98728%40group.calendar.google.com/public/basic.ics", }, ], views: [ { mode: "daily", }, ], scenes: [ { name: "DEFAULT", }, ], }, } ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;}
    • C

      Best way to include time with Month title on MMM-CalendarExt

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      4
      0 Votes
      4 Posts
      1k Views
      M
      Actually I posted this question to the MMM-CalendarExt2 github issues page and a new version was added today to address the problem. He added the ability to display the month and year.
    • C

      Trying to remove Weeks column, and change grid on CalendarExt

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      1
      0 Votes
      1 Posts
      510 Views
      C
      Again, I must be doing something wrong. I have added showWeeks: 0 in a number of places but it still shows the weeks column. I have included a stylename reference, but regardless of which style I use, the grid always looks the same. Other than those two items, the config file is working. SOLVED. I was using an uppercase letter for the parameter name when it should have been lowercase.
    • C

      How to change color for calendar entries MMM-CalendarExt

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      3
      0 Votes
      3 Posts
      991 Views
      C
      Thanks. Not sure how I missed it.
    • C

      Trying to display a month view with MMM-CalendarExt

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      11
      0 Votes
      11 Posts
      4k Views
      F
      @CliffordW were you able to get your google calendar to show up?
    • C

      MMM-BMW just displaying 'boring weather'

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      0 Votes
      4 Posts
      1k Views
      Mykle1M
      @CliffordW said in MMM-BMW just displaying 'boring weather': I entered my pws, I didn’t purchase a key. I’ll assume it’s an api issue. It is. IBM bought WunderGround and disabled all free api keys. That is why I rewrote the module. Working already! I love the look, thanks for a fantastic extension. That’s very kind of you. I’m glad you like it. :thumbsup: I wish I could MMM-CalendarExt working so easily. That’s @Sean’s module. He gives great support for his modules. I’m sure he can (and will) help you get up and running with that.
    • C

      How do I rotate the display when MM is running on Windows?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      335 Views
      C
      Should be easy, but I can’t find out how to do it. Can anyone give me the instructions how to do it?
    • C

      MM for Kitchen

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      504 Views
      C
      I built a MM running on Win10 for the kids showing agenda, weather, and news headlines. Now my wife would like one in the kitchen. Not a MIrror, but an information screen to replace our paper calendar. What she’s asking for ideally is a calendar display, with a touch interface to show the daily agenda. If it could also somehow display a recipe on request that would be awesome. Is something like this possible with MM on a PI, and what kind of hardware would I need?
    • 1 / 1