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

    Posts

    Recent Best Controversial
    • RE: MMM-MyWastePickup (Toronto waste collection schedule)

      For some reason I am getting an error when I do the npm-install

      ~/MagicMirror/modules/MMM-MyWasteCollection $ npm install
      npm WARN mmmmywastepickup@1.0.0 No repository field.

      I put the example config in and nothing shows up.

      Also are the quotes right in the example config for collectionCalendar?

      
      {
        module: 'MMM-MyWastePickup',
        position: 'top_left',
        header: 'My Waste Collection',
        config: {
          collectionCalendar: `Tuesday1`
        }
      },
      posted in Productivity
      O
      onetwankyfive
    • RE: MMM-uber and MMM-lyft

      This works great! I had to modify the css to fix the spacing… Thanks for making this happen!!
      0_1499382967738_Screen Shot 2017-07-06 at 7.14.41 PM.png

      posted in Transport
      O
      onetwankyfive
    • RE: Bing-Traffic

      after that, put the HTML file in the MMM-iFrameReload directory…

      you generate the HTML file from this site
      https://developers.google.com/maps/documentation/javascript/examples/layer-traffic

      posted in Development
      O
      onetwankyfive
    • RE: Tv Shows Tracker

      check out sonarr… it generates an ical and is unlimited for shows

      posted in Requests
      O
      onetwankyfive
    • RE: Bing-Traffic

      I was able to achieve this with MMM-iFrameReload and an html file in that folder from google maps api… It looks something like this.

      {
      module: ‘MMM-iFrameReload’,
      header:‘Traffic Map’,
      position: ‘top_right’, // This can be any of the regions.
      config: {
      // See ‘Configuration options’ for more information.
      url: “http://localhost:8080/modules/MMM-iFrameReload/nameofhtmlfile.html”,
      width: “580px”, // Optional. Default: 400px
      height: “1100px”, // Optional. Default: 800px
      refreshInterval: 600 //Optional. Default: 3600 = 1 hour
      }
      },

      with this code below to make the map and save the html in the iframe folder

      https://developers.google.com/maps/documentation/javascript/examples/layer-traffic

      posted in Development
      O
      onetwankyfive
    • RE: Module to show local traffic information - UK

      it looks like you have single quotes where double quotes are needed… as for the api key you can test it by substituting the url with one from another site.

      posted in Requests
      O
      onetwankyfive
    • RE: Toronto TTC (public transit) Info

      this might also help / prevent you from even having to build a module

      https://github.com/CFenner/MagicMirror-LocalTransport-Module

      posted in Requests
      O
      onetwankyfive
    • RE: Google Maps with traffic info

      I was able to achieve this with MMM-iFrameReload and an html file in that folder… It looks something like this.

      {
      module: ‘MMM-iFrameReload’,
      header:‘Traffic Map’,
      position: ‘top_right’, // This can be any of the regions.
      config: {
      // See ‘Configuration options’ for more information.
      url: “http://localhost:8080/modules/MMM-iFrameReload/nameofhtmlfile.html”,
      width: “580px”, // Optional. Default: 400px
      height: “1100px”, // Optional. Default: 800px
      refreshInterval: 600 //Optional. Default: 3600 = 1 hour
      }
      },

      with this code below to make the map and save the html in the iframe folder

      https://developers.google.com/maps/documentation/javascript/examples/layer-traffic

      posted in Requests
      O
      onetwankyfive
    • RE: Module to show local traffic information - UK

      it has worked fine for me

      posted in Requests
      O
      onetwankyfive
    • RE: Scheduled restart for MM or module

      @CyanKali have you checked out MMM-iFrameReload??

      posted in Troubleshooting
      O
      onetwankyfive
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 4 / 9