MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Mitch1138
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 33
    • Best 5
    • Controversial 0
    • Groups 0

    Mitch1138

    @Mitch1138

    10
    Reputation
    1297
    Profile views
    33
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Mitch1138 Unfollow Follow

    Best posts made by Mitch1138

    • RE: After upgrade (v2.1.1) multiple calendars not displaying

      Just for info, after upgrading to v2.2.0, this issue resurfaced. I tried replacing the ical scripts as described here: https://github.com/MichMich/MagicMirror/issues/839#issuecomment-298308733
      but that didn’t work for me. I used this recommendation which was posted on the forum and was overwritten when I updgraded:
      Edit this file:
      /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js

      • Go to line 56 or search for the first occurance of “ORDINAL_BASE” and change this line:
        ORDINAL_BASE: new Date(1970, 0, 1), ORDINAL_BASE: new Date(1000, 0, 1), (set it to a lower year like 1900, I used 1000)
      • Then restart your magic mirror
      posted in Troubleshooting
      Mitch1138
      Mitch1138
    • RE: -=]!Show Your Module Setup![=-

      Not a mirror, but a kitchen display board. I mounted a TV under the cabinets and when no one is watching it displays our info. I have it tied into the nest so it goes off when we leave and it is scheduled off late at night. II have a PWS (weather station in the back yard) which is displayed as well as my outdoor IP cameras and the current tide (we are on a bay). The positioning is not perfect yet, but the info is very relevant to us.

      0_1489780513470_upload-3610473a-37af-4705-a862-fcbe65fce25b

      0_1489780568906_upload-7fac494b-a778-4365-8ffd-ca505b2706e8

      posted in Show your Mirror
      Mitch1138
      Mitch1138
    • RE: Stocks

      Many thanks for all your work Alexyak. I can’t seem to get the stock to display. I am using the default configuration file and this is display on the terminal during execution:

      Connecting socket for: stocks
      stocks helper started ...
      Sockets connected & modules started ...
      Launching application.
      url:https://api.iextrading.com/1.0/stock/.DJI/quote
      url:https://api.iextrading.com/1.0/stock/MSFT/quote
      url:https://api.iextrading.com/1.0/stock/AAPL/quote
      url:https://api.iextrading.com/1.0/stock/GOOG/quote
      url:https://api.iextrading.com/1.0/stock/INTC/quote
      url:https://api.iextrading.com/1.0/stock/CICS/quote
      url:https://api.iextrading.com/1.0/stock/TSLA/quote
      url:https://api.iextrading.com/1.0/stock/FB/quote
      

      Any suggestions?
      Thanks, Mitch

      posted in Utilities
      Mitch1138
      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
      Mitch1138
      Mitch1138
    • RE: -=]!Show Your Module Setup![=-

      @Mitch1138 - forgot to add the modules:
      module: ‘calendar’, (wife and mine)
      position: ‘top_left’,

      module: ‘newsfeed’ (new york times)
      position: ‘bottom_bar’,

      module: ‘MMM-WunderGround’ (my personal weather station)
      position: ‘top_right’,

      module: ‘stocks’,
      position: ‘bottom_bar’,

      module: ‘iFrame’ - Tides
      position: ‘top_center’
      url: "http://tides.tidegraph.com/…

      module: ‘iFrame’,
      position: ‘top_right’,
      IP camera 1

      module: ‘iFrame’,
      position: ‘top_left’
      IP Camera 2

      posted in Show your Mirror
      Mitch1138
      Mitch1138

    Latest posts made by Mitch1138

    • RE: Working Weather Underground module?

      @saabman Thanks, On my way.

      posted in Troubleshooting
      Mitch1138
      Mitch1138
    • RE: Working Weather Underground module?

      @saabman Just curious, is there a straightforward way to display the output in a row vs. a column - so you could display the weather along the bottom for example. Thanks, Mitch

      posted in Troubleshooting
      Mitch1138
      Mitch1138
    • RE: Working Weather Underground module?

      @Saabman Nice work. No issues running it, even with imperial display units!

      posted in Troubleshooting
      Mitch1138
      Mitch1138
    • RE: Amcrest IP Camera Support

      Has anyone had any success with this? I have been able to use MMM-RTSPStream to display one camera using RTSP, but another Amcrest (IP4M) will not work. Thanks, Mitch

      posted in Requests
      Mitch1138
      Mitch1138
    • Amcrest IP Camera Support

      Has anyone had success displaying an Amcrest camera (MP3-943) to their MagicMirror? I have tried iFrame and IPCamera without success . iFrame worked with my old Foscam cameras.
      Many thanks, Mitch

      posted in Requests
      Mitch1138
      Mitch1138
    • RE: Stocks

      Thanks again, that fixed it (although the DJI would be nice…).

      I really appreciate your efforts.

      Mitch

      posted in Utilities
      Mitch1138
      Mitch1138
    • RE: Stocks

      Many thanks for all your work Alexyak. I can’t seem to get the stock to display. I am using the default configuration file and this is display on the terminal during execution:

      Connecting socket for: stocks
      stocks helper started ...
      Sockets connected & modules started ...
      Launching application.
      url:https://api.iextrading.com/1.0/stock/.DJI/quote
      url:https://api.iextrading.com/1.0/stock/MSFT/quote
      url:https://api.iextrading.com/1.0/stock/AAPL/quote
      url:https://api.iextrading.com/1.0/stock/GOOG/quote
      url:https://api.iextrading.com/1.0/stock/INTC/quote
      url:https://api.iextrading.com/1.0/stock/CICS/quote
      url:https://api.iextrading.com/1.0/stock/TSLA/quote
      url:https://api.iextrading.com/1.0/stock/FB/quote
      

      Any suggestions?
      Thanks, Mitch

      posted in Utilities
      Mitch1138
      Mitch1138
    • RE: After upgrade (v2.1.1) multiple calendars not displaying

      Just for info, after upgrading to v2.2.0, this issue resurfaced. I tried replacing the ical scripts as described here: https://github.com/MichMich/MagicMirror/issues/839#issuecomment-298308733
      but that didn’t work for me. I used this recommendation which was posted on the forum and was overwritten when I updgraded:
      Edit this file:
      /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js

      • Go to line 56 or search for the first occurance of “ORDINAL_BASE” and change this line:
        ORDINAL_BASE: new Date(1970, 0, 1), ORDINAL_BASE: new Date(1000, 0, 1), (set it to a lower year like 1900, I used 1000)
      • Then restart your magic mirror
      posted in Troubleshooting
      Mitch1138
      Mitch1138
    • RE: Stocks

      Several weeks ago this module seemed to stop working. It doesn’t generate any errors, just won’t display. Has anyone else seen this?

      Thanks, Dave

      posted in Utilities
      Mitch1138
      Mitch1138
    • RE: All stocks modules are not working for me.

      I am having the same issue with Stocks and MMM-Stocks, they just stopped working. I think they stopped some time after I updated MM but I can be sure.

      Does anyone have any insight into this?

      Many thanks.

      posted in Utilities
      Mitch1138
      Mitch1138