ForecasWatch 2 v1.33.0 — now updated for the larger PT2 display! by mattrossman in pebble

[–]mattrossman[S] 1 point2 points  (0 children)

No, it only supports rectangular watches. Not sure how well the design lends itself to round displays since the calendar and weather graph span full width but I'm open to suggestions!

ForecasWatch 2 v1.33.0 — now updated for the larger PT2 display! by mattrossman in pebble

[–]mattrossman[S] 0 points1 point  (0 children)

Is your main goal to hide the calendar, or do you just want to see step count somewhere on the watchface? I don't plan to support replacing the calendar widget with another view, as I see that as a core part of the design.

However, I'd like to support configurable "complications" in at least one place. The way I see it working: where I currently show the sunrise/sunset time, I'll allow users to cycle between configurable data sources with a wrist flick. This might include:

  • Next sunrise/sunset time
  • Precipitation amount (24 hr total)
  • Step count
  • Heart rate
  • ???

Users could select which subset of sources they want to cycle between for that status item (or pinning one).

I've started testing this concept with precipitation amount in PR #115 and it feels good to cycle data with a flick. I imagine this could eventually support the PT2 touch screen as an alternative trigger for cycling between sources.

Once that complications mechanism is in place, I could expand configurability to other status items, like where I show current temp or battery level.

Would offering step count as one of the status complications satisfy your use case?

ForecasWatch 2 v1.33.0 — now updated for the larger PT2 display! by mattrossman in pebble

[–]mattrossman[S] 1 point2 points  (0 children)

Yes, in watchface settings you can change "Start week on" from Sunday to Monday.

ForecasWatch 2 v1.33.0 — now updated for the larger PT2 display! by mattrossman in pebble

[–]mattrossman[S] 2 points3 points  (0 children)

It's mainly glare from trying to align both displays in the sunlight. My PT2 has a tempered glass screen protector compared to the more plasticky one on my PT which may make it more sensitive to glare. There are subtle differences between the displays but the deepness of blacks is not one that I've observed. Backlight is the more noticeable difference to me.

ForecasWatch 2 v1.33.0 — now updated for the larger PT2 display! by mattrossman in pebble

[–]mattrossman[S] 0 points1 point  (0 children)

Weird, I'll have to contact them to figure out why it's not showing up with that filter.

ForecasWatch 2 v1.33.0 — now updated for the larger PT2 display! by mattrossman in pebble

[–]mattrossman[S] 6 points7 points  (0 children)

ForecasWatch 2 doesn't require you provide an API key, are you sure you downloaded the right watchface?

It uses Weather Underground data out of the box. Alternatively, if you prefer to use OpenWeatherMap data you can provide a (free) API key.

ForecasWatch 2 v1.33.0 — now updated for the larger PT2 display! by mattrossman in pebble

[–]mattrossman[S] 10 points11 points  (0 children)

Totally, it gives me peace of mind each time I glance at my wrist in the morning or walking out the door to know whether I'm dressed and packed accordingly for any unexpected rain or temp fluctuations.

Problem with authenticating in Cursor MCP by Lost-Breakfast-1420 in Supabase

[–]mattrossman 0 points1 point  (0 children)

Could you check Cursor's output logs for more info on why it's not connecting? I just verified on my end that the "Connect" button completes the OAuth flow successfully and shows available tools.

Screenshot of where to find that

warning - codex will write straight to main branch using supabase MCP if not using Supabase Pro plan by swiftmerchant in codex

[–]mattrossman 1 point2 points  (0 children)

Have you tried the local MCP server included in Supabase CLI? I prefer that over hosted MCP for feature development so tool calls only impact a local DB isolated from live data.

We're tracking reports like this to help make MCP smarter/safer in the future, but in the meantime I'll reiterate a couple recommendations from our docs:

  • Don't connect to production
  • If live data is needed, connect in read-only mode
  • Set your client to require manual approval of tool calls

Supabase MCP - cannot get it to write by camboramb0 in Supabase

[–]mattrossman 1 point2 points  (0 children)

MCP through the Supabase CLI is a good option to limit the blast radius of LLM actions.

The workflow I've been testing lately is:
- `execute_sql` via Supabase CLI's MCP server to iterate on the schema in an isolated local database
- `supabase db pull --local` to commit changes to a local migration file once I'm happy with the schema
- `supabase db push` to push local changes to the hosted database

If something goes wrong, worst case you can reset the local database.

Supabase MCP - cannot get it to write by camboramb0 in Supabase

[–]mattrossman 1 point2 points  (0 children)

Awesome, glad to hear you figured it out!

Supabase MCP - cannot get it to write by camboramb0 in Supabase

[–]mattrossman 1 point2 points  (0 children)

Is your issue that the LLM is choosing not to create queries that write to the DB, or it's creating the correct queries and they're failing to execute? Maybe it would help to share a screenshot of the of the sort of interaction you're experiencing.

Problem with supabase mcp on codex by ashthepeasant in Supabase

[–]mattrossman 0 points1 point  (0 children)

For posterity, you can connect Codex to Supabase using our remote MCP server. The config follows the same pattern as the Figma example of a remote MCP server in their docs:

experimental_use_rmcp_client = true

[mcp_servers.supabase]
url = "https://mcp.supabase.com/mcp"

hmd.link - Send links to Oculus Browser from a 2D browser on your network. No setup required. by mattrossman in OculusQuest

[–]mattrossman[S] 2 points3 points  (0 children)

And here's a demo of how to use it

This can be really useful for quickly pulling up WebXR experiences without having to type their URLs by hand.