This widget displays the current time as a 12-hour clock.
Open a shell and run this command from the root of your dashing project:
dashing install 6e2f80b4812c5b9474f3
Place the code below in one of your dashboard files.
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-view="TwelveHourClock"></div>
</li>
I followed the install instructions "dashing install 6e2f80b4812c5b9474f3" which said to update the Gemfile and run bundle install. The installation instructions on this page mention nothing about what to do next. So I guessed. I tried both gem 'TwelveHourClock' and gem 'twelve_hour_clock' in the gemfile, but bundle errored on both. Advise please.