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

    Topics

    • ooom416354O

      Change Header of Default Weather modules

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      157 Views
      S
      @ooom416354 do module: weather, header:…whatever, quotes of course weather has a parm appendLocationToHeader needs to be set to false
    • ooom416354O

      Remote Control and Module Scheduler Not Turning off Monitor

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      570 Views
      ooom416354O
      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"}} ] } },
    • ooom416354O

      MMM-MyCommute - API Calls and Quota

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      9
      0 Votes
      9 Posts
      2k Views
      T
      @hermlam I am having this same issue, at least since the most recent MM update. Have you found a solution yet?
    • ooom416354O

      Word wrap Module?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      0 Votes
      2 Posts
      823 Views
      brobergB
      @ooom416354 Hi, yes it’s possible but you would have to define the size for the module for it to contain the text. (Otherwise it just fills the available space in the bottom_left region) so in the custom.css add something like this : .MMM_modulename { width : 400px; } Replace the “MMM_modulename” with the name of the module and adjust the width accordingly.
    • ooom416354O

      RPI Picture Frame?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      1k Views
      ooom416354O
      @madscientist Great, I am going to check it out, thank you so much !
    • ooom416354O

      Run Python script which creates a JSON file

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      2k Views
      ooom416354O
      @yawns Ahhh perfect - I am going to try that, that should definitely work when implementing on the mirror. But for now I am actually just trying to test this very primitive code to see if it is possible the other way around. I have seen an ajax call needed but am not 100% sure as to where I’d put that in the code or how it would be configured to just run a local python file which outputs nothing but another file.
    • ooom416354O

      TiVo Upcoming Recordings Module?

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      1
      0 Votes
      1 Posts
      865 Views
      ooom416354O
      Hi all, just thought of a cool idea for a module, perhaps showing a list of the upcoming TiVo scheduled recordings for the next day? Might be a nice add on module. I am not too sure if there’s a TiVo api or something that is useful but has anyone done anything similar?
    • ooom416354O

      MLB Scores Module

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      1
      0 Votes
      1 Posts
      1k Views
      ooom416354O
      Hey all, I know there is a JSON feed of MLB games which is updated in realtime. I was wondering if there is a way to build a module which pulls the results of this feed and displays the schedule and when the game is going on, the inning and score. Similar to what was done for the MMM-NHL or NFL module. Here is the JSON link (set for opening day this year) http://gd2.mlb.com/components/game/mlb/year_2017/month_04/day_02/master_scoreboard.json
    • ooom416354O

      Calendar Heading Changes

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      22
      0 Votes
      22 Posts
      14k Views
      B
      Guys, Thanks for the help, using your suggestions I was able to actually accomplish what I was looking for in the header of the calendar module itself.
    • ooom416354O

      Converting an old JS file into a module

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      20
      0 Votes
      20 Posts
      12k Views
      ooom416354O
      @yawns that’s amazing, thanks! I was going to start using it to try to teach myself by comparing the two. Thank you again!
    • ooom416354O

      Darken fonts for some modules

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      2k Views
      ooom416354O
      @broberg Thanks very much!
    • ooom416354O

      Custom Calendar entries

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      6
      0 Votes
      6 Posts
      4k Views
      brobergB
      @ooom416354 Then you have to read this : https://support.google.com/calendar/answer/37648 Then when you have done that you can copy the calendar url that is generated and then just replace the existing url with that.
    • ooom416354O

      Integrate MM2 modules in legacy MM1?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      1k Views
      KirAsh4K
      Not compatible as far as I know. MM² structure is completely different.
    • ooom416354O

      Run JavaScript if a file is created

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      25
      0 Votes
      25 Posts
      14k Views
      KirAsh4K
      @EoF, you can, as an external process, just like everything else. :)
    • 1 / 1