User Portlet
| Discussions |
|---|
| I’ve attached a workbook that contains a wolframscript I use to create charts from my Apple Health data (you can create the export for your own use by opening the Health App on iOS/iPadOS, tapping your pic on the upper right corner, then scrolling... |
| I am trying to create ScheduledTask in my cloud account to run the below task on a daily basis, but WolframCloud is returning an error. Am I doing something wrong with building the task? BTW: I had to obscure sensitive detail; the task runs... |
| Given the following code: ```wls Import["https://www.gloriouslyawkward.com/wp-content/uploads/2025/03/2025-03-26-225828-Outdoor-Walking-Stevens-Apple-Watch.gpx", GeoBackground -> "SatelliteWithLabels"] ``` How do I make the line a different... |
| Check your MySQL Server's configuration file (`my.cfg`, usually) that the server IP is set to '0.0.0.0' (accept from all addresses) and not '127.0.0.1', the latter of which is the default. If set to '127.0.0.1,' the server will _only_ accept... |
| When using `OverlayVideo` to overlay a video with some text, it appears that the command aligns the _center_ of the text’s bounding box rather than some other position. I’ve attached a screenshot showing the result of such a command on a video I’m... |
| in Wolfram for Linux: ``` In[5]:= data = ExternalEvaluate[dbr,"SELECT * FROM overland;"] DatabaseReference::shdw: Symbol DatabaseReference appears in multiple contexts {System`, Global`} ; definitions in context... |
| It appears that Cloud APIs created with `APIFunction` can only handle form data (`application/x-www-form-urlencoded`). Most websites that offer web hooks use JSON payloads rather than form-data. Are there any plans to update `APIFunction` to work... |
| Pinging this old discussion to note that Wolfram's `APIFunction` only accepts the `application/x-www-form-encoded` content type. It doesn't accept JSON directly. The only alternative I can think of within Wolfram is using [Wolfram Data... |
| Does anyone have any kind of tutorial on how to work with GRIB/GRIB2 files (extracting and mapping the data with `GeoGraphics`), for example, https://tgftp.nws.noaa.gov/SL.us008001/ST.opnl/DF.gr2/DC.ndfd/AR.oceanic/VP.004-007/ds.wspd.bin ? The... |