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.
Read the statement by Michael Teeuw here.
Latest posts made by devtech8
-
RE: Tried any connection to Amazon photo's or other?
-
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.
-
RE: Help with showing todoist tasks?
That issue @d3r mentioned was the problem. It now displays just fine. Thanks for the help!
-
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 asprojects:
. 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: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:
But still, the best I can get is just the title showing up. Further thoughts please?
Thanks much.
-
RE: Help with showing todoist tasks?
Thanks. Is that all that seems wrong?
-
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:
I tried using both the client ID and the client secret. are these the api keys I am after?
You can see the title on upper right with no tasks shown below:
Been struggling with this for a bit. Thanks much.
-
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.
-
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.
-
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.
-
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.