Jonathan Dahan
Jonathan Dahan
And I've got a PR #186 for making `npm build` work on pi zero
Probably slightly better to use a systemd service like the one here https://raw.githubusercontent.com/arrizer/MagicMirror/487f2d1022c43ca1375ec42048f7bb0cec8db6fe/magicmirror-dashboard.service
I added a wiki page to keep track of module ideas, not sure if its the best place though... https://github.com/breach/mod_strip/wiki/Modules
Hmm, so one of the issues is that if there is only one element, for any property, the converter strips it from being an array. There are a few ways...
Using the [jsonschema.net](jsonschema.net/reboot) generator on a single object, simplified (omitting ids and required:false): ``` json { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "timelineList": { "type": "object", "properties": { "timeline": {...
Did solution b, schema stuff may come later as a separate issue. Let me know if this fixes things. Now any List should always be an array of objects.
could you find an example where informationBoxes is an array of objects so I can test against that? Thanks!
how are things now?
They changed a ton of things from the website, this needs to be rewritten.
Same problem with everything in `functions/` being ignored since they don't have an extension in https://github.com/geometry-zsh/geometry/tree/less-dependencies