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

    Posts

    Recent Best Controversial
    • RE: Calendar shows "no entries" after MM Update

      Excellent, changing the date to 1000 fixed it. It is a google calendar, but I have synced with outlook, iphone, etc. so are probably some odd dates and trash squirreled away.

      Thanks very much

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • RE: Calendar shows "no entries" after MM Update

      I tried tgeimer’s fix (many thanks by the way), but without success. Of two calendars, only one displays. Here is the terminal output:

      Whoops! There was an uncaught exception…
      Error: dates lower than Mon Jan 01 1900 00:00:00 GMT-0500 (EST) are not supported
      at Object.toOrdinal (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:105:15)
      at Iterinfo.rebuild (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:1409:35)
      at RRule._iter (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:978:10)
      at RRule.between (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:794:21)
      at /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:122:24
      at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:5)
      at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:186:22)
      at emitTwo (events.js:106:13)
      at Request.emit (events.js:191:7)
      at Request. (/home/pi/MagicMirror/node_modules/request/request.js:1081:10)
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues

      Dave

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • RE: MMM-Nest

      @strawberry-3.141 said in MMM-Nest:

      .MMM-Nest table.xsmall.table { font-size: 20px; line-height: 25px; }

      I am impressed. This worked perfectly. By adding it to the custom.css I can change size and spacing by changing the px sizes. Many thanks.

      posted in Utilities
      Mitch1138M
      Mitch1138
    • RE: MMM-Nest

      @mochman Many thanks. For now, changing the table font size in Nest.js seems to work (table.classList.add(“xsmall”, “table”); to table.classList.add(“small”, “table”);). I will keep looking at how to get this into custom.css.

      posted in Utilities
      Mitch1138M
      Mitch1138
    • RE: MMM-Nest

      Thanks for the suggestion. I couldn’t get this to work and couldn’t find the css setting that changes the font size, it looks like most of the settings are for the thermostat graphic, not the list.

      posted in Utilities
      Mitch1138M
      Mitch1138
    • RE: Calendar shows "no entries" after MM Update

      I am still having this problem, but it might not be total related to size. I have a 2.43MB calendar that works fine and a 1.38MB calendar that will not display, both worked before the update. Has anyone found anything that works?

      Thanks.

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • RE: MMM-Nest

      I just installed this and everything worked as described. I have two thermostats, is there a way to increase the font size of the “list” view (it looks like the css only applies to the thermostat graphic view?). Thanks

      posted in Utilities
      Mitch1138M
      Mitch1138
    • RE: Scheduled restart for MM or module

      I want to thank Strawberry and everyone for resolving this. I have been worrying on it for some time and this finally resolved it. Thanks for putting the full code in the example Cyankali.

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • RE: Calendar shows "no entries" after MM Update

      I mentioned this in another post, but I am seeing the same behavior described here.

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • After upgrade (v2.1.1) multiple calendars not displaying

      I have two calendars which would display fine before the update. After the update only the 2nd calendar displays. Has anyone else seen this?

      Thanks, Dave

      {
      module: ‘calendar’,
      header: ‘Calendar’,
      position: ‘top_left’,
      config: {
      colored: true,
      calendars: [
      {
      url: ‘https://calendar.google.com/calendar/ical/.../basic.ics’,
      color: ‘#f70000’
      },

                 	 {
                         	 url: 'https://calendar.google.com/calendar/ical/.../basic.ics',
                  	color: '#04f448'  
      	},
      	
                      ]
              }
      

      },

      posted in Troubleshooting
      Mitch1138M
      Mitch1138
    • 1
    • 2
    • 3
    • 4
    • 2 / 4