So... How easy is it to develop for this thing?

I’m so, so tempted to get a Tidbyt, but I’d want to tweak it to do some specific things that aren’t available as apps (at time of writing).

I’m pretty familiar with HTML, CSS, JavaScript/jQuery, and PHP – I wouldn’t say I’m ever someone who makes big, complicated web apps, but I can muddle through most things with the help of Stack Exchange.

I’ve never used Python, though.

How much of a learning curve would I be looking at to do things like:

  • Show Mastodon follower count
  • Show recent Mastodon ‘toots’ as a marquee
  • Show number of members on Discord server
  • Display information from RSS feeds
  • Show stats/viewer counts for a WordPress blog

Etc?

Thanks for your help!

Poke adorned on the github page and see if any of the published examples lik easy to you

if you know PHP you are familiar enough with programming to deal with Python. As suggested above, check out the source code at community/apps at main · tidbyt/community · GitHub to see the code for al the community built apps.

As for whether you can get the info you need for the apps you might consider building, if you know how to get that info via PHP, you’ll be able to get it via Python, For anything that needs user specific info, that is often a but trickier to possibly capture user info & handle authentication. If you are able to provide web services that return the info, you should be golden.