Skip to content

Pi Raspbian issue linux_json_api-sh #496

@Red7Hunter

Description

@Red7Hunter

Hello!
First time installing and running...

I wasn't able to get only a few data collections to show on web interface.. I look around and found some examples of changing the _parseAndPrint.. but those didnt work I made a slight modification to othere people solutions.. I am also using node.

Commented out code
__parseAndPrint() {
while read data; do
$ECHO -n "$data" | $SED -r 's/\//g' | $TR -d "\n";
done;
}_

New code:

_parseAndPrint() {
while read data; do
$ECHO -n "$data"
done;
}

Looks like everything is now outputing data.

Hope this helps.

Red.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions