MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. twosquirrels
    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 45
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @BKeyport That worked to remove the white box, thanks!

      I’m still struggling with getting the module to just show where I want it. I don’t know why it doesn’t just listen to “position” like every other module where I can tell them all to be top_right and they’d all line up in the appropriate order. I’m fighting with moduleOffset entering random numbers to see if I can find a decent spot, but it still overlaps, causes indentation, and is just a mess. Then often times the module will just disappear after being on screen for a couple minutes.

      posted in Utilities
      twosquirrelsT
      twosquirrels
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      Is there a way to hide the play/pause button? I’m not using a mouse on my mirror so it’s useless. Also, i’s creating its own separate gigantic white box that doesn’t line up with my actual video stream (which I have to force its position using moduleOffset).

      posted in Utilities
      twosquirrelsT
      twosquirrels
    • RE: MMM-MyGarbage

      This is great! It’s since replaced MMM-MyWastePickup as that no longer works .

      posted in Utilities
      twosquirrelsT
      twosquirrels
    • RE: MMM-MyWastePickup (Toronto waste collection schedule)

      This has always been my most reliable and dead simple module. However, I reinstalled my raspberry pi yesterday and MMM-MyWastePickup no longer works. It sits at “Loading…” forever. I know how to edit the schedule.csv file as I’ve been doing it for over a year. It just refuses to work and I have no idea why.

      {
        module: 'MMM-MyWastePickup',
        position: 'top_left',
        header: 'My Waste Collection',
        config: {
          collectionCalendar: 'Custom'
        }
      },
      
      posted in Productivity
      twosquirrelsT
      twosquirrels
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      I have RTSP enabled on my Wyze camera, but nothing displays with this module. The URL it provides is in the format:
      rtsp://USER:PASSWORD@ADDRESS/live

      I noticed that it doesn’t provide the actual file extension such as .mov so I’m wondering if that’s preventing this from working for me.

      posted in Utilities
      twosquirrelsT
      twosquirrels
    • RE: MMM-crypto-portfolio

      Is there an easy way to remove the “total assets” line at the bottom? I am only tracking one currency, so it’s redundant to have it displayed twice. Thanks.

      posted in Utilities
      twosquirrelsT
      twosquirrels
    • RE: MMM-NPR

      @mykle1 Oh, I do. The magic mirror is one place I want free of that trash.

      Thanks for the module but this one isn’t for me. The default news module has the prohibitedWords feature so I’ll stick to that one.

      posted in Education
      twosquirrelsT
      twosquirrels
    • RE: MMM-forecast-io -- Localized up to the minute weather

      @rak

      Thanks for this fork! I like your sample screenshot. I cloned it and did npm install, but the sizing of all the colored elements are all way off. Any ideas?

      Why is it showing 10 degrees all the way up through 70 when it really only needs to show 70 to 95?

      The rain bars are too tiny, as are the temperature range bars. :disappointed_face:

      0_1535556499508_CloudApp Annotation 2018-08-29 at 11.28.10 AM.png.png

      posted in Utilities
      twosquirrelsT
      twosquirrels
    • RE: MMM-NPR

      Does this support “prohibitedWords” as in the default news module? I absolutely refuse to have anything related to “Trump” in my news feed. If I see that word appear, the mirror is going into the garbage.

      posted in Education
      twosquirrelsT
      twosquirrels
    • RE: MMM-MyCalendar

      @ninjabreadman

      Ahh, I see. Silly question - how do I pull from that branch instead of from the master? I googled the differences but it’s not making sense to me.

      AHH! I figured it out:

      pi@magicmirror:~/MagicMirror/modules $ git clone -b using_nunjucks https://github.com/jclarke0000/MMM-MyCalendar.git
      Cloning into 'MMM-MyCalendar'...
      remote: Counting objects: 84, done.
      remote: Total 84 (delta 0), reused 0 (delta 0), pack-reused 84
      Unpacking objects: 100% (84/84), done.
      

      @ninjabreadman thank you for pointing this out!

      posted in Utilities
      twosquirrelsT
      twosquirrels
    • RE: MMM-MyCalendar

      @ninjabreadman Page 1 contains an update where it mentions support for 2 columns:
      https://forum.magicmirror.builders/topic/2559/mmm-mycalendar?page=1

      alt text

      posted in Utilities
      twosquirrelsT
      twosquirrels
    • RE: MMM-MyCalendar

      This module just won’t display a 2-column layout for me despite it being enabled in the config:

      {
              module: "MMM-MyCalendar",
              header: "Family Calendar",
              position: "top_left",    // This can be any of the regions. Best results in left or right regions.
              config: {
      colored: true,
      maximumEntries: 6,
      columns: true,
      showLocation: false,
      maxTitleLength: 200,
      fetchInterval: 120000,
      fade: false,
      calendars: [
      .....
      
      posted in Utilities
      twosquirrelsT
      twosquirrels
    • RE: MMM-Gas

      I believe this is the first gas module that works in the US. Thanks!

      posted in Transport
      twosquirrelsT
      twosquirrels
    • RE: MMM-FAA-Delay

      I have weather disabled with showWeather turned off, but I still have this wasted line after each airport. airport.css didn’t seem to have any option to control this. Is there any way?

      0_1532527916029_CloudApp Annotation 2018-07-25 at 10.09.56 AM.png.png

      posted in Transport
      twosquirrelsT
      twosquirrels
    • RE: MMM-uber and MMM-lyft

      I now get this bizarre issue where Lyft shows the times in minutes down to 15 decimal places. Anybody else?

      0_1532451125264_CloudApp Annotation 2018-07-24 at 12.51.04 PM.png.png

      posted in Transport
      twosquirrelsT
      twosquirrels
    • RE: MMM-uber and MMM-lyft

      I completely deleted the uber module folder and reinstalled. That fixed it. I could have sworn I tried that, but it worked just now.

      posted in Transport
      twosquirrelsT
      twosquirrels
    • RE: MMM-FAA-Delay

      @nigel-daniels

      It was driving me nuts, but the config is showWeather, not displayWeather :smiling_face_with_open_mouth_closed_eyes:

      posted in Transport
      twosquirrelsT
      twosquirrels
    • RE: MMM-MyCommute

      Is this still working as designed? I reinstalled my magicmirror recently, and when I went to get this module working, it pointed me to get an API key at https://developers.google.com/maps/documentation/javascript/get-api-key which no longer appears to be free?

      This is all I had for my config previously, so I can’t find if/what my key previously was:

         {
            module: 'MMM-MyCommute',
            position: 'top_left',
            header: 'Commute Times',
            classes: 'default everyone', 
            config: {
          travelTimeFormat: "h[h] m[m]"
            }
          },
      

      I don’t know how it even was working since it doesn’t have the API key, but it definitely was working fine for months.

      posted in Transport
      twosquirrelsT
      twosquirrels
    • 1 / 1