Simpler1
Simpler1
To avoid the repeated notifications every second, set "count" to some large number. cordova.plugins.notification.local.schedule({ id: 0, title: title, text: text, trigger: { firstAt: at, every: 'minute', count: 1440, }, });
Set "count" to some high number like 365. Then you will only get one notification per day for a year.
@vshanbha Thanks. Downgrading grunt-contrib-imagemin to 0.9.1 worked. `npm install [email protected] --save-dev`
This problem only occurs when building a web app and hosting from a web server (not localhost). Can the http package somehow wrap this request in a "form" when building...
> This problem only occurs when building a web app and hosting from a web server (not localhost). Can the http package somehow wrap this request in a "form" when...
This is actually coming from: https://github.com/ZoneMinder/zmeventnotification/tree/6b45c0f6757f2fa4d710ba950a0f6016f440aac3/hook/zmes_hook_helpers/utils.py ``` # Imports zone definitions from ZM def import_zm_zones(mid, reason): match_reason = False if reason: match_reason = True if g.config['only_triggered_zm_zones']=='yes' else False g.logger.Debug(2,'import_zm_zones: match_reason={}...
This is likely caused by https://github.com/ZoneMinder/zoneminder/commit/8370ae6c82dfb75aa597a0e77aa883e92246c5f9 Try changing `data-cookie-id-table="zmEventsTable"` to `data-cookie-id-table="zmEventsTable"` in `web/skins/classic/views/events.php`
Hi Kate, I agree with your long term solution of using `pattern`, but prior to the OS implementing this, it seems that `type="tel"`would be a better default value. Since the...
Stephen abandoned this years ago. I don't recommend any of his work.
This could be the same problem as: https://github.com/zoneminder-containers/zoneminder-base/issues/50 Try upgrading from "docker-compose" to "docker compose".