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

    devtech8

    @devtech8

    0
    Reputation
    723
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    devtech8 Unfollow Follow

    Latest posts made by devtech8

    • RE: Tried any connection to Amazon photo's or other?

      Interesting on the ACD cmd line option. Let me know if you come up with something as that would be awesome. Had been thinking of Flickr due to the options it has, but haven’t seen a good way to easily create a module which can access hundreds or thousands of Flickr photos randomly.

      posted in Show your Mirror
      D
      devtech8
    • Tried any connection to Amazon photo's or other?

      So has anyone tried to connect to Amazon Prime or Could or Photo’s API to use with MM? Just curious as I am trying to figure best way to approach what I want to use for pic slideshow.

      Thanks much.

      posted in Show your Mirror
      D
      devtech8
    • RE: Help with showing todoist tasks?

      That issue @d3r mentioned was the problem. It now displays just fine. Thanks for the help!

      posted in Troubleshooting
      D
      devtech8
    • RE: Help with showing todoist tasks?

      @barnosch and @d3r - something seems messed up and nothing is going right with this. Tried quite a few variances.

      For some reason, I had it as lists: but I see in the repo for the project that it lists as projects:. So toyed around between the both of them with 1, 2, and 3 projects and creating test tasks. The config says the “projects” look a certain way in the URL with the number being after “%2F”. So in my case for 1 project, this screenshot:

      0_1507876269348_Capture.PNG

      So now my code in the config should be:

      {
      	module: 'MMM-Todoist',
      	position: 'top_right',	// This can be any of the regions. Best results in left or right regions.
      	header: 'Todoist test', // This is optional
      	config: { // See 'Configuration options' for more information.
      		  accessToken: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
      		maximumEntries: 60,
      		interval: 60,
      		lists: ["2162058078"],
      		fade: false
        }
      },
      

      I am using the correct API key as noted from a previous response.

      If I look via dev tools at the page, here is a snapshot:

      0_1507876609146_Capture2.PNG

      But still, the best I can get is just the title showing up. Further thoughts please?

      Thanks much.

      posted in Troubleshooting
      D
      devtech8
    • RE: Help with showing todoist tasks?

      Thanks. Is that all that seems wrong?

      posted in Troubleshooting
      D
      devtech8
    • Help with showing todoist tasks?

      So I thought I had this setup correctly, but none of my list are showing. Not sure what is going wrong, but the header “Todoist” is showing as shown in the screenshots. Can anyone help with this?

      this is in my config:
      2_1507843455124_todoist3.PNG

      I tried using both the client ID and the client secret. are these the api keys I am after?
      1_1507843455124_todoist2.PNG

      You can see the title on upper right with no tasks shown below:
      0_1507843455124_todoist1.PNG

      Been struggling with this for a bit. Thanks much.

      posted in Troubleshooting
      D
      devtech8
    • RE: Maybe Flickr for photo?

      Anyone know why this module limits to just last 20 images in Flickr? Anyone know if that can be a quick fix?

      Thanks much.

      posted in Requests
      D
      devtech8
    • RE: Maybe Flickr for photo?

      Hi @Sean I did see that one, but had forgot. The problem to me is being able to rotate through more than the last 20 Flickr photos as the way this one works. Any thoughts there? Had tried some of the other photo modules, but none seem to do this.

      posted in Requests
      D
      devtech8
    • RE: Todoist behind - but npm install does not update

      Yes, I have done that. What was needed actually though was git reset --hard in my case.

      MMM-Todoist is still not working though. I do get the heading, but no tasks are showing.

      posted in Troubleshooting
      D
      devtech8
    • Maybe Flickr for photo?

      Anyone ever thought of doing a module to pull pics from Flickr? Public, private, etc…?

      Thought I could do it by adding my a public Flickr URL in the config, but it shows nothing.

      Thoughts?

      Thanks much.

      posted in Requests
      D
      devtech8