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

    moshinh

    @moshinh

    0
    Reputation
    624
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    moshinh Unfollow Follow

    Latest posts made by moshinh

    • SIMKL Watchlist / Upcoming Shows

      similar to letterboxd or trakt, but much better API and free!

      Makes me really wish I could code. I left trakt after they charged for plex scrobbling, and letterboxd well has no API.

      Simkl is amazing but trakt is on my mirror.

      Anyone interested in taking this up?

      https://api.simkl.com/

      posted in Requests
      M
      moshinh
    • Frame Rate / Lag on Dynamic Weather

      Re: MMM-DynamicWeather

      I love this module, but its a bit laggy on my Pi 3B. Cant figure out how to figure out how to optimize. Can anyone point me in the right direction?

      Thanks!

      posted in Fun & Games
      M
      moshinh
    • RE: TypeError: curr.start.toISOString is not a function

      it does not :-(

      posted in Troubleshooting
      M
      moshinh
    • RE: TypeError: curr.start.toISOString is not a function

      Does this work? Confirmed? I tried someone elses .js and it didnt :-(

      posted in Troubleshooting
      M
      moshinh
    • O365 Calendar won't seem to load

      So, maybe I cannot read very well, but I thought I read that a known O365 calendar bug was fixed in the newer updates. I updated, but still get the below. Turning out to be a nuisance as I need my work calendar.

      Thanks!

      Create new todo fetcher for list: inbox - Interval: 60000
      Whoops! There was an uncaught exception...
      TypeError: curr.exdates[i].toISOString is not a function
          at Object.ical.objectHandlers.END (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:44:44)
          at Object.handleObject (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:267:41)
          at Object.parseICS (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/ical.js:308:20)
          at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:24)
          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:194:7)
          at Request. (/home/pi/MagicMirror/node_modules/request/request.js:1163:10)
          at emitOne (events.js:96:13)
          at Request.emit (events.js:191:7)
      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
      
      posted in Troubleshooting
      M
      moshinh
    • RE: Update Broke it good?

      LOL that would explain a lot. helps to install what you’ve downloaded I suppose. Newb of the day? – Thanks!!! I was install each piece off the error message e.g., npm install express-iptables, npm install handle etc etc

      posted in Troubleshooting
      M
      moshinh
    • Update Broke it good?

      So, I was trying to load my office365 calendar, and it wouldn’t load. Searches led me to believe it was fixed in an update. Sure enough, I hadn’t updated, ever. Started this over a year ago. So I decided to ‘git pull’ and try to launch mirror again. Now it won’t start at all. I get the below.

      Any ideas? Im not that smart really.

      > magicmirror@2.3.1 start /home/pi/MagicMirror
      > sh run-start.sh
      
      App threw an error during load
      Error: Cannot find module 'express-ipfilter'
          at Module._resolveFilename (module.js:455:15)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron-prebuilt/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
          at Function.Module._load (module.js:403:25)
          at Module.require (module.js:483:17)
          at require (internal/module.js:20:19)
          at Object. (/home/pi/MagicMirror/js/server.js:13:43)
          at Module._compile (module.js:556:32)
          at Object.Module._extensions..js (module.js:565:10)
          at Module.load (module.js:473:32)
          at tryModuleLoad (module.js:432:12)
      A JavaScript error occurred in the main process
      Uncaught Exception:
      Error: Cannot find module 'express-ipfilter'
          at Module._resolveFilename (module.js:455:15)
          at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron-prebuilt/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
          at Function.Module._load (module.js:403:25)
          at Module.require (module.js:483:17)
          at require (internal/module.js:20:19)
          at Object. (/home/pi/MagicMirror/js/server.js:13:43)
          at Module._compile (module.js:556:32)
          at Object.Module._extensions..js (module.js:565:10)
          at Module.load (module.js:473:32)
          at tryModuleLoad (module.js:432:12)
      
      posted in Troubleshooting
      M
      moshinh
    • RE: Fitbit

      I am having the same issue Greppie had at some point.

      Next thing is, that setupAccess.py doesnt work or I did not understood how it does. The script start a server at port 8080 but if fitbit redirects to it I get an error that the page is not accessible. However I copied the token from url an put it into tokens.ini. There’s only an access token and no refresh token, right?

      I am having this same problem, I get a 404 error on the attempt to get my tokens. I was able to pull the token from the URL, but have no way to get the refresh. Please help, im so close! Thanks for all of your effort.

      When I click the autogenerated authorization URL, I am redirected to http://127.0.0.1:8080/ and throw this 404 error.

      404 Not Found

      Missing parameters: state

      Traceback (most recent call last):
      File “/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py”, line 670, in respond
      response.body = self.handler()
      File “/usr/local/lib/python2.7/dist-packages/cherrypy/lib/encoding.py”, line 217, in call
      self.body = self.oldhandler
      (*args, **kwargs)
      File “/usr/local/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py”, line 67, in call
      raise sys.exc_info()[1]
      HTTPError: (404, ‘Missing parameters: state’)

      This is what I see when I run setupAccess.py

      Is this part normal?

      CherryPy Checker:
      The Application mounted at ‘’ has an empty config.

      Full output:

      pi@mirror:~/MagicMirror/modules/MMM-fitbit/python $ sudo python setupAccess.py
      Get credentials from credentials.ini? (Y/N)
      n
      Would you like to enter them manually now? (Y/N)
      y
      Enter client id:
      227WT7
      Enter client secret:
      9fe3da42b609603a67e7730aad3ca96a
      [25/Oct/2016:11:20:26] ENGINE Listening for SIGHUP.
      [25/Oct/2016:11:20:26] ENGINE Listening for SIGTERM.
      [25/Oct/2016:11:20:26] ENGINE Listening for SIGUSR1.
      [25/Oct/2016:11:20:26] ENGINE Bus STARTING

      CherryPy Checker:
      The Application mounted at ‘’ has an empty config.

      [25/Oct/2016:11:20:26] ENGINE Started monitor thread ‘Autoreloader’.
      [25/Oct/2016:11:20:26] ENGINE Started monitor thread ‘_TimeoutMonitor’.
      [25/Oct/2016:11:20:27] ENGINE Serving on http://127.0.0.1:8080
      [25/Oct/2016:11:20:27] ENGINE Bus STARTED
      127.0.0.1 - - [25/Oct/2016:11:20:40] “GET / HTTP/1.1” 404 1206 “” “Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.91 Safari/537.36”

      posted in Troubleshooting
      M
      moshinh