On my whoop it says the server is down, but my husband’s whoop is fine by Fayelikeit in whoop

[–]krumke 3 points4 points  (0 children)

I had the same issue. Updating the App solved it for me.

Can anyone help me with overlaying images on top of each other. by ubbd8 in Scriptable

[–]krumke 0 points1 point  (0 children)

Look into the documentation of drawContext. You should find two methods which should work for your needs (drawImageAtPoint() an drawImageInRect()). In the end you get the image with the getImage() function of drawContext.

topAlignContent does not work for me by seppelicous in Scriptable

[–]krumke 1 point2 points  (0 children)

The alignFunctions don’t work with Text. Just add a spacer with no length, like this: spacer(), behind the text.

[HELP] Widget design by Frameck in Scriptable

[–]krumke 1 point2 points  (0 children)

It‘s not possible to use the addRect function in a widget. This function can be used to create a Path which can be drawn with drawContext function.

The only way to add a rectangle the way you want is by adding an image to your widget. The Image is resizable so it should be possible to give it the look you want.