Integrate sundial or calendar


Help spread the world with God’s calendar again. You can link to God’s calendar or include it in your own website on any page.

Smartphone or Widget

This app runs in any browser on a smartphone.

God’s Clock as Widget into Websites.

<iframe sandbox="allow-scripts allow-popups allow-forms"
    scrolling="no" 
    src="https://www.medianus.at/clockwork_widget/"
    style="border: 0; width:100%; height:100%; overflow:hidden;">
</iframe>

As an example a page with this iframe on wix.com.
In other systems the entry “height: 100%;” possibly by “height: 180px;” replace. Set the number of pixels individually.

If an error occurs, please send an email to

HTML code to integrate the Calendar into your website
<link rel="stylesheet" href="https://www.medianus.at/calendar.css">
<form id="beginn_jahr">
<input type="radio" name="jb" value="voll" onclick="jahresbeginn()"> First full moon after the equinox<br/>
<input type="radio" name="jb" value="nahe" onclick="jahresbeginn()"> Beginning of the year near the equinox<br/>
<input type="radio" name="jb" value="danach" onclick="jahresbeginn()" checked="checked"> The beginning of the year always after the equinox<br/>
</form> 
Year: <input type="text" id="startzeit" style="width:70px;"><span id="f_punkt"></span>
 <button onclick="bibel_kalender_holen()">start</button>
 <div id="ausgabe"></div>
 <div id="ausgabe2"></div>
 <script type="text/javascript"src="https://www.medianus.at/bibel_svg_kalender_en.js"></script>

In CMS systems such as WordPress, the jQuery library is opened automatically. Otherwise this line:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"</script>
The calendarApp without option selection

If you want to use the app without selecting options, your app always calculates with option 3. To do this, you make the option selection invisible.

<form id="beginn_jahr" style="display:none">