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

    Posts

    Recent Best Controversial
    • Change Header of Default Weather modules

      hi, I am trying to change the header text for the current and forecast portions of the default weather modules. Is there an easy way to do this?

      posted in Troubleshooting
      ooom416354O
      ooom416354
    • RE: MMM-MyCommute - API Calls and Quota

      @lavolp3 Thanks so much for the details!

      posted in Troubleshooting
      ooom416354O
      ooom416354
    • RE: MMM-MyCommute - API Calls and Quota

      @sdetweil that is great, thank you. by chance just for my learning, where is it in the code? thanks again !

      posted in Troubleshooting
      ooom416354O
      ooom416354
    • Remote Control and Module Scheduler Not Turning off Monitor

      hi all, I am using the MMM-Remote Control module with the MMM-ModuleScheduler and for some reason I can’t get the monitor to turn off or on automatically. The actual webpage to connect using the remote control works to turn it off and on but it isn’t working in conjunction with the scheduler. Is there something I am missing? I had this working for awhile but had to re-image due to a corrupt SD card.

      thanks!

       {
                              module: 'MMM-Remote-Control'
                      },
                      {
                              module: 'MMM-ModuleScheduler',
                              config: {
                                  notification_schedule: [
                                      // Turn the screen on at 05:00 every morning
                                      {notification: 'REMOTE_ACTION', schedule: '00 5 * * *', payload: {action: "MONITORON"}},
                                      // Refresh all modules at 11:25 every night
                                      {notification: 'REMOTE_ACTION', schedule: '25 23 * * *', payload: {action: "REFRESH"}},
                                      // Turn the screen off at 11:30 every night
                                      {notification: 'REMOTE_ACTION', schedule: '30 23 * * *', payload: {action: "MONITOROFF"}}
                                  ]
                             }
                      },
      
      
      posted in Troubleshooting
      ooom416354O
      ooom416354
    • MMM-MyCommute - API Calls and Quota

      Hi i have a question, I’m using the MMM-MyCommute module but have to set to only be shown between 5:45 AM and 6:25 AM using startTime and endTime in my config (also not showing on weekends).

      During this time when the module is not shown on the screen does it still run and make an API call adding to my Quota on Google? I just want to make sure that i do not end up getting charged for not showing the module. I have all of the default values set as well:

      Here’s my config, can someone let me know if I will be OK with the daily/monthly free API pulls?

       {
                              module: 'MMM-MyCommute',
                              position: 'bottom_left',
                              config: {
                                     apikey: 'myAPIKey',
                                     origin: 'Garden City, NY',
                                     startTime: '05:45',
                                     endTime: '06:20',
                                     hideDays: [0,6],
                                     destinations: [
                                     {
                                       destination: 'Ozone Park, NY',
                                       label: 'My Commute',
                                       mode: 'Driving'
                                     }
                                     ]
                      }
                     },
      
      
      posted in Troubleshooting
      ooom416354O
      ooom416354
    • Word wrap Module?

      Hi, i have a quesiton. I have a module which is in the bottom_left and for some reason, the text doesn’t word wrap. I am just wondering if there’s a way to do this with the custom.css file or if I have to add something to my module itself. I basically just want to wrap it similar to as wide as the calendar module is.

      Thanks in advance.default

      posted in Troubleshooting
      ooom416354O
      ooom416354
    • RE: MMM-NHL - NHL Score and Schedule module

      @ooom416354 said in MMM-NHL - NHL Score and Schedule module:

      I have a small issue with the module, wondering if it’s something I screwed up. Basically it will refresh with the realtime scores for any games listed on the mirror. But after the game ends it will not add on any new scores and remove the old scores as the days move forward. for example, I have focus on the NY Islanders and they played Saturday, Sunday and Tuesday. They are scheduled to play tonight as well. On my mirror right now are the 3 previous games but not the next 3. If I reload the entire page it will update with tonights game and any future ones. Is there something I need to do to get it to update automatically without having to refresh the whole mirror?

      Hi, I am having this issue again where if I refresh the mirror myself, it will update otherwise it stays static. The scores change but it doesnt retrieve the future games. @Trentent is there anything I can do ?

      posted in Sport
      ooom416354O
      ooom416354
    • RE: Google maps API key

      @banandze Im trying myself and am not able to get it to work. Painful, wish there was some better documentation as to what to do on googles end.

      posted in Troubleshooting
      ooom416354O
      ooom416354
    • RE: NYC MTA Subway Times

      @imchrisrein im trying it now, making some sort of attempt to convert to work with the LIRR. The module that @yawns helped is great to track when the next train is. right now i’m also trying to see if there’s an overall service issue as well. sometimes the train is on time but cancelled at jamaica before i get to the station so it would be good to know if that happens before leaving

      posted in Requests
      ooom416354O
      ooom416354
    • RE: NYC MTA Subway Times

      @imchrisrein yea it will only show up if there’s a delay for the LIRR module. The pic above is great - I think you can get the next times using their API. might even be some modules out there now. I was thinking something like this might help you ?

      https://github.com/konecnyna/MMM-MTA

      posted in Requests
      ooom416354O
      ooom416354
    • RE: RPI Picture Frame?

      @madscientist Great, I am going to check it out, thank you so much !

      posted in General Discussion
      ooom416354O
      ooom416354
    • RE: RPI Picture Frame?

      @madscientist said in RPI Picture Frame?:

      Kodi

      I havent but can that run off a pi? I’m literally looking for like a fixed frame format where the pictures just rotate from a directory (it’s for an older person so they wouldn’t have instagram or some online photos)

      posted in General Discussion
      ooom416354O
      ooom416354
    • RE: Google maps API key

      @lavolp3 yea that’s what I’ve been looking at, the whole list is so strangely presented. i just deleted whatever projects I had and am going to start from scratch with a new API key but the quotas and stuff like that is just impossible to figure out where and what I’m entering in so I just wanted to make sure that the requests are limited by the MM module.

      posted in Troubleshooting
      ooom416354O
      ooom416354
    • RE: Google maps API key

      @lavolp3 OK great, I will try that. It will show traffic as well, right? Do you know what exactly i need to do to set it up so that it’s only the one call a day needed? and for the life of me i just can’t figure out how to set it up on the google console to limit it so i dont go over 200 per year. I know i need billing added which is fine, but i am concerned as to how many requests im making through the mirror. I just want to make sure that whatever i install is literally just 1 per day allowed.

      posted in Troubleshooting
      ooom416354O
      ooom416354
    • RPI Picture Frame?

      Hi all, just wondering if there’s any software out there now which can run kind of a rolling picture frame which has lets say 6 or so pictures on screen and will update them from pics saved in a directory or on the Pi’s D card directly. I was thinking of doing this and hanging it on the wall rather than actually printing pictures old school.

      thank you !

      posted in General Discussion
      ooom416354O
      ooom416354
    • RE: NYC MTA Subway Times

      @mastev26 @anthony6608 +1 for me too, I would love that as well. what could also be good is if there is a service status from this file

      http://web.mta.info/status/serviceStatus.txt

      where you could pull this in and have just your train line and pop up on the screen if there’s any delay. dont know if something is out there like that now either…

      posted in Requests
      ooom416354O
      ooom416354
    • RE: Google maps API key

      I’m in the same boat, I am also lost as to how to set this up. I’m currently using MMM-Traffic and it was able to pull general data but not include any actual commute times based on traffic. Is there a step by step place I can go to to configure billing for my project and also set up some sort of quota so that it just stops working when I hit $200? In reality, I really just need one request a day at 6 AM to show the commute time when I leave, nothing more than that at all. Is that possible as well to configure that in my module (or another module if not possible with this one?)

      posted in Troubleshooting
      ooom416354O
      ooom416354
    • RE: NYC MTA Subway Times

      @yawns you had converted this one for me and yes, it still works :-)

      posted in Requests
      ooom416354O
      ooom416354
    • RE: MMM-MLB

      @cowboysdude ha i know the feeling. Thanks again!

      posted in Sport
      ooom416354O
      ooom416354
    • RE: MMM-MLB

      @cowboysdude no problem, figured it would be a bit difficult

      posted in Sport
      ooom416354O
      ooom416354
    • 1
    • 2
    • 3
    • 4
    • 5
    • 1 / 5