Hello,
I have installed the module “Memo” and the memos are already shown on the screen of the display but I am not able to send messages to add lines to the memos. I tried:
bolded texthttp://192.168.1.102:8080/AddMemo?memoTitle=SHOPPING&item=Fruits&level=INFObolded text
But I get the following lines on the screen from the pc where I tried to send the message:
bolded text[1] 17426
[2] 17427
roger@Lappi:~$ bash: http://192.168.1.102:8080/AddMemo?memoTitle=SHOPPING: Datei oder Verzeichnis nicht gefunden bolded text
Datei oder Verzeichnis nicht gefunden means "File or directory not found.
After that I tried it with the following command:
curl -G -v “http://192.168.1.102:8080/AddMemo?memoTitle=SHOPPING” --data-urlencode “item=Bonjour, êtes-vous allées dans votre boutique préférée ?”
Result:
- Hostname was NOT found in DNS cache
- Trying 192.168.1.102…
- connect to 192.168.1.102 port 8080 failed: Verbindungsaufbau abgelehnt
- Failed to connect to 192.168.1.102 port 8080: Verbindungsaufbau abgelehnt
- Closing connection 0
curl: (7) Failed to connect to 192.168.1.102 port 8080: Verbindungsaufbau abgelehnt
Now I edited the whitelist in the configfile with the IP adress from the Sending pc but the same result.
Can anybody help me to fill the memo stickers on my Magic Mirror?
Thanks a lot for help
Roger