When serving the emulator over HTTPS Chrome would display a Mixed Content Error (i.e. "Load scripts from unauthenticated sources") because the API requests (in WeatherFetching.js) were over HTTP. Also, some images were requested over HTTP via the API (in InformationSetting.js), resulting in a Mixed Content Warning (i.e. "Site not fully secure"). 6 instances of API requests using 'http:' were replaced with 'https:'. You can test the changes I made at https://jamdor-server.me:8443
When serving the emulator over HTTPS Chrome would display a Mixed Content Error (i.e. "Load scripts from unauthenticated sources") because the API requests (in WeatherFetching.js) were over HTTP. Also, some images were requested over HTTP via the API (in InformationSetting.js), resulting in a Mixed Content Warning (i.e. "Site not fully secure"). 6 instances of API requests using 'http:' were replaced with 'https:'. You can test the changes I made at https://jamdor-server.me:8443
Thanks for the awesome project, amdorj