=====デジタルサイネージ=====
Raspberry Pi でデジタルサイネージ(キオスク、情報表示端末)として使うためのメモ。
====misc====
* [[http://fefnir.com/school/4-2.htm|スクロールバーを消す]]
* [[http://masaboo.cside.com/new_html1/ht_43.htm|HTMLタグ インラインフレームの細かい設定]]
* [[https://allabout.co.jp/gm/gc/23796/|ウェブページ周囲の余白サイズや背景色を調整する方法 [ホームページ作成] All About]]
====日付・時刻====
*[[https://www.timeanddate.com/clocks/free.html|Free Clocks for Your Website]]
====iFrame 内の拡大縮小====
0.55倍の場合
参考:[[http://blog.asial.co.jp/1314|外部コンテンツをiframeサイズで拡大縮小させたり、固定幅コンテンツをウィンドウサイズでピッタリ表示させる方法 : アシアルブログ]]
====表の活用====
*表を使うことで、iframe を縦に並べることができる。
*[[http://www.tohoho-web.com/html/table.htm|テーブル(表)]]
*表に色を付けるには↓
*[[http://www.tagindex.com/html_tag/table/table_bgcolor.html|HTMLタグ/テーブルタグ/表の背景色を指定する - TAG index]]
*セル内での位置調整
*[[http://www.tagindex.com/html_tag/table/td_align.html|HTMLタグ/テーブルタグ/セル内の文字の位置を指定する - TAG index]]
====天気の表示====
(1)以下のページにアクセスし、天気を表示したい地域の経度・緯度を求める。
[[https://user.numazu-ct.ac.jp/~tsato/webmap/sphere/coordinates/|Googleマップで緯度・経度を求める]]
(2)以下の [経度]、[緯度] に1で求めた値を入れ、[表示する地域] に地域名を入れる。
東京駅の緯度(北緯 35° 40′ 49″)経度(東経 139° 46′ 7″)なら以下のようになる。
(3)2のコードを html に書き込む。
参考:[[http://www.instructables.com/id/Raspberry-Pi-Wall-Mounted-Calender-and-Notificatio/?ALLSTEPS|Raspberry Pi: Wall Mounted Calendar and Notification Center - All]]
====ブログに書いたこと====
* [[http://blog.withachristianwife.com/2017/04/03/displaying-info-on-mac-mini-3/|Mac Mini を使った情報表示ディスプレイ 3 – with a Christian Wife]]
* [[http://blog.withachristianwife.com/2017/04/10/prevent-raspberrypi-from-sleeping/|スクリーンのスリープを防ぐ – with a Christian Wife]]
* [[https://blog.withachristianwife.com/2018/12/19/prevent-raspberrypi-from-sleeping-2/|[Raspberry Pi] スクリーンのスリープを防ぐ2 – with a Christian Wife]]
* [[http://blog.withachristianwife.com/2017/04/09/disable-mouse-cursor-in-raspberry-pi/|Raspberry Pi でマウスカーソルを非表示にする – with a Christian Wife]]
* [[https://blog.withachristianwife.com/2018/12/20/control-hdmi-display-with-pi/|Raspberry Pi で HDMI 接続のディスプレイをオン・オフ – with a Christian Wife]]