Author Archives: Harry

Getting your Zwift ID the easy way

Zwift is an online training app for cycling (and running). If you have an account at Zwift, you can also use other web apps, such as Zwift Power and Zwift GPS. You connect these apps to your Zwift account using your Zwift ID.

Getting your Zwift ID can be a bit tricky. For some reason, Zwift is not simply listing it in your profile, but you can figure it out if you analyse the link of a downloaded activity (.FIT) file.

It can be much easier using a bookmarklet. A bookmarklet is a small tool that is installed in your bookmarks bar and that can do simple tasks, such as getting information from the current web page.

Continue reading

New version of Gmail to Evernote now in spreadsheet

A new version of the Gmail to Evernote script has been released. It is now embedded in a spreadsheet, so you have all the relevant information together and can easily view it. Moreover, you have your own copy of the script now: much more secure, but it is not to update automatically anymore. Therefore, current users are advised to install the latest version and use this instead of the old version. The old version may stop working in the course of the next week (end of April 2019).

Continue reading

Changing the settings for a Garmin Connect IQ App

Update: Garmin has now a page on their support site explaining How to Access the Settings of Downloaded Connect IQ Content Using the Garmin Connect App.

Garmin has a range of sports watches, on which you can install Apps, both provided by Garmin and by the community. You can find the  Apps developed by HarryOnline in the Connect IQ store.

From the feedback I received, I noticed that many people find it hard to change the settings for an App. This can be done on the watch itself, if it provides such an option via the Menu, or using a connected computer or smartphone. On a computer  you use Garmin Express, on a smartphone there is the Connect Mobile App. For both I will describe how the settings can be changed.

Continue reading

A Smarter Sudoku on your mobile phone

smarter.com-highlightSudoku puzzles started getting popular around 10 years ago, and many web sites offering to play Sudoku online have sprung up. Many of these sites are outdated: they can only be played on a desktop computer, while roughly half the traffic on the Internet nowadays comes from mobile devices (tablets and smartphones). So what does it take to make a Sudoku puzzle play well on mobile devices? SmarterSudoku is a new Sudoku site, that shows how it can be done, as explained here.

Continue reading

Marathon Apps, why do they fail so often?

2015-04-12 19.24.49Today the Rotterdam Marathon took place. Also for this marathon, a smartphone app had been developed. I think most users for such apps are the supporters, who want to track their favourite runners, along the side of the route or from home.

There is some innovation, but clearly not much thought was given to how this app would be used, and how this could be made more easy.

Why is this format not good, and how can it be improved?

Continue reading

Gmail to Evernote messages now in Sent mail

The Gmail to Evernote script works by sending a message to your Evernote email address. It does so using Google Apps Script. Until recently, a message sent by Google Apps Script would not appear in your Sent mail; in many cases, this would be considered an omission, and it has been fixed now: the messages will show in your Sent mail.

For messages sent to Evernote, keeping a copy in your Sent mail is less relevant; several people, including myself, considered it a benefit that these message were not cluttering your Sent mail. I will therefore look into the options for not getting receiving a copy of the mail to Evernote in your Sent mail, perhaps as an option that you can switch on or off. No immediate solutions have come to my mind yet, but if I get some, it will be implemented in the next version.

Meanwhile, any bright ideas are welcome!

Update: the bright idea is to create a filter in Gmail, specify your Evernote address in the To field of the search criteria, and select Delete it as action (submitted by Nathan Stretch, comment below).

Multi-day calendar events in Google Apps Script

You can create events using the Calendar Class in Google Apps Script. However, only for regular (not all day  events) you can set both the start and the end time. For all day events, you can only set one date, so they will always be one day only. Then how can you create all day events?

There are a few workarounds:

  • Create a regular event and set the start and end time to midnight; remember to specify midnight of the day after the end day. The drawback is the event fills the whole space for a day in your calendar overview, rather then just a line at the top as with all day events.
  • Create a all day event series, so you have a sequence of one-day all day events; this looks already a bit nicer, but in the calendar view, from a single event yio can not see how long it last.
  • Create an event from a description, this creates real multi-day all day events.

So creating an event from a description seems the best way to go. This is worked out in a new function, createMultiDayEvent( calendar, title, startDate, endDate ). Continue reading

New version of Gmail to Evernote script

Version 3 of the Gmail to Evernote script has been released. Existing users will have to authenticate and give access again, to keep  the script running. You can do so easily by going to  gm2en.com.

This is the new web interface, that is one of the major changes in the new version. All options can now be configured from this form.

Other changes are:

  • more flexibility in selecting labels: you can now specify a different label than ‘Evernote’, to select the messages to be forwarded. Also, you can select a tag label, and only this label and its sublabels will be included as tags to be sent  with the message to Evernote, other labels will be ignored. Finally, you can specify a label to be assigned if a message is sent to Evernote.
  • better catching of errors. it may happen, that a server is not reachable. Before, you would receive a notification of script failures, but these are caught now and you will not receive a notification anymore, After all, you can not do anything about it, so it does not make sense to send these messages. Other problems, such as the requirement for re-authentication, will still be sent. 

.All options are documented in the original Gmail to Evernote post, which has been updated.

Address unavailable: http://gs.harryonline.net/gm2en.json ?

Users of the Gmail to Evernote script may have received a “Summary of failures” message today reporting the following error:
Address unavailable: http://gs.harryonline.net/gm2en.json (line 180, file "Code")
The server, from which this file is read, has been down for a number of hours yesterday, so you got these error messages.

Why is the script reading this file, it is only supposed to forward messages from  your Gmail account to Evernote? It has to do with version information, to be able to inform you about new versions.
Continue reading