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

    Posts

    Recent Best Controversial
    • RE: Basic Calendar log errors

      @sdetweil
      Thank you !!! I wasn’t thinking localhost. Still learning!!

      posted in Troubleshooting
      J
      johntech
    • RE: Basic Calendar log errors

      @sdetweil
      Sorry for the misunderstanding but is this what you meant?

      url: “https://modules/US_Holidays.ics”

      posted in Troubleshooting
      J
      johntech
    • RE: Basic Calendar log errors

      @sdetweil
      Ok. Is it possible to download the file, edit it and use is locally?

      Thank you for the help!!

      John

      posted in Troubleshooting
      J
      johntech
    • RE: Basic Calendar log errors

      @sdetweil said in Basic Calendar log errors:

      >  case '':
      > 		break;
      
      

      Good!! That fixed the issue of the calendar not displaying , but now it is showing double entries in the list. 2 - Easters, Mother’s Day, President’s day etc.

      posted in Troubleshooting
      J
      johntech
    • Basic Calendar log errors

      Noob here trying to get the basic calendar to work. I tried several ics links and none work. The screen shows US HOLIDAYS and under that it says No upcoming events. I did a lot of searching on the internet and through the forums. I ended up finding some information on how to check the log files. In here I found the following when restarting MagicMirror:

      0|MagicMirror  | Launching application.
      0|MagicMirror  | [23:19:49.314] [LOG]
      0|MagicMirror  | Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
      0|MagicMirror  | [23:19:49.325] [LOG]
      0|MagicMirror  | Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      0|MagicMirror  | [23:19:50.208] [LOG]
      0|MagicMirror  | Whoops! There was an uncaught exception...
      0|MagicMirror  | [23:19:50.209] [ERROR]
      0|MagicMirror  | Error: Unknown RRULE property ''
      0|MagicMirror  |     at /home/pi/MagicMirror/node_modules/rrule/dist/es5/rrule.js:1191:23
      0|MagicMirror  |     at Array.forEach (<anonymous>)
      0|MagicMirror  |     at parseRrule (/home/pi/MagicMirror/node_modules/rrule/dist/es5/rrule.js:1149:11)
      0|MagicMirror  |     at parseLine (/home/pi/MagicMirror/node_modules/rrule/dist/es5/rrule.js:1132:16)
      0|MagicMirror  |     at Array.map (<anonymous>)
      0|MagicMirror  |     at Function.parseString (/home/pi/MagicMirror/node_modules/rrule/dist/es5/rrule.js:1110:41)
      0|MagicMirror  |     at Function.RRule.fromString (/home/pi/MagicMirror/node_modules/rrule/dist/es5/rrule.js:2135:32)
      0|MagicMirror  |     at Object.ical.objectHandlers.END (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:62:23)
      0|MagicMirror  |     at Object.handleObject (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:400:41)
      0|MagicMirror  |     at Object.parseICS (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:441:20)
      0|MagicMirror  | [23:19:50.218] [LOG]    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|MagicMirror  | [23:19:50.219] [LOG]    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      
      

      The next to the last line says “Maybe no internet connection.” That is not a problem as everything else on the screen is updating just fine.

      This is the link I’m using from the latest calendar config file:

      {
      			module: "calendar",
      			header: "US Holidays",
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check",
      						url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"					}
      				]
      			}
      		},
      

      All of the settings in the calendar.js file are unchanged.

      UPDATE:

      I grabbed another sd card and and loaded MM on it and am getting the similar errors on a new install as follows:

      0|MagicMirror  | Launching application.
      0|MagicMirror  | [00:23:01.865] [LOG]    
      0|MagicMirror  | Create new calendar fetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
      0|MagicMirror  | [00:23:01.911] [LOG]    
      0|MagicMirror  | Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      0|MagicMirror  | [00:23:02.474] [LOG]    
      0|MagicMirror  | Whoops! There was an uncaught exception...
      0|MagicMirror  | [00:23:02.475] [ERROR]  
      0|MagicMirror  | Error: Unknown RRULE property ''
      0|MagicMirror  |     at /home/pi/MagicMirror/node_modules/rrule/dist/es5/rrule.js:1191:23
      0|MagicMirror  |     at Array.forEach (<anonymous>)
      0|MagicMirror  |     at parseRrule (/home/pi/MagicMirror/node_modules/rrule/dist/es5/rrule.js:1149:11)
      0|MagicMirror  |     at parseLine (/home/pi/MagicMirror/node_modules/rrule/dist/es5/rrule.js:1132:16)
      0|MagicMirror  |     at Array.map (<anonymous>)
      0|MagicMirror  |     at Function.parseString (/home/pi/MagicMirror/node_modules/rrule/dist/es5/rrule.js:1110:41)
      0|MagicMirror  |     at Function.RRule.fromString (/home/pi/MagicMirror/node_modules/rrule/dist/es5/rrule.js:2135:32)
      0|MagicMirror  |     at Object.ical.objectHandlers.END (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:62:23)
      0|MagicMirror  |     at Object.handleObject (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:400:41)
      0|MagicMirror  |     at Object.parseICS (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:441:20)
      0|MagicMirror  | [00:23:02.485] [LOG]    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      0|MagicMirror  | [00:23:02.486] [LOG]    If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      
      
      

      Any idea what this error is and possibly how to fix it so I can get the calendar working again? Thanks for any info!!

      John

      posted in Troubleshooting
      J
      johntech
    • RE: RPI3 running out of memory

      @Vizulize Sorry noob here just learning!

      posted in General Discussion
      J
      johntech
    • RE: MMM-Openhab

      @tbbear I found the problem!

      	url: "http://wr-pi-openhab:8080/basicui/app?sitemap=MMM"   // url of your Openhab sitemap
      
      

      I overlooked the fact the I needed to enter MY url to my openHAB program in the line above. Now everything works as it should!!

      Thank you again for developing this module!!

      John

      posted in Utilities
      J
      johntech
    • RE: MMM-Openhab

      @tbbear Ok that got rid of the icon on the openHAB web interface but I still get nothing on the Magic Mirror screen but the rectangular screen with a white border.

      What creates the buttons and labels on the Magic Mirror screen?

      posted in Utilities
      J
      johntech
    • RE: MMM-Fitbit2

      @Vizulize Those icons would look nice in color too.

      posted in Health
      J
      johntech
    • RE: RPI3 running out of memory

      @Vizulize

      What size SD card do you have?

      Have you ran

      sudo raspi-config
      

      selected the expand memory the second screen?

      I had that problem when first starting MM. No problems any more with 32 GB of space.

      posted in General Discussion
      J
      johntech
    • RE: Looking for paid help configuring magic mirror

      @doron92 Check this out. It’s for beginners.

      [link text]
      https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners
      (link url)

      posted in Requests
      J
      johntech
    • RE: MMM-Openhab

      @tbbear

      Thank you for the reply! I have added the line as instructed in your reply. I also had to move the css file into the css directory in the html directory. Looking at the openHAB Basic UI on the screen the colors changed to black as set .

      In this screen, are you supposed to see the button layout as you displayed at the beginning of this article? There is the icon at the top of the screen showing that looks like something is missing.

      On the Magic Mirror screen, the only thing I see is a rectangle white bordered box on the screen.
      I seem to still be missing something.
      John

      posted in Utilities
      J
      johntech
    • RE: MMM-Openhab

      I am running OH2 and just ran across your article about interfacing OH2 with MagicMirror. First of all thank you for this program. I’m just starting to use Magic Mirror.
      Questions:
      I have installed your code into Magic Mirror.
      I have added your code to the MM config.js file
      I have added the 2 files to my OH2 html directory.
      Where I ran into trouble is in adding the code to my sitemap file.
      You indicate that this added to the beginning of that code:

      sitemap MMM label="MMM-Openhab"
      {
      	        // Set for MMM-Openhab
      	Webview url="/static/MMM-View.html"
      	...
      }
      

      DO I replace my original code :

      sitemap ourhome label="Our Home" { 
      
          Frame label="Today" {
              Text item=Date icon="calendar"
              Text item=Time  icon="time"
          
          }
      

      with your above code? If I do this then my OH2 will not start. Am I missing something? Thank you for any information!
      John

      posted in Utilities
      J
      johntech
    • 1 / 1