[SOLVED] Sitemap issues -> beginners config

Dear community,

I´m new to openhab and configured some basic tasks in openhab2. I ran through the tutorials to create a sitemap but - for whatever reason - the config fails. I double checked the items.sitemap and default.sitemap files with the tuturials, but when opening BasicUI nothing appears…

The error log says:

2017-09-16 22:18:27.343 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model ‘default.sitemap’ has errors, therefore ignoring it: [3,44]: mismatched input ‘´’ expecting ‘}’

2017-09-16 22:27:31.461 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model ‘default.sitemap’ has errors, therefore ignoring it: [3,44]: mismatched character ‘’ expecting ‘’’

Based on this, I replaced characters, without any success.

My sitemap file is as such:
sitemap default label=“My first sitemap”
{
Switch item=Presence_Mobile_John label=“John’s Mobile”
}

Thanks for your help!

Regards,
dbb

You need to replace the smart quotes you’re using with standard quotes.

Thanks a lot!