ryan-d-williams / MMM-GoogleSheets

Google Sheets Module for MagicMirror
23 stars 2 forks source link

Is it still maintained? #19

Closed Bluefish67 closed 2 years ago

Bluefish67 commented 2 years ago

I ask because after an installation the whole thing no longer seems to work. Sorry for my bad English, DeepL was helpful ;)

ryan-d-williams commented 2 years ago

@Bluefish67 yes it is maintained (albeit not very frequently).

Which part of the installation process is not working for you?

Bluefish67 commented 2 years ago

Directly when creating the code: function doGet(e){ return MMMGoogleSheets.doGet(e); } and save reports Google: Syntax error: SyntaxError: Unexpected identifier line: 1 file: Code.gs

ryan-d-williams commented 2 years ago

@Bluefish67 can you send a screenshot of what the page looks like before you save and get that syntax error?

If you're getting a syntax error it is likely a copy-paste issue.

Bluefish67 commented 2 years ago

bild2 bild1 No matter how you write it, it always comes up with the same error message. As I understand it, the script does not cope with "doGet". I hope the English of DeepL is understandable.

winfieldlittle commented 2 years ago

Try function instead of funktion.

ryan-d-williams commented 2 years ago

@winfieldlittle thank you for responding. @Bluefish67 he is correct, you misspelled function in both locations, and you capitalized it in one (it should be lower case). Closing this issue, feel free to open it again if you are still having problems.