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: digital photo frame

      I use https://github.com/kapsolas/MMM-Instagram

      with swapping the line

      var media = items[i].images.low_resolution.url;

      in node_helper.js with

      var media = items[i].images.standard_resolution.url;

      as well as the following in my custom css

      img {
      filter: grayscale(100%);
      max-width:500px;
      }

      setup a seperate private instagram and give the login details to everyone in the house…

      posted in Requests
      O
      onetwankyfive
    • RE: Alexa to-do list module

      if you “switch” to wunderlist, it still keeps all of your data the same with the alexa app so you aren’t necessarily switching, just using it as a means of calling the data.

      posted in Requests
      O
      onetwankyfive
    • RE: Wunderlist - your todos on the mirror

      @Mar mine worked fine

       {
              module: 'MMM-Todoist',
              position: 'top_left',  // This can be any of the regions. Best results in left or right regions.
              header: 'Alexa TO-DO List', // This is optional
              config: { // See 'Configuration options' for more information.
                  accessToken: 'accesstokenaXXXXCXCC687',
                  maximumEntries: 60,
                  interval: 60,
                  lists: [ 12345 ],
                  fade: false
            }
          },
      
      
       {
              module: 'MMM-Todoist',
              position: 'top_left',  // This can be any of the regions. Best results in left or right regions.
              header: 'Alexa Shopping List', // This is optional
              config: { // See 'Configuration options' for more information.
                  accessToken: 'XXXX',
                  maximumEntries: 60,
                  interval: 60,
                  lists: [ 1234 ],
                  fade: false
            }
          },
      
      posted in Troubleshooting
      O
      onetwankyfive
    • RE: Toothbrush integration

      @SvenSommer I have a brush that is compatible and can help… are the instructions posted 5 days ago the correct ones? I can give it a whirl tonight / tomorrow morning if they are.

      posted in Requests
      O
      onetwankyfive
    • RE: Thinking of using MagicMirror, not for a mirror, but for an office tv display. Would this work?

      the mmm-todoist should do the trick
      https://github.com/cbrooker/MMM-Todoist

      they can edit the content via webpage or app

      also you can have alexa built in / external to edit the doc.
      https://blog.todoist.com/2016/10/13/todoist-alexa-integration/

      posted in General Discussion
      O
      onetwankyfive
    • RE: TV Show Time

      @vicdilou I have no idea… it just worked out of the box for me.

      posted in Requests
      O
      onetwankyfive
    • RE: TV Show Time

      @vicdilou it comes off my nas and uses my external ip…

      posted in Requests
      O
      onetwankyfive
    • RE: MMM-Todoist - Your todoist tasks on your mirror

      @shashank click inbox instead of today

      posted in Productivity
      O
      onetwankyfive
    • RE: Fitbit

      @tismepaulo same issue for me as well

      posted in Troubleshooting
      O
      onetwankyfive
    • 1 / 1